| 1 | [ Jan 17 08:23:32 Enabled. ] | ||
| 2 | [ Jan 17 08:23:32 Rereading configuration. ] | ||
| 3 | [ Jan 17 08:23:33 Rereading configuration. ] | ||
| 4 | [ Jan 17 08:23:34 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 17 08:23:34 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.17 08:23:35.491929 [ 1 ] {} <Information> Application: Will watch for the process with pid 23827 | ||
| 29 | 2025.01.17 08:23:35.492425 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2025.01.17 08:23:35.644461 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23827 | ||
| 31 | 2025.01.17 08:23:35.645218 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2025.01.17 08:23:35.645940 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2025.01.17 08:23:35.726238 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2025.01.17 08:23:35.797195 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2025.01.17 08:23:35.797258 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2025.01.17 08:23:35.797274 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2025.01.17 08:23:35.797352 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2025.01.17 08:23:35.797787 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2025.01.17 08:23:35.798838 [ 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.17 08:23:35.799568 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2025.01.17 08:23:35.800415 [ 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.17 08:23:35.800438 [ 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.17 08:23:35.800453 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2025.01.17 08:23:35.800630 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2025.01.17 08:23:35.801520 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2025.01.17 08:23:35.806881 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2025.01.17 08:23:35.807610 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2025.01.17 08:23:35.809321 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2025.01.17 08:23:35.809397 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2025.01.17 08:23:35.811823 [ 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.17 08:23:35.812328 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2025.01.17 08:23:35.816987 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2025.01.17 08:23:35.817357 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2025.01.17 08:23:35.818921 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2025.01.17 08:23:35.819376 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2025.01.17 08:23:35.819763 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2025.01.17 08:23:35.820122 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2025.01.17 08:23:35.821582 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2025.01.17 08:23:35.821613 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2025.01.17 08:23:35.821689 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2025.01.17 08:23:35.821804 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2025.01.17 08:23:35.919171 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2025.01.17 08:23:35.919203 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176581 sec | ||
| 68 | 2025.01.17 08:23:35.919262 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2025.01.17 08:23:35.919279 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2025.01.17 08:23:35.920008 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2025.01.17 08:23:35.920072 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2025.01.17 08:23:35.932112 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2025.01.17 08:23:35.932157 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2025.01.17 08:23:35.932179 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2025.01.17 08:23:35.932191 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2025.01.17 08:23:35.932223 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2025.01.17 08:23:35.932244 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2025.01.17 08:23:35.934341 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2025.01.17 08:23:35.934385 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2025.01.17 08:23:35.934404 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2025.01.17 08:23:35.934581 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2025.01.17 08:23:35.934600 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2025.01.17 08:23:35.934634 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2025.01.17 08:23:35.934653 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2025.01.17 08:23:35.934666 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2025.01.17 08:23:35.934693 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2025.01.17 08:23:35.934710 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2025.01.17 08:23:35.962063 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2025.01.17 08:23:35.995365 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2025.01.17 08:23:35.995402 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.461e-05 sec | ||
| 91 | 2025.01.17 08:23:35.995417 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2025.01.17 08:23:35.995428 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2025.01.17 08:23:35.995454 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2025.01.17 08:23:35.995672 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2025.01.17 08:23:35.995718 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2025.01.17 08:23:35.995732 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2025.01.17 08:23:35.995743 [ 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.17 08:23:35.995755 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2025.01.17 08:23:35.998869 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2025.01.17 08:23:35.999071 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.35 MiB | ||
| 101 | 2025.01.17 08:23:35.999983 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5e-05 sec. | ||
| 102 | 2025.01.17 08:23:36.000410 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2025.01.17 08:23:36.000464 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2025.01.17 08:23:36.000478 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2025.01.17 08:23:36.850325 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44790 | ||
| 106 | 2025.01.17 08:23:36.850577 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2025.01.17 08:23:36.850629 [ 3 ] {} <Debug> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Authenticating user 'default' from [fd00:1122:3344:101::d]:44790 | ||
| 108 | 2025.01.17 08:23:36.850662 [ 3 ] {} <Debug> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2025.01.17 08:23:36.850683 [ 3 ] {} <Debug> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2025.01.17 08:23:36.850767 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2025.01.17 08:23:36.850794 [ 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.17 08:23:36.850819 [ 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.17 08:23:36.853304 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33775 | ||
| 114 | 2025.01.17 08:23:36.853370 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62120 | ||
| 115 | 2025.01.17 08:23:36.853438 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2025.01.17 08:23:36.853482 [ 4 ] {} <Debug> TCP-Session: 8f44fc95-0104-4cfc-9c67-42ab1c72665b Authenticating user 'default' from [fd00:1122:3344:101::d]:33775 | ||
| 117 | 2025.01.17 08:23:36.853507 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2025.01.17 08:23:36.853527 [ 4 ] {} <Debug> TCP-Session: 8f44fc95-0104-4cfc-9c67-42ab1c72665b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2025.01.17 08:23:36.853564 [ 5 ] {} <Debug> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Authenticating user 'default' from [fd00:1122:3344:101::d]:62120 | ||
| 120 | 2025.01.17 08:23:36.853573 [ 4 ] {} <Debug> TCP-Session: 8f44fc95-0104-4cfc-9c67-42ab1c72665b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2025.01.17 08:23:36.853639 [ 5 ] {} <Debug> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2025.01.17 08:23:36.853674 [ 5 ] {} <Debug> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2025.01.17 08:23:36.854142 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35590 | ||
| 124 | 2025.01.17 08:23:36.854327 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 125 | 2025.01.17 08:23:36.854340 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 126 | 2025.01.17 08:23:36.854361 [ 253 ] {} <Debug> TCP-Session: 39174b01-33ef-4093-87dc-068b39bab3a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35590 | ||
| 127 | 2025.01.17 08:23:36.854427 [ 253 ] {} <Debug> TCP-Session: 39174b01-33ef-4093-87dc-068b39bab3a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2025.01.17 08:23:36.854442 [ 253 ] {} <Debug> TCP-Session: 39174b01-33ef-4093-87dc-068b39bab3a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2025.01.17 08:23:36.854507 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46817 | ||
| 130 | 2025.01.17 08:23:36.854515 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62255 | ||
| 131 | 2025.01.17 08:23:36.854906 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43175 | ||
| 132 | 2025.01.17 08:23:36.854919 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2025.01.17 08:23:36.854930 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2025.01.17 08:23:36.854951 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57447 | ||
| 135 | 2025.01.17 08:23:36.854975 [ 255 ] {} <Debug> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Authenticating user 'default' from [fd00:1122:3344:101::d]:46817 | ||
| 136 | 2025.01.17 08:23:36.855160 [ 255 ] {} <Debug> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2025.01.17 08:23:36.855160 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 138 | 2025.01.17 08:23:36.855177 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34097 | ||
| 139 | 2025.01.17 08:23:36.855328 [ 255 ] {} <Debug> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2025.01.17 08:23:36.855437 [ 254 ] {} <Debug> TCP-Session: 504618f5-4d70-44c5-99c3-f9079dc5bb40 Authenticating user 'default' from [fd00:1122:3344:101::d]:62255 | ||
| 141 | 2025.01.17 08:23:36.856157 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 142 | 2025.01.17 08:23:36.856216 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 143 | 2025.01.17 08:23:36.856265 [ 254 ] {} <Debug> TCP-Session: 504618f5-4d70-44c5-99c3-f9079dc5bb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2025.01.17 08:23:36.856285 [ 258 ] {} <Debug> TCP-Session: e6e9d49f-37be-4143-bab9-3795612631b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:34097 | ||
| 145 | 2025.01.17 08:23:36.856243 [ 257 ] {} <Debug> TCP-Session: 36e39419-5a72-46bc-9bec-c827c6b8f8c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43175 | ||
| 146 | 2025.01.17 08:23:36.856362 [ 254 ] {} <Debug> TCP-Session: 504618f5-4d70-44c5-99c3-f9079dc5bb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2025.01.17 08:23:36.856354 [ 256 ] {} <Debug> TCP-Session: 49102c18-5c7e-48ed-a734-ac13e495977f Authenticating user 'default' from [fd00:1122:3344:101::d]:57447 | ||
| 148 | 2025.01.17 08:23:36.856379 [ 258 ] {} <Debug> TCP-Session: e6e9d49f-37be-4143-bab9-3795612631b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2025.01.17 08:23:36.856461 [ 258 ] {} <Debug> TCP-Session: e6e9d49f-37be-4143-bab9-3795612631b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2025.01.17 08:23:36.856486 [ 256 ] {} <Debug> TCP-Session: 49102c18-5c7e-48ed-a734-ac13e495977f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2025.01.17 08:23:36.856626 [ 256 ] {} <Debug> TCP-Session: 49102c18-5c7e-48ed-a734-ac13e495977f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2025.01.17 08:23:36.856648 [ 257 ] {} <Debug> TCP-Session: 36e39419-5a72-46bc-9bec-c827c6b8f8c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2025.01.17 08:23:36.856730 [ 257 ] {} <Debug> TCP-Session: 36e39419-5a72-46bc-9bec-c827c6b8f8c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 154 | 2025.01.17 08:23:36.856755 [ 3 ] {f1bbd7d8-1b3e-4afb-ba8e-3e2dabab74a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2025.01.17 08:23:36.890129 [ 3 ] {f1bbd7d8-1b3e-4afb-ba8e-3e2dabab74a2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:44790) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 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 | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 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 | ||
| 164 | 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 | ||
| 165 | 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 | ||
| 166 | 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 | ||
| 167 | 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 | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 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 | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2025.01.17 08:23:36.890982 [ 3 ] {f1bbd7d8-1b3e-4afb-ba8e-3e2dabab74a2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 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 | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 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 | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 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 | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2025.01.17 08:23:36.891118 [ 3 ] {f1bbd7d8-1b3e-4afb-ba8e-3e2dabab74a2} <Debug> TCPHandler: Processed in 0.037388386 sec. | ||
| 204 | 2025.01.17 08:23:36.891403 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2025.01.17 08:23:36.891622 [ 5 ] {89521881-2cc7-4786-9c3c-30cfdf371b54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2025.01.17 08:23:36.891947 [ 5 ] {89521881-2cc7-4786-9c3c-30cfdf371b54} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:62120) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 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 | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 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 | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 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 | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 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 | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2025.01.17 08:23:36.892085 [ 5 ] {89521881-2cc7-4786-9c3c-30cfdf371b54} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 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 | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 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 | ||
| 239 | 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 | ||
| 240 | 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 | ||
| 241 | 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 | ||
| 242 | 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 | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 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 | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2025.01.17 08:23:36.892190 [ 5 ] {89521881-2cc7-4786-9c3c-30cfdf371b54} <Debug> TCPHandler: Processed in 0.000926237 sec. | ||
| 255 | 2025.01.17 08:23:36.892463 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2025.01.17 08:23:36.893395 [ 3 ] {efd78ef3-725e-45f4-9c62-22e0b61ea0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2025.01.17 08:23:36.894090 [ 3 ] {efd78ef3-725e-45f4-9c62-22e0b61ea0bd} <Debug> TCPHandler: Processed in 0.001740573 sec. | ||
| 258 | 2025.01.17 08:23:36.894319 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2025.01.17 08:23:36.894429 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2025.01.17 08:23:36.894528 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2025.01.17 08:23:36.904207 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2025.01.17 08:23:36.904235 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.4161e-05 sec | ||
| 263 | 2025.01.17 08:23:36.904254 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Trace> ReferentialDeps: No tables | ||
| 264 | 2025.01.17 08:23:36.904282 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Trace> LoadingDeps: No tables | ||
| 265 | 2025.01.17 08:23:36.904315 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2025.01.17 08:23:36.904379 [ 5 ] {3de14133-6074-4670-97dc-7f7c1673d9f2} <Debug> TCPHandler: Processed in 0.01011592 sec. | ||
| 267 | 2025.01.17 08:23:36.904659 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2025.01.17 08:23:36.904874 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2025.01.17 08:23:36.904928 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2025.01.17 08:23:36.911022 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2025.01.17 08:23:36.916022 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Debug> oximeter.version (b1ce4a17-fa8a-4c52-b46e-5fb59fbac152): Loading data parts | ||
| 273 | 2025.01.17 08:23:36.916538 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Debug> oximeter.version (b1ce4a17-fa8a-4c52-b46e-5fb59fbac152): There are no data parts | ||
| 274 | 2025.01.17 08:23:36.921855 [ 3 ] {8eae1864-f0c0-4027-8020-a550845548a3} <Debug> TCPHandler: Processed in 0.017310427 sec. | ||
| 275 | 2025.01.17 08:23:36.922051 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2025.01.17 08:23:36.922267 [ 5 ] {affc2ea1-aa51-4c52-9ece-36ff47479f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | 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) | ||
| 287 | 2025.01.17 08:23:36.922348 [ 5 ] {affc2ea1-aa51-4c52-9ece-36ff47479f55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2025.01.17 08:23:36.938629 [ 5 ] {affc2ea1-aa51-4c52-9ece-36ff47479f55} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Loading data parts | ||
| 289 | 2025.01.17 08:23:36.939081 [ 5 ] {affc2ea1-aa51-4c52-9ece-36ff47479f55} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): There are no data parts | ||
| 290 | 2025.01.17 08:23:36.948792 [ 5 ] {affc2ea1-aa51-4c52-9ece-36ff47479f55} <Debug> TCPHandler: Processed in 0.026800072 sec. | ||
| 291 | 2025.01.17 08:23:36.949025 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2025.01.17 08:23:36.949302 [ 3 ] {a8735306-4ef1-46b1-84fb-4b0f075d46fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 293 | 2025.01.17 08:23:36.949372 [ 3 ] {a8735306-4ef1-46b1-84fb-4b0f075d46fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2025.01.17 08:23:36.955189 [ 3 ] {a8735306-4ef1-46b1-84fb-4b0f075d46fd} <Debug> oximeter.measurements_i8 (282892f4-459c-407a-b3b9-2e3f3b648cc2): Loading data parts | ||
| 295 | 2025.01.17 08:23:36.955364 [ 3 ] {a8735306-4ef1-46b1-84fb-4b0f075d46fd} <Debug> oximeter.measurements_i8 (282892f4-459c-407a-b3b9-2e3f3b648cc2): There are no data parts | ||
| 296 | 2025.01.17 08:23:36.964306 [ 3 ] {a8735306-4ef1-46b1-84fb-4b0f075d46fd} <Debug> TCPHandler: Processed in 0.015347252 sec. | ||
| 297 | 2025.01.17 08:23:36.964528 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2025.01.17 08:23:36.964742 [ 5 ] {66099d18-a819-40e5-9dea-bf91a106e4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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) | ||
| 299 | 2025.01.17 08:23:36.964836 [ 5 ] {66099d18-a819-40e5-9dea-bf91a106e4e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2025.01.17 08:23:36.967166 [ 5 ] {66099d18-a819-40e5-9dea-bf91a106e4e4} <Debug> oximeter.measurements_u8 (09adb50c-705f-4a35-8da8-2dc1073cab2a): Loading data parts | ||
| 301 | 2025.01.17 08:23:36.967403 [ 5 ] {66099d18-a819-40e5-9dea-bf91a106e4e4} <Debug> oximeter.measurements_u8 (09adb50c-705f-4a35-8da8-2dc1073cab2a): There are no data parts | ||
| 302 | 2025.01.17 08:23:36.972089 [ 5 ] {66099d18-a819-40e5-9dea-bf91a106e4e4} <Debug> TCPHandler: Processed in 0.00762076 sec. | ||
| 303 | 2025.01.17 08:23:36.972380 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2025.01.17 08:23:36.972742 [ 3 ] {5ca49f7c-c520-4393-b73f-448cd6036153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 305 | 2025.01.17 08:23:36.972797 [ 3 ] {5ca49f7c-c520-4393-b73f-448cd6036153} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2025.01.17 08:23:36.982541 [ 3 ] {5ca49f7c-c520-4393-b73f-448cd6036153} <Debug> oximeter.measurements_i16 (8370352f-5d9b-42ae-89e8-706f776a7d47): Loading data parts | ||
| 307 | 2025.01.17 08:23:36.982733 [ 3 ] {5ca49f7c-c520-4393-b73f-448cd6036153} <Debug> oximeter.measurements_i16 (8370352f-5d9b-42ae-89e8-706f776a7d47): There are no data parts | ||
| 308 | 2025.01.17 08:23:36.987191 [ 3 ] {5ca49f7c-c520-4393-b73f-448cd6036153} <Debug> TCPHandler: Processed in 0.014916368 sec. | ||
| 309 | 2025.01.17 08:23:36.987453 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2025.01.17 08:23:36.987662 [ 5 ] {cc8008af-b9d3-42d9-8f96-de720accb3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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) | ||
| 311 | 2025.01.17 08:23:36.987736 [ 5 ] {cc8008af-b9d3-42d9-8f96-de720accb3ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2025.01.17 08:23:36.997206 [ 5 ] {cc8008af-b9d3-42d9-8f96-de720accb3ea} <Debug> oximeter.measurements_u16 (8f2eb1a5-4b46-423e-ad47-557c1948acdd): Loading data parts | ||
| 313 | 2025.01.17 08:23:36.997435 [ 5 ] {cc8008af-b9d3-42d9-8f96-de720accb3ea} <Debug> oximeter.measurements_u16 (8f2eb1a5-4b46-423e-ad47-557c1948acdd): There are no data parts | ||
| 314 | 2025.01.17 08:23:37.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.68 MiB, peak 121.68 MiB, free memory in arenas 0.00 B, will set to 132.77 MiB (RSS), difference: 11.10 MiB | ||
| 315 | 2025.01.17 08:23:37.012198 [ 5 ] {cc8008af-b9d3-42d9-8f96-de720accb3ea} <Debug> TCPHandler: Processed in 0.024807077 sec. | ||
| 316 | 2025.01.17 08:23:37.012497 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2025.01.17 08:23:37.012797 [ 3 ] {08ffc38f-1081-47d4-a78d-46cdaf4ed2b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 318 | 2025.01.17 08:23:37.012886 [ 3 ] {08ffc38f-1081-47d4-a78d-46cdaf4ed2b7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2025.01.17 08:23:37.023735 [ 3 ] {08ffc38f-1081-47d4-a78d-46cdaf4ed2b7} <Debug> oximeter.measurements_i32 (a6e1d779-c2c6-42f6-a012-03ff7ce95f99): Loading data parts | ||
| 320 | 2025.01.17 08:23:37.023920 [ 3 ] {08ffc38f-1081-47d4-a78d-46cdaf4ed2b7} <Debug> oximeter.measurements_i32 (a6e1d779-c2c6-42f6-a012-03ff7ce95f99): There are no data parts | ||
| 321 | 2025.01.17 08:23:37.029395 [ 3 ] {08ffc38f-1081-47d4-a78d-46cdaf4ed2b7} <Debug> TCPHandler: Processed in 0.017005935 sec. | ||
| 322 | 2025.01.17 08:23:37.029633 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2025.01.17 08:23:37.029850 [ 5 ] {d4e917fc-e3cd-4611-9a6b-ac6efab48ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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) | ||
| 324 | 2025.01.17 08:23:37.029931 [ 5 ] {d4e917fc-e3cd-4611-9a6b-ac6efab48ab9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 325 | 2025.01.17 08:23:37.040022 [ 5 ] {d4e917fc-e3cd-4611-9a6b-ac6efab48ab9} <Debug> oximeter.measurements_u32 (fc5cd921-bceb-4f19-a461-96c264c11464): Loading data parts | ||
| 326 | 2025.01.17 08:23:37.040196 [ 5 ] {d4e917fc-e3cd-4611-9a6b-ac6efab48ab9} <Debug> oximeter.measurements_u32 (fc5cd921-bceb-4f19-a461-96c264c11464): There are no data parts | ||
| 327 | 2025.01.17 08:23:37.052828 [ 5 ] {d4e917fc-e3cd-4611-9a6b-ac6efab48ab9} <Debug> TCPHandler: Processed in 0.023268104 sec. | ||
| 328 | 2025.01.17 08:23:37.053069 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 329 | 2025.01.17 08:23:37.053328 [ 3 ] {ce58cdc5-6e06-4cae-a66f-cc3691c59ec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 330 | 2025.01.17 08:23:37.053404 [ 3 ] {ce58cdc5-6e06-4cae-a66f-cc3691c59ec0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 331 | 2025.01.17 08:23:37.067775 [ 3 ] {ce58cdc5-6e06-4cae-a66f-cc3691c59ec0} <Debug> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): Loading data parts | ||
| 332 | 2025.01.17 08:23:37.067978 [ 3 ] {ce58cdc5-6e06-4cae-a66f-cc3691c59ec0} <Debug> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): There are no data parts | ||
| 333 | 2025.01.17 08:23:37.073874 [ 3 ] {ce58cdc5-6e06-4cae-a66f-cc3691c59ec0} <Debug> TCPHandler: Processed in 0.020881835 sec. | ||
| 334 | 2025.01.17 08:23:37.074196 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2025.01.17 08:23:37.074572 [ 5 ] {b1be7c79-30b5-4fc6-966c-405db0de1ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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) | ||
| 336 | 2025.01.17 08:23:37.074719 [ 5 ] {b1be7c79-30b5-4fc6-966c-405db0de1ed6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 337 | 2025.01.17 08:23:37.081304 [ 5 ] {b1be7c79-30b5-4fc6-966c-405db0de1ed6} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Loading data parts | ||
| 338 | 2025.01.17 08:23:37.081500 [ 5 ] {b1be7c79-30b5-4fc6-966c-405db0de1ed6} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): There are no data parts | ||
| 339 | 2025.01.17 08:23:37.096099 [ 5 ] {b1be7c79-30b5-4fc6-966c-405db0de1ed6} <Debug> TCPHandler: Processed in 0.022012365 sec. | ||
| 340 | 2025.01.17 08:23:37.096305 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2025.01.17 08:23:37.096538 [ 3 ] {1d2f68d1-0d67-4c79-8cbc-b9d43e5b2d10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 342 | 2025.01.17 08:23:37.096611 [ 3 ] {1d2f68d1-0d67-4c79-8cbc-b9d43e5b2d10} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 343 | 2025.01.17 08:23:37.101259 [ 3 ] {1d2f68d1-0d67-4c79-8cbc-b9d43e5b2d10} <Debug> oximeter.measurements_f32 (f3ebc378-35ae-4108-9fb5-90cdefca1b99): Loading data parts | ||
| 344 | 2025.01.17 08:23:37.101422 [ 3 ] {1d2f68d1-0d67-4c79-8cbc-b9d43e5b2d10} <Debug> oximeter.measurements_f32 (f3ebc378-35ae-4108-9fb5-90cdefca1b99): There are no data parts | ||
| 345 | 2025.01.17 08:23:37.109126 [ 3 ] {1d2f68d1-0d67-4c79-8cbc-b9d43e5b2d10} <Debug> TCPHandler: Processed in 0.012881062 sec. | ||
| 346 | 2025.01.17 08:23:37.109353 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2025.01.17 08:23:37.109614 [ 5 ] {502d1f0f-48db-4acf-9bbd-1c672e75c693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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) | ||
| 348 | 2025.01.17 08:23:37.109694 [ 5 ] {502d1f0f-48db-4acf-9bbd-1c672e75c693} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 349 | 2025.01.17 08:23:37.113966 [ 5 ] {502d1f0f-48db-4acf-9bbd-1c672e75c693} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Loading data parts | ||
| 350 | 2025.01.17 08:23:37.114200 [ 5 ] {502d1f0f-48db-4acf-9bbd-1c672e75c693} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): There are no data parts | ||
| 351 | 2025.01.17 08:23:37.124795 [ 5 ] {502d1f0f-48db-4acf-9bbd-1c672e75c693} <Debug> TCPHandler: Processed in 0.015510933 sec. | ||
| 352 | 2025.01.17 08:23:37.124999 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2025.01.17 08:23:37.125237 [ 3 ] {666ec135-768a-4b14-a1aa-ef0c7c52cd79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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) | ||
| 354 | 2025.01.17 08:23:37.125301 [ 3 ] {666ec135-768a-4b14-a1aa-ef0c7c52cd79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2025.01.17 08:23:37.128428 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43520 | ||
| 356 | 2025.01.17 08:23:37.128585 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 357 | 2025.01.17 08:23:37.128615 [ 261 ] {} <Debug> TCP-Session: 1e693962-4ed5-441a-a6a4-7cd405b2dd67 Authenticating user 'default' from [fd00:1122:3344:101::e]:43520 | ||
| 358 | 2025.01.17 08:23:37.128710 [ 261 ] {} <Debug> TCP-Session: 1e693962-4ed5-441a-a6a4-7cd405b2dd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2025.01.17 08:23:37.128727 [ 261 ] {} <Debug> TCP-Session: 1e693962-4ed5-441a-a6a4-7cd405b2dd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2025.01.17 08:23:37.128799 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 361 | 2025.01.17 08:23:37.128855 [ 261 ] {} <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 | ||
| 362 | 2025.01.17 08:23:37.128878 [ 261 ] {} <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 | ||
| 363 | 2025.01.17 08:23:37.129206 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53787 | ||
| 364 | 2025.01.17 08:23:37.129340 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 365 | 2025.01.17 08:23:37.129335 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41911 | ||
| 366 | 2025.01.17 08:23:37.129426 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37844 | ||
| 367 | 2025.01.17 08:23:37.129464 [ 262 ] {} <Debug> TCP-Session: cb6c551b-6756-45a7-83ba-f09b936567dc Authenticating user 'default' from [fd00:1122:3344:101::e]:53787 | ||
| 368 | 2025.01.17 08:23:37.129519 [ 262 ] {} <Debug> TCP-Session: cb6c551b-6756-45a7-83ba-f09b936567dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2025.01.17 08:23:37.129760 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 370 | 2025.01.17 08:23:37.129777 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43483 | ||
| 371 | 2025.01.17 08:23:37.129752 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 372 | 2025.01.17 08:23:37.129824 [ 263 ] {} <Debug> TCP-Session: b9d7ace7-f058-4a9e-81b6-c842df0b2a89 Authenticating user 'default' from [fd00:1122:3344:101::e]:41911 | ||
| 373 | 2025.01.17 08:23:37.129795 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37731 | ||
| 374 | 2025.01.17 08:23:37.129771 [ 262 ] {} <Debug> TCP-Session: cb6c551b-6756-45a7-83ba-f09b936567dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 375 | 2025.01.17 08:23:37.129966 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 376 | 2025.01.17 08:23:37.130001 [ 263 ] {} <Debug> TCP-Session: b9d7ace7-f058-4a9e-81b6-c842df0b2a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 377 | 2025.01.17 08:23:37.130012 [ 264 ] {} <Debug> TCP-Session: 042c446a-5bb6-4bda-9b64-cd1bcc18b683 Authenticating user 'default' from [fd00:1122:3344:101::e]:37844 | ||
| 378 | 2025.01.17 08:23:37.130086 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46315 | ||
| 379 | 2025.01.17 08:23:37.130179 [ 263 ] {} <Debug> TCP-Session: b9d7ace7-f058-4a9e-81b6-c842df0b2a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2025.01.17 08:23:37.130217 [ 264 ] {} <Debug> TCP-Session: 042c446a-5bb6-4bda-9b64-cd1bcc18b683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 381 | 2025.01.17 08:23:37.130218 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 382 | 2025.01.17 08:23:37.130238 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64607 | ||
| 383 | 2025.01.17 08:23:37.130279 [ 264 ] {} <Debug> TCP-Session: 042c446a-5bb6-4bda-9b64-cd1bcc18b683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2025.01.17 08:23:37.130425 [ 266 ] {} <Debug> TCP-Session: 47922993-f18a-470f-9355-58d78d80a83e Authenticating user 'default' from [fd00:1122:3344:101::e]:37731 | ||
| 385 | 2025.01.17 08:23:37.130521 [ 265 ] {} <Debug> TCP-Session: c318a86b-0c46-4d7e-9aa0-55ceb19cd284 Authenticating user 'default' from [fd00:1122:3344:101::e]:43483 | ||
| 386 | 2025.01.17 08:23:37.130550 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 387 | 2025.01.17 08:23:37.130439 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 388 | 2025.01.17 08:23:37.130559 [ 266 ] {} <Debug> TCP-Session: 47922993-f18a-470f-9355-58d78d80a83e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 389 | 2025.01.17 08:23:37.130643 [ 265 ] {} <Debug> TCP-Session: c318a86b-0c46-4d7e-9aa0-55ceb19cd284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2025.01.17 08:23:37.130672 [ 268 ] {} <Debug> TCP-Session: 4c9affe2-3ea3-4199-963b-79f6d4a93fe8 Authenticating user 'default' from [fd00:1122:3344:101::e]:64607 | ||
| 391 | 2025.01.17 08:23:37.130711 [ 267 ] {} <Debug> TCP-Session: 9365d249-832a-4437-98f7-f28a8eec01e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46315 | ||
| 392 | 2025.01.17 08:23:37.130741 [ 268 ] {} <Debug> TCP-Session: 4c9affe2-3ea3-4199-963b-79f6d4a93fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 393 | 2025.01.17 08:23:37.130735 [ 266 ] {} <Debug> TCP-Session: 47922993-f18a-470f-9355-58d78d80a83e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 394 | 2025.01.17 08:23:37.130721 [ 265 ] {} <Debug> TCP-Session: c318a86b-0c46-4d7e-9aa0-55ceb19cd284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2025.01.17 08:23:37.130793 [ 267 ] {} <Debug> TCP-Session: 9365d249-832a-4437-98f7-f28a8eec01e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2025.01.17 08:23:37.130801 [ 268 ] {} <Debug> TCP-Session: 4c9affe2-3ea3-4199-963b-79f6d4a93fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 397 | 2025.01.17 08:23:37.130881 [ 267 ] {} <Debug> TCP-Session: 9365d249-832a-4437-98f7-f28a8eec01e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 398 | 2025.01.17 08:23:37.136822 [ 3 ] {666ec135-768a-4b14-a1aa-ef0c7c52cd79} <Debug> oximeter.measurements_string (12098ca9-b131-4741-ab0c-6873f15a3ad4): Loading data parts | ||
| 399 | 2025.01.17 08:23:37.136996 [ 3 ] {666ec135-768a-4b14-a1aa-ef0c7c52cd79} <Debug> oximeter.measurements_string (12098ca9-b131-4741-ab0c-6873f15a3ad4): There are no data parts | ||
| 400 | 2025.01.17 08:23:37.142464 [ 3 ] {666ec135-768a-4b14-a1aa-ef0c7c52cd79} <Debug> TCPHandler: Processed in 0.017528768 sec. | ||
| 401 | 2025.01.17 08:23:37.142757 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2025.01.17 08:23:37.142974 [ 5 ] {608cb158-2bfd-4aa7-956a-181b4252c31d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.143095 [ 5 ] {608cb158-2bfd-4aa7-956a-181b4252c31d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 411 | 2025.01.17 08:23:37.152173 [ 5 ] {608cb158-2bfd-4aa7-956a-181b4252c31d} <Debug> oximeter.measurements_bytes (6e63b16b-b676-432c-a9b8-993c6d21468f): Loading data parts | ||
| 412 | 2025.01.17 08:23:37.152369 [ 5 ] {608cb158-2bfd-4aa7-956a-181b4252c31d} <Debug> oximeter.measurements_bytes (6e63b16b-b676-432c-a9b8-993c6d21468f): There are no data parts | ||
| 413 | 2025.01.17 08:23:37.157530 [ 5 ] {608cb158-2bfd-4aa7-956a-181b4252c31d} <Debug> TCPHandler: Processed in 0.014828068 sec. | ||
| 414 | 2025.01.17 08:23:37.157944 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 415 | 2025.01.17 08:23:37.158215 [ 3 ] {ab447601-2862-4160-91c1-e545d8b2a198} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.158364 [ 3 ] {ab447601-2862-4160-91c1-e545d8b2a198} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 417 | 2025.01.17 08:23:37.165431 [ 3 ] {ab447601-2862-4160-91c1-e545d8b2a198} <Debug> oximeter.measurements_cumulativei64 (9b481493-575f-436f-8f1c-2db466209fc1): Loading data parts | ||
| 418 | 2025.01.17 08:23:37.165626 [ 3 ] {ab447601-2862-4160-91c1-e545d8b2a198} <Debug> oximeter.measurements_cumulativei64 (9b481493-575f-436f-8f1c-2db466209fc1): There are no data parts | ||
| 419 | 2025.01.17 08:23:37.178501 [ 3 ] {ab447601-2862-4160-91c1-e545d8b2a198} <Debug> TCPHandler: Processed in 0.020674354 sec. | ||
| 420 | 2025.01.17 08:23:37.178730 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2025.01.17 08:23:37.178985 [ 5 ] {0e3918eb-ccb4-4bb4-8a60-1185eb2519bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.179065 [ 5 ] {0e3918eb-ccb4-4bb4-8a60-1185eb2519bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 423 | 2025.01.17 08:23:37.187802 [ 5 ] {0e3918eb-ccb4-4bb4-8a60-1185eb2519bf} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Loading data parts | ||
| 424 | 2025.01.17 08:23:37.188020 [ 5 ] {0e3918eb-ccb4-4bb4-8a60-1185eb2519bf} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): There are no data parts | ||
| 425 | 2025.01.17 08:23:37.191732 [ 5 ] {0e3918eb-ccb4-4bb4-8a60-1185eb2519bf} <Debug> TCPHandler: Processed in 0.013061733 sec. | ||
| 426 | 2025.01.17 08:23:37.192043 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 427 | 2025.01.17 08:23:37.192358 [ 3 ] {6f6ad4cc-6126-4292-ad0e-c5ba56c44bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.192522 [ 3 ] {6f6ad4cc-6126-4292-ad0e-c5ba56c44bc4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 429 | 2025.01.17 08:23:37.201338 [ 3 ] {6f6ad4cc-6126-4292-ad0e-c5ba56c44bc4} <Debug> oximeter.measurements_cumulativef32 (26d9f1bb-f26c-4655-b675-8dca7911a104): Loading data parts | ||
| 430 | 2025.01.17 08:23:37.201525 [ 3 ] {6f6ad4cc-6126-4292-ad0e-c5ba56c44bc4} <Debug> oximeter.measurements_cumulativef32 (26d9f1bb-f26c-4655-b675-8dca7911a104): There are no data parts | ||
| 431 | 2025.01.17 08:23:37.204587 [ 3 ] {6f6ad4cc-6126-4292-ad0e-c5ba56c44bc4} <Debug> TCPHandler: Processed in 0.01267307 sec. | ||
| 432 | 2025.01.17 08:23:37.204864 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2025.01.17 08:23:37.205093 [ 5 ] {35b0a68f-2f2b-4634-b8e1-55d1d22312b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.205266 [ 5 ] {35b0a68f-2f2b-4634-b8e1-55d1d22312b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 435 | 2025.01.17 08:23:37.217587 [ 5 ] {35b0a68f-2f2b-4634-b8e1-55d1d22312b5} <Debug> oximeter.measurements_cumulativef64 (30b9bff6-05c8-4a4f-8138-eb132e1c8ad5): Loading data parts | ||
| 436 | 2025.01.17 08:23:37.217836 [ 5 ] {35b0a68f-2f2b-4634-b8e1-55d1d22312b5} <Debug> oximeter.measurements_cumulativef64 (30b9bff6-05c8-4a4f-8138-eb132e1c8ad5): There are no data parts | ||
| 437 | 2025.01.17 08:23:37.229823 [ 5 ] {35b0a68f-2f2b-4634-b8e1-55d1d22312b5} <Debug> TCPHandler: Processed in 0.025019468 sec. | ||
| 438 | 2025.01.17 08:23:37.230118 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2025.01.17 08:23:37.230551 [ 3 ] {7b66ef89-a55a-4d59-b958-9d2ca8409e6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.230670 [ 3 ] {7b66ef89-a55a-4d59-b958-9d2ca8409e6a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 451 | 2025.01.17 08:23:37.244918 [ 3 ] {7b66ef89-a55a-4d59-b958-9d2ca8409e6a} <Debug> oximeter.measurements_histogrami8 (d3750f45-0439-45dd-8da6-3b1b42cb81ff): Loading data parts | ||
| 452 | 2025.01.17 08:23:37.245138 [ 3 ] {7b66ef89-a55a-4d59-b958-9d2ca8409e6a} <Debug> oximeter.measurements_histogrami8 (d3750f45-0439-45dd-8da6-3b1b42cb81ff): There are no data parts | ||
| 453 | 2025.01.17 08:23:37.256587 [ 3 ] {7b66ef89-a55a-4d59-b958-9d2ca8409e6a} <Debug> TCPHandler: Processed in 0.026605091 sec. | ||
| 454 | 2025.01.17 08:23:37.256900 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 455 | 2025.01.17 08:23:37.257282 [ 5 ] {6d8b0a72-7277-4153-ba91-b0562374f8d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.257392 [ 5 ] {6d8b0a72-7277-4153-ba91-b0562374f8d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 457 | 2025.01.17 08:23:37.270128 [ 5 ] {6d8b0a72-7277-4153-ba91-b0562374f8d8} <Debug> oximeter.measurements_histogramu8 (f2c4fbd1-1a87-432a-a635-751dca7f247d): Loading data parts | ||
| 458 | 2025.01.17 08:23:37.270426 [ 5 ] {6d8b0a72-7277-4153-ba91-b0562374f8d8} <Debug> oximeter.measurements_histogramu8 (f2c4fbd1-1a87-432a-a635-751dca7f247d): There are no data parts | ||
| 459 | 2025.01.17 08:23:37.279772 [ 5 ] {6d8b0a72-7277-4153-ba91-b0562374f8d8} <Debug> TCPHandler: Processed in 0.022955962 sec. | ||
| 460 | 2025.01.17 08:23:37.280090 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 461 | 2025.01.17 08:23:37.280558 [ 3 ] {34f86bef-e281-4c5f-bf77-ef0be309c613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.280746 [ 3 ] {34f86bef-e281-4c5f-bf77-ef0be309c613} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 463 | 2025.01.17 08:23:37.296270 [ 3 ] {34f86bef-e281-4c5f-bf77-ef0be309c613} <Debug> oximeter.measurements_histogrami16 (d0c2b1a5-5dc6-4cbd-a9f4-6f0a1401afa9): Loading data parts | ||
| 464 | 2025.01.17 08:23:37.296487 [ 3 ] {34f86bef-e281-4c5f-bf77-ef0be309c613} <Debug> oximeter.measurements_histogrami16 (d0c2b1a5-5dc6-4cbd-a9f4-6f0a1401afa9): There are no data parts | ||
| 465 | 2025.01.17 08:23:37.302196 [ 3 ] {34f86bef-e281-4c5f-bf77-ef0be309c613} <Debug> TCPHandler: Processed in 0.022247926 sec. | ||
| 466 | 2025.01.17 08:23:37.302538 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 467 | 2025.01.17 08:23:37.302929 [ 5 ] {e971a235-c4e3-493f-8866-b06dce875017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.303034 [ 5 ] {e971a235-c4e3-493f-8866-b06dce875017} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 469 | 2025.01.17 08:23:37.316457 [ 5 ] {e971a235-c4e3-493f-8866-b06dce875017} <Debug> oximeter.measurements_histogramu16 (da119cea-f3e1-439d-b559-95b2801d56f8): Loading data parts | ||
| 470 | 2025.01.17 08:23:37.316673 [ 5 ] {e971a235-c4e3-493f-8866-b06dce875017} <Debug> oximeter.measurements_histogramu16 (da119cea-f3e1-439d-b559-95b2801d56f8): There are no data parts | ||
| 471 | 2025.01.17 08:23:37.318871 [ 5 ] {e971a235-c4e3-493f-8866-b06dce875017} <Debug> TCPHandler: Processed in 0.01640756 sec. | ||
| 472 | 2025.01.17 08:23:37.319157 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 473 | 2025.01.17 08:23:37.319568 [ 3 ] {28ed62f3-6d62-41b7-b140-62b78c0d80f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.319692 [ 3 ] {28ed62f3-6d62-41b7-b140-62b78c0d80f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 475 | 2025.01.17 08:23:37.330503 [ 3 ] {28ed62f3-6d62-41b7-b140-62b78c0d80f1} <Debug> oximeter.measurements_histogrami32 (f45c6b8f-15fd-493e-88da-52f4e51fa79d): Loading data parts | ||
| 476 | 2025.01.17 08:23:37.330728 [ 3 ] {28ed62f3-6d62-41b7-b140-62b78c0d80f1} <Debug> oximeter.measurements_histogrami32 (f45c6b8f-15fd-493e-88da-52f4e51fa79d): There are no data parts | ||
| 477 | 2025.01.17 08:23:37.334067 [ 3 ] {28ed62f3-6d62-41b7-b140-62b78c0d80f1} <Debug> TCPHandler: Processed in 0.015047879 sec. | ||
| 478 | 2025.01.17 08:23:37.334302 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 479 | 2025.01.17 08:23:37.334648 [ 5 ] {f67d544c-6ab6-4e41-bd1b-cdeef835a942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.334733 [ 5 ] {f67d544c-6ab6-4e41-bd1b-cdeef835a942} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 481 | 2025.01.17 08:23:37.344149 [ 5 ] {f67d544c-6ab6-4e41-bd1b-cdeef835a942} <Debug> oximeter.measurements_histogramu32 (bb60ae1e-aa51-4a5d-a567-7354aa6f3d90): Loading data parts | ||
| 482 | 2025.01.17 08:23:37.344346 [ 5 ] {f67d544c-6ab6-4e41-bd1b-cdeef835a942} <Debug> oximeter.measurements_histogramu32 (bb60ae1e-aa51-4a5d-a567-7354aa6f3d90): There are no data parts | ||
| 483 | 2025.01.17 08:23:37.347203 [ 5 ] {f67d544c-6ab6-4e41-bd1b-cdeef835a942} <Debug> TCPHandler: Processed in 0.012959132 sec. | ||
| 484 | 2025.01.17 08:23:37.347487 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 485 | 2025.01.17 08:23:37.347854 [ 3 ] {84559902-d0db-4a06-842d-03a9db0cbbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.348001 [ 3 ] {84559902-d0db-4a06-842d-03a9db0cbbc9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 487 | 2025.01.17 08:23:37.359056 [ 3 ] {84559902-d0db-4a06-842d-03a9db0cbbc9} <Debug> oximeter.measurements_histogrami64 (4e8edcdc-cc0b-45bf-8516-aecf2dc58201): Loading data parts | ||
| 488 | 2025.01.17 08:23:37.359314 [ 3 ] {84559902-d0db-4a06-842d-03a9db0cbbc9} <Debug> oximeter.measurements_histogrami64 (4e8edcdc-cc0b-45bf-8516-aecf2dc58201): There are no data parts | ||
| 489 | 2025.01.17 08:23:37.362643 [ 3 ] {84559902-d0db-4a06-842d-03a9db0cbbc9} <Debug> TCPHandler: Processed in 0.015287531 sec. | ||
| 490 | 2025.01.17 08:23:37.362903 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 491 | 2025.01.17 08:23:37.363323 [ 5 ] {7d5d4b5e-aee9-4981-8d75-18d7dba9f4e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.363427 [ 5 ] {7d5d4b5e-aee9-4981-8d75-18d7dba9f4e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 493 | 2025.01.17 08:23:37.370478 [ 5 ] {7d5d4b5e-aee9-4981-8d75-18d7dba9f4e7} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Loading data parts | ||
| 494 | 2025.01.17 08:23:37.370675 [ 5 ] {7d5d4b5e-aee9-4981-8d75-18d7dba9f4e7} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): There are no data parts | ||
| 495 | 2025.01.17 08:23:37.375735 [ 5 ] {7d5d4b5e-aee9-4981-8d75-18d7dba9f4e7} <Debug> TCPHandler: Processed in 0.012902162 sec. | ||
| 496 | 2025.01.17 08:23:37.376040 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2025.01.17 08:23:37.376393 [ 3 ] {8808cd1e-f578-43eb-bc09-350f44c9d492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.376515 [ 3 ] {8808cd1e-f578-43eb-bc09-350f44c9d492} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 499 | 2025.01.17 08:23:37.387320 [ 3 ] {8808cd1e-f578-43eb-bc09-350f44c9d492} <Debug> oximeter.measurements_histogramf32 (dcc01a2d-20bc-4ee7-b711-a89c3f638fa4): Loading data parts | ||
| 500 | 2025.01.17 08:23:37.387551 [ 3 ] {8808cd1e-f578-43eb-bc09-350f44c9d492} <Debug> oximeter.measurements_histogramf32 (dcc01a2d-20bc-4ee7-b711-a89c3f638fa4): There are no data parts | ||
| 501 | 2025.01.17 08:23:37.390102 [ 3 ] {8808cd1e-f578-43eb-bc09-350f44c9d492} <Debug> TCPHandler: Processed in 0.014213482 sec. | ||
| 502 | 2025.01.17 08:23:37.390364 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2025.01.17 08:23:37.390715 [ 5 ] {d19018fb-df43-4c3a-99ca-c8a6b6aeddff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.390800 [ 5 ] {d19018fb-df43-4c3a-99ca-c8a6b6aeddff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 505 | 2025.01.17 08:23:37.394475 [ 5 ] {d19018fb-df43-4c3a-99ca-c8a6b6aeddff} <Debug> oximeter.measurements_histogramf64 (81ca76cf-8625-4a36-bd0d-fbc3ad1ebf01): Loading data parts | ||
| 506 | 2025.01.17 08:23:37.394700 [ 5 ] {d19018fb-df43-4c3a-99ca-c8a6b6aeddff} <Debug> oximeter.measurements_histogramf64 (81ca76cf-8625-4a36-bd0d-fbc3ad1ebf01): There are no data parts | ||
| 507 | 2025.01.17 08:23:37.404639 [ 5 ] {d19018fb-df43-4c3a-99ca-c8a6b6aeddff} <Debug> TCPHandler: Processed in 0.014334513 sec. | ||
| 508 | 2025.01.17 08:23:37.405036 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2025.01.17 08:23:37.405434 [ 3 ] {fc5d7df2-9648-4d9c-acd1-7c23a3ecc810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) /* 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.17 08:23:37.405586 [ 3 ] {fc5d7df2-9648-4d9c-acd1-7c23a3ecc810} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 536 | 2025.01.17 08:23:37.408696 [ 3 ] {fc5d7df2-9648-4d9c-acd1-7c23a3ecc810} <Debug> oximeter.fields_bool (c8fc4691-5701-4afb-993b-4624f205566a): Loading data parts | ||
| 537 | 2025.01.17 08:23:37.408876 [ 3 ] {fc5d7df2-9648-4d9c-acd1-7c23a3ecc810} <Debug> oximeter.fields_bool (c8fc4691-5701-4afb-993b-4624f205566a): There are no data parts | ||
| 538 | 2025.01.17 08:23:37.413390 [ 3 ] {fc5d7df2-9648-4d9c-acd1-7c23a3ecc810} <Debug> TCPHandler: Processed in 0.008533407 sec. | ||
| 539 | 2025.01.17 08:23:37.413657 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2025.01.17 08:23:37.413945 [ 5 ] {7a801d08-dc7a-45ff-8857-82abd6787705} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.414030 [ 5 ] {7a801d08-dc7a-45ff-8857-82abd6787705} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 542 | 2025.01.17 08:23:37.422026 [ 5 ] {7a801d08-dc7a-45ff-8857-82abd6787705} <Debug> oximeter.fields_i8 (274f0538-a123-4d1b-820c-afb6bc88d67c): Loading data parts | ||
| 543 | 2025.01.17 08:23:37.422217 [ 5 ] {7a801d08-dc7a-45ff-8857-82abd6787705} <Debug> oximeter.fields_i8 (274f0538-a123-4d1b-820c-afb6bc88d67c): There are no data parts | ||
| 544 | 2025.01.17 08:23:37.425148 [ 5 ] {7a801d08-dc7a-45ff-8857-82abd6787705} <Debug> TCPHandler: Processed in 0.011559321 sec. | ||
| 545 | 2025.01.17 08:23:37.425409 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2025.01.17 08:23:37.425674 [ 3 ] {1990fb23-714a-466b-bf9d-24eae5ccccf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.425777 [ 3 ] {1990fb23-714a-466b-bf9d-24eae5ccccf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 548 | 2025.01.17 08:23:37.432115 [ 3 ] {1990fb23-714a-466b-bf9d-24eae5ccccf1} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Loading data parts | ||
| 549 | 2025.01.17 08:23:37.432306 [ 3 ] {1990fb23-714a-466b-bf9d-24eae5ccccf1} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): There are no data parts | ||
| 550 | 2025.01.17 08:23:37.437765 [ 3 ] {1990fb23-714a-466b-bf9d-24eae5ccccf1} <Debug> TCPHandler: Processed in 0.012427558 sec. | ||
| 551 | 2025.01.17 08:23:37.437988 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2025.01.17 08:23:37.438268 [ 5 ] {3c345d5d-2a2e-4178-81a5-1910628b7258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.438355 [ 5 ] {3c345d5d-2a2e-4178-81a5-1910628b7258} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 554 | 2025.01.17 08:23:37.447930 [ 5 ] {3c345d5d-2a2e-4178-81a5-1910628b7258} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Loading data parts | ||
| 555 | 2025.01.17 08:23:37.448143 [ 5 ] {3c345d5d-2a2e-4178-81a5-1910628b7258} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): There are no data parts | ||
| 556 | 2025.01.17 08:23:37.455699 [ 5 ] {3c345d5d-2a2e-4178-81a5-1910628b7258} <Debug> TCPHandler: Processed in 0.017778181 sec. | ||
| 557 | 2025.01.17 08:23:37.456028 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2025.01.17 08:23:37.456303 [ 3 ] {ff691e44-ba7e-4283-b05e-0836df1e8138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.456478 [ 3 ] {ff691e44-ba7e-4283-b05e-0836df1e8138} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 560 | 2025.01.17 08:23:37.470995 [ 3 ] {ff691e44-ba7e-4283-b05e-0836df1e8138} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Loading data parts | ||
| 561 | 2025.01.17 08:23:37.471336 [ 3 ] {ff691e44-ba7e-4283-b05e-0836df1e8138} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): There are no data parts | ||
| 562 | 2025.01.17 08:23:37.476593 [ 3 ] {ff691e44-ba7e-4283-b05e-0836df1e8138} <Debug> TCPHandler: Processed in 0.020649873 sec. | ||
| 563 | 2025.01.17 08:23:37.477263 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 564 | 2025.01.17 08:23:37.477532 [ 5 ] {a94359a8-62c7-4c21-a2b9-fd316c6dd653} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.477639 [ 5 ] {a94359a8-62c7-4c21-a2b9-fd316c6dd653} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 566 | 2025.01.17 08:23:37.484807 [ 5 ] {a94359a8-62c7-4c21-a2b9-fd316c6dd653} <Debug> oximeter.fields_i32 (b698a73e-8149-408f-b7bc-db64989b07e1): Loading data parts | ||
| 567 | 2025.01.17 08:23:37.485000 [ 5 ] {a94359a8-62c7-4c21-a2b9-fd316c6dd653} <Debug> oximeter.fields_i32 (b698a73e-8149-408f-b7bc-db64989b07e1): There are no data parts | ||
| 568 | 2025.01.17 08:23:37.489896 [ 5 ] {a94359a8-62c7-4c21-a2b9-fd316c6dd653} <Debug> TCPHandler: Processed in 0.0126934 sec. | ||
| 569 | 2025.01.17 08:23:37.490262 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2025.01.17 08:23:37.490505 [ 3 ] {c3c7a58d-df12-43ce-a144-a842df24337a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.490663 [ 3 ] {c3c7a58d-df12-43ce-a144-a842df24337a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 572 | 2025.01.17 08:23:37.500221 [ 3 ] {c3c7a58d-df12-43ce-a144-a842df24337a} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Loading data parts | ||
| 573 | 2025.01.17 08:23:37.500534 [ 3 ] {c3c7a58d-df12-43ce-a144-a842df24337a} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): There are no data parts | ||
| 574 | 2025.01.17 08:23:37.505500 [ 3 ] {c3c7a58d-df12-43ce-a144-a842df24337a} <Debug> TCPHandler: Processed in 0.015330701 sec. | ||
| 575 | 2025.01.17 08:23:37.505728 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 576 | 2025.01.17 08:23:37.506017 [ 5 ] {5c1543f9-f3c4-4db5-888c-92e0171c2a0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.506067 [ 5 ] {5c1543f9-f3c4-4db5-888c-92e0171c2a0f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 578 | 2025.01.17 08:23:37.508460 [ 5 ] {5c1543f9-f3c4-4db5-888c-92e0171c2a0f} <Debug> oximeter.fields_i64 (27814660-0260-4e11-a506-79bae387ed6f): Loading data parts | ||
| 579 | 2025.01.17 08:23:37.508645 [ 5 ] {5c1543f9-f3c4-4db5-888c-92e0171c2a0f} <Debug> oximeter.fields_i64 (27814660-0260-4e11-a506-79bae387ed6f): There are no data parts | ||
| 580 | 2025.01.17 08:23:37.513304 [ 5 ] {5c1543f9-f3c4-4db5-888c-92e0171c2a0f} <Debug> TCPHandler: Processed in 0.007633261 sec. | ||
| 581 | 2025.01.17 08:23:37.513590 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2025.01.17 08:23:37.513858 [ 3 ] {17e8c90d-25f7-424b-a7b4-fbaa83697547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.514017 [ 3 ] {17e8c90d-25f7-424b-a7b4-fbaa83697547} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 584 | 2025.01.17 08:23:37.518303 [ 3 ] {17e8c90d-25f7-424b-a7b4-fbaa83697547} <Debug> oximeter.fields_u64 (d6f518b5-20ae-4d97-879b-4e97204c6621): Loading data parts | ||
| 585 | 2025.01.17 08:23:37.518570 [ 3 ] {17e8c90d-25f7-424b-a7b4-fbaa83697547} <Debug> oximeter.fields_u64 (d6f518b5-20ae-4d97-879b-4e97204c6621): There are no data parts | ||
| 586 | 2025.01.17 08:23:37.526046 [ 3 ] {17e8c90d-25f7-424b-a7b4-fbaa83697547} <Debug> TCPHandler: Processed in 0.012531489 sec. | ||
| 587 | 2025.01.17 08:23:37.526248 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 588 | 2025.01.17 08:23:37.526582 [ 5 ] {5b8205d3-b66c-46f4-94e0-5d32e223d665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.526637 [ 5 ] {5b8205d3-b66c-46f4-94e0-5d32e223d665} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 590 | 2025.01.17 08:23:37.532328 [ 5 ] {5b8205d3-b66c-46f4-94e0-5d32e223d665} <Debug> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Loading data parts | ||
| 591 | 2025.01.17 08:23:37.532523 [ 5 ] {5b8205d3-b66c-46f4-94e0-5d32e223d665} <Debug> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): There are no data parts | ||
| 592 | 2025.01.17 08:23:37.538507 [ 5 ] {5b8205d3-b66c-46f4-94e0-5d32e223d665} <Debug> TCPHandler: Processed in 0.012356597 sec. | ||
| 593 | 2025.01.17 08:23:37.538783 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2025.01.17 08:23:37.539093 [ 3 ] {3ae13c19-09af-450e-874f-cd0a4488554e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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.17 08:23:37.539251 [ 3 ] {3ae13c19-09af-450e-874f-cd0a4488554e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 596 | 2025.01.17 08:23:37.548295 [ 3 ] {3ae13c19-09af-450e-874f-cd0a4488554e} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Loading data parts | ||
| 597 | 2025.01.17 08:23:37.548693 [ 3 ] {3ae13c19-09af-450e-874f-cd0a4488554e} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): There are no data parts | ||
| 598 | 2025.01.17 08:23:37.552357 [ 3 ] {3ae13c19-09af-450e-874f-cd0a4488554e} <Debug> TCPHandler: Processed in 0.013597948 sec. | ||
| 599 | 2025.01.17 08:23:37.552588 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 600 | 2025.01.17 08:23:37.552941 [ 5 ] {c15addab-2f74-4f20-8af6-c32e60bad742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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.17 08:23:37.553046 [ 5 ] {c15addab-2f74-4f20-8af6-c32e60bad742} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 602 | 2025.01.17 08:23:37.556403 [ 5 ] {c15addab-2f74-4f20-8af6-c32e60bad742} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Loading data parts | ||
| 603 | 2025.01.17 08:23:37.556578 [ 5 ] {c15addab-2f74-4f20-8af6-c32e60bad742} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): There are no data parts | ||
| 604 | 2025.01.17 08:23:37.557968 [ 5 ] {c15addab-2f74-4f20-8af6-c32e60bad742} <Debug> TCPHandler: Processed in 0.005448873 sec. | ||
| 605 | 2025.01.17 08:23:37.558349 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2025.01.17 08:23:37.558693 [ 3 ] {f9b2af24-0ecf-43db-97c8-ea4fc63e9432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) /* 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.17 08:23:37.558949 [ 3 ] {f9b2af24-0ecf-43db-97c8-ea4fc63e9432} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2025.01.17 08:23:37.566677 [ 3 ] {f9b2af24-0ecf-43db-97c8-ea4fc63e9432} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Loading data parts | ||
| 612 | 2025.01.17 08:23:37.566865 [ 3 ] {f9b2af24-0ecf-43db-97c8-ea4fc63e9432} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): There are no data parts | ||
| 613 | 2025.01.17 08:23:37.568718 [ 3 ] {f9b2af24-0ecf-43db-97c8-ea4fc63e9432} <Debug> TCPHandler: Processed in 0.010460723 sec. | ||
| 614 | 2025.01.17 08:23:37.568982 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2025.01.17 08:23:37.569255 [ 5 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2025.01.17 08:23:37.570597 [ 5 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2025.01.17 08:23:37.577210 [ 259 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Trace> oximeter.version (b1ce4a17-fa8a-4c52-b46e-5fb59fbac152): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2025.01.17 08:23:37.577272 [ 259 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 619 | 2025.01.17 08:23:37.581761 [ 259 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2025.01.17 08:23:37.582465 [ 259 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Trace> oximeter.version (b1ce4a17-fa8a-4c52-b46e-5fb59fbac152): 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.17 08:23:37.582798 [ 5 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013617 sec., 73.43761474627304 rows/sec., 1.15 KiB/sec. | ||
| 622 | 2025.01.17 08:23:37.583158 [ 5 ] {7f006e59-c01d-44a5-82a6-27692ed5bb84} <Debug> TCPHandler: Processed in 0.014236942 sec. | ||
| 623 | 2025.01.17 08:23:37.811221 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40343 | ||
| 624 | 2025.01.17 08:23:37.811833 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 625 | 2025.01.17 08:23:37.811868 [ 269 ] {} <Debug> TCP-Session: 5153a27a-695a-4780-9542-2a9ffdbd1758 Authenticating user 'default' from [fd00:1122:3344:101::a]:40343 | ||
| 626 | 2025.01.17 08:23:37.812056 [ 269 ] {} <Debug> TCP-Session: 5153a27a-695a-4780-9542-2a9ffdbd1758 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 627 | 2025.01.17 08:23:37.812085 [ 269 ] {} <Debug> TCP-Session: 5153a27a-695a-4780-9542-2a9ffdbd1758 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2025.01.17 08:23:37.812137 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 629 | 2025.01.17 08:23:37.812230 [ 269 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 630 | 2025.01.17 08:23:37.812251 [ 269 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 631 | 2025.01.17 08:23:37.812744 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38123 | ||
| 632 | 2025.01.17 08:23:37.812825 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46258 | ||
| 633 | 2025.01.17 08:23:37.812958 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62014 | ||
| 634 | 2025.01.17 08:23:37.812962 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2025.01.17 08:23:37.813149 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 636 | 2025.01.17 08:23:37.813163 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54881 | ||
| 637 | 2025.01.17 08:23:37.813211 [ 271 ] {} <Debug> TCP-Session: facc1d94-7e03-40df-b53f-a0968981774d Authenticating user 'default' from [fd00:1122:3344:101::a]:46258 | ||
| 638 | 2025.01.17 08:23:37.813328 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52002 | ||
| 639 | 2025.01.17 08:23:37.813357 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2025.01.17 08:23:37.813362 [ 270 ] {} <Debug> TCP-Session: 2a995143-e1ef-445d-9ade-a09a184becb3 Authenticating user 'default' from [fd00:1122:3344:101::a]:38123 | ||
| 641 | 2025.01.17 08:23:37.813590 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 642 | 2025.01.17 08:23:37.813621 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48686 | ||
| 643 | 2025.01.17 08:23:37.813801 [ 270 ] {} <Debug> TCP-Session: 2a995143-e1ef-445d-9ade-a09a184becb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 644 | 2025.01.17 08:23:37.813800 [ 272 ] {} <Debug> TCP-Session: 3629066b-6c71-4243-a04c-3fdcd00bb508 Authenticating user 'default' from [fd00:1122:3344:101::a]:62014 | ||
| 645 | 2025.01.17 08:23:37.813827 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33544 | ||
| 646 | 2025.01.17 08:23:37.813972 [ 271 ] {} <Debug> TCP-Session: facc1d94-7e03-40df-b53f-a0968981774d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2025.01.17 08:23:37.813858 [ 273 ] {} <Debug> TCP-Session: 67fecfd2-312f-4710-8ce2-6fb605a1e2fe Authenticating user 'default' from [fd00:1122:3344:101::a]:54881 | ||
| 648 | 2025.01.17 08:23:37.814058 [ 271 ] {} <Debug> TCP-Session: facc1d94-7e03-40df-b53f-a0968981774d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2025.01.17 08:23:37.814038 [ 272 ] {} <Debug> TCP-Session: 3629066b-6c71-4243-a04c-3fdcd00bb508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2025.01.17 08:23:37.814022 [ 270 ] {} <Debug> TCP-Session: 2a995143-e1ef-445d-9ade-a09a184becb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 651 | 2025.01.17 08:23:37.814241 [ 272 ] {} <Debug> TCP-Session: 3629066b-6c71-4243-a04c-3fdcd00bb508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2025.01.17 08:23:37.814232 [ 273 ] {} <Debug> TCP-Session: 67fecfd2-312f-4710-8ce2-6fb605a1e2fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2025.01.17 08:23:37.814013 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 654 | 2025.01.17 08:23:37.814367 [ 273 ] {} <Debug> TCP-Session: 67fecfd2-312f-4710-8ce2-6fb605a1e2fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2025.01.17 08:23:37.814540 [ 275 ] {} <Debug> TCP-Session: d4edbfb2-77d3-49d4-9fa7-f7bd6e43d903 Authenticating user 'default' from [fd00:1122:3344:101::a]:48686 | ||
| 656 | 2025.01.17 08:23:37.814575 [ 275 ] {} <Debug> TCP-Session: d4edbfb2-77d3-49d4-9fa7-f7bd6e43d903 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2025.01.17 08:23:37.814690 [ 275 ] {} <Debug> TCP-Session: d4edbfb2-77d3-49d4-9fa7-f7bd6e43d903 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2025.01.17 08:23:37.816747 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 659 | 2025.01.17 08:23:37.816781 [ 274 ] {} <Debug> TCP-Session: 80208450-9e3b-49e9-b69e-b4b2e9f9a480 Authenticating user 'default' from [fd00:1122:3344:101::a]:52002 | ||
| 660 | 2025.01.17 08:23:37.817028 [ 274 ] {} <Debug> TCP-Session: 80208450-9e3b-49e9-b69e-b4b2e9f9a480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2025.01.17 08:23:37.817044 [ 274 ] {} <Debug> TCP-Session: 80208450-9e3b-49e9-b69e-b4b2e9f9a480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2025.01.17 08:23:37.818124 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 663 | 2025.01.17 08:23:37.818430 [ 276 ] {} <Debug> TCP-Session: 52cfe197-422b-4284-82c5-473a0d7daa6b Authenticating user 'default' from [fd00:1122:3344:101::a]:33544 | ||
| 664 | 2025.01.17 08:23:37.818508 [ 276 ] {} <Debug> TCP-Session: 52cfe197-422b-4284-82c5-473a0d7daa6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2025.01.17 08:23:37.818528 [ 276 ] {} <Debug> TCP-Session: 52cfe197-422b-4284-82c5-473a0d7daa6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2025.01.17 08:23:37.832788 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53667 | ||
| 667 | 2025.01.17 08:23:37.833394 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2025.01.17 08:23:37.833431 [ 277 ] {} <Debug> TCP-Session: da038ce0-e98f-48dd-afd7-1cf8d2945bb7 Authenticating user 'default' from [fd00:1122:3344:101::b]:53667 | ||
| 669 | 2025.01.17 08:23:37.833454 [ 277 ] {} <Debug> TCP-Session: da038ce0-e98f-48dd-afd7-1cf8d2945bb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2025.01.17 08:23:37.833569 [ 277 ] {} <Debug> TCP-Session: da038ce0-e98f-48dd-afd7-1cf8d2945bb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2025.01.17 08:23:37.833652 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2025.01.17 08:23:37.833680 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 673 | 2025.01.17 08:23:37.833788 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2025.01.17 08:23:37.834281 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42357 | ||
| 675 | 2025.01.17 08:23:37.834440 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 676 | 2025.01.17 08:23:37.834440 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65349 | ||
| 677 | 2025.01.17 08:23:37.834474 [ 278 ] {} <Debug> TCP-Session: 4b877cd3-c7de-4c9e-9f1a-cc74ca767a31 Authenticating user 'default' from [fd00:1122:3344:101::b]:42357 | ||
| 678 | 2025.01.17 08:23:37.834650 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52067 | ||
| 679 | 2025.01.17 08:23:37.834709 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2025.01.17 08:23:37.834704 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44233 | ||
| 681 | 2025.01.17 08:23:37.834766 [ 279 ] {} <Debug> TCP-Session: 91f952bc-9fec-482e-bb6c-551f338f9225 Authenticating user 'default' from [fd00:1122:3344:101::b]:65349 | ||
| 682 | 2025.01.17 08:23:37.834661 [ 278 ] {} <Debug> TCP-Session: 4b877cd3-c7de-4c9e-9f1a-cc74ca767a31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2025.01.17 08:23:37.834979 [ 278 ] {} <Debug> TCP-Session: 4b877cd3-c7de-4c9e-9f1a-cc74ca767a31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 684 | 2025.01.17 08:23:37.834994 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2025.01.17 08:23:37.835039 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62882 | ||
| 686 | 2025.01.17 08:23:37.835040 [ 279 ] {} <Debug> TCP-Session: 91f952bc-9fec-482e-bb6c-551f338f9225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2025.01.17 08:23:37.835059 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35747 | ||
| 688 | 2025.01.17 08:23:37.835510 [ 279 ] {} <Debug> TCP-Session: 91f952bc-9fec-482e-bb6c-551f338f9225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2025.01.17 08:23:37.835519 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2025.01.17 08:23:37.835717 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63642 | ||
| 691 | 2025.01.17 08:23:37.835783 [ 283 ] {} <Debug> TCP-Session: 83411e82-fd8c-49c8-91aa-bbaf7441c016 Authenticating user 'default' from [fd00:1122:3344:101::b]:62882 | ||
| 692 | 2025.01.17 08:23:37.835755 [ 280 ] {} <Debug> TCP-Session: 2ae730d5-7308-4572-b693-2510e1702c98 Authenticating user 'default' from [fd00:1122:3344:101::b]:52067 | ||
| 693 | 2025.01.17 08:23:37.835742 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2025.01.17 08:23:37.836066 [ 283 ] {} <Debug> TCP-Session: 83411e82-fd8c-49c8-91aa-bbaf7441c016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2025.01.17 08:23:37.836110 [ 280 ] {} <Debug> TCP-Session: 2ae730d5-7308-4572-b693-2510e1702c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2025.01.17 08:23:37.836070 [ 282 ] {} <Debug> TCP-Session: c6b57619-2265-4635-bdcc-e2c20a9b2482 Authenticating user 'default' from [fd00:1122:3344:101::b]:35747 | ||
| 697 | 2025.01.17 08:23:37.836189 [ 283 ] {} <Debug> TCP-Session: 83411e82-fd8c-49c8-91aa-bbaf7441c016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2025.01.17 08:23:37.836219 [ 280 ] {} <Debug> TCP-Session: 2ae730d5-7308-4572-b693-2510e1702c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2025.01.17 08:23:37.836202 [ 282 ] {} <Debug> TCP-Session: c6b57619-2265-4635-bdcc-e2c20a9b2482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2025.01.17 08:23:37.836309 [ 282 ] {} <Debug> TCP-Session: c6b57619-2265-4635-bdcc-e2c20a9b2482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2025.01.17 08:23:37.844683 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2025.01.17 08:23:37.844734 [ 281 ] {} <Debug> TCP-Session: 25ded819-dda0-4217-9702-6a3ad7acb7f6 Authenticating user 'default' from [fd00:1122:3344:101::b]:44233 | ||
| 703 | 2025.01.17 08:23:37.844760 [ 281 ] {} <Debug> TCP-Session: 25ded819-dda0-4217-9702-6a3ad7acb7f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2025.01.17 08:23:37.845084 [ 281 ] {} <Debug> TCP-Session: 25ded819-dda0-4217-9702-6a3ad7acb7f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2025.01.17 08:23:37.868096 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 706 | 2025.01.17 08:23:37.868165 [ 284 ] {} <Debug> TCP-Session: 90245792-5a6f-4f40-9334-950db51e7c9a Authenticating user 'default' from [fd00:1122:3344:101::b]:63642 | ||
| 707 | 2025.01.17 08:23:37.868319 [ 284 ] {} <Debug> TCP-Session: 90245792-5a6f-4f40-9334-950db51e7c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2025.01.17 08:23:37.868343 [ 284 ] {} <Debug> TCP-Session: 90245792-5a6f-4f40-9334-950db51e7c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2025.01.17 08:23:38.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 135.75 MiB, peak 135.75 MiB, free memory in arenas 0.00 B, will set to 140.73 MiB (RSS), difference: 4.98 MiB | ||
| 710 | 2025.01.17 08:23:43.435050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2025.01.17 08:23:43.435043 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2025.01.17 08:23:43.435180 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2025.01.17 08:23:43.435217 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2025.01.17 08:23:43.448743 [ 242 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Loading data parts | ||
| 715 | 2025.01.17 08:23:43.449214 [ 242 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): There are no data parts | ||
| 716 | 2025.01.17 08:23:43.457117 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2025.01.17 08:23:43.457443 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 718 | 2025.01.17 08:23:43.460578 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2025.01.17 08:23:43.461046 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 720 | 2025.01.17 08:23:43.461402 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 721 | 2025.01.17 08:23:43.463696 [ 243 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Loading data parts | ||
| 722 | 2025.01.17 08:23:43.463909 [ 243 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): There are no data parts | ||
| 723 | 2025.01.17 08:23:43.487825 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 724 | 2025.01.17 08:23:43.487992 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 725 | 2025.01.17 08:23:43.495415 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 726 | 2025.01.17 08:23:43.496530 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 727 | 2025.01.17 08:23:43.498986 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 728 | 2025.01.17 08:23:44.000173 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.80 MiB, peak 149.80 MiB, free memory in arenas 0.00 B, will set to 150.60 MiB (RSS), difference: 4.80 MiB | ||
| 729 | 2025.01.17 08:23:45.935040 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 730 | 2025.01.17 08:23:45.935270 [ 244 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 731 | 2025.01.17 08:23:45.947812 [ 244 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Loading data parts | ||
| 732 | 2025.01.17 08:23:45.948055 [ 244 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): There are no data parts | ||
| 733 | 2025.01.17 08:23:45.966879 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 734 | 2025.01.17 08:23:45.967031 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 735 | 2025.01.17 08:23:45.968758 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 736 | 2025.01.17 08:23:45.969298 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 737 | 2025.01.17 08:23:45.969740 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 738 | 2025.01.17 08:23:46.000237 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.78 MiB, peak 154.78 MiB, free memory in arenas 0.00 B, will set to 151.00 MiB (RSS), difference: -3.78 MiB | ||
| 739 | 2025.01.17 08:23:47.646724 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50716 | ||
| 740 | 2025.01.17 08:23:47.647214 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 741 | 2025.01.17 08:23:47.647407 [ 285 ] {} <Debug> TCP-Session: 0386e0c1-ab88-4e1d-b1b3-5bfd7d6a1d0b Authenticating user 'default' from [fd00:1122:3344:101::c]:50716 | ||
| 742 | 2025.01.17 08:23:47.647438 [ 285 ] {} <Debug> TCP-Session: 0386e0c1-ab88-4e1d-b1b3-5bfd7d6a1d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2025.01.17 08:23:47.647454 [ 285 ] {} <Debug> TCP-Session: 0386e0c1-ab88-4e1d-b1b3-5bfd7d6a1d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2025.01.17 08:23:47.647604 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 745 | 2025.01.17 08:23:47.647642 [ 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 | ||
| 746 | 2025.01.17 08:23:47.647754 [ 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 | ||
| 747 | 2025.01.17 08:23:47.648314 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60188 | ||
| 748 | 2025.01.17 08:23:47.648321 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:55849 | ||
| 749 | 2025.01.17 08:23:47.648500 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47258 | ||
| 750 | 2025.01.17 08:23:47.648510 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58063 | ||
| 751 | 2025.01.17 08:23:47.648816 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42463 | ||
| 752 | 2025.01.17 08:23:47.648945 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58191 | ||
| 753 | 2025.01.17 08:23:47.648984 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 754 | 2025.01.17 08:23:47.648956 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 755 | 2025.01.17 08:23:47.649217 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 756 | 2025.01.17 08:23:47.649382 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64321 | ||
| 757 | 2025.01.17 08:23:47.649429 [ 286 ] {} <Debug> TCP-Session: ee052cd9-79ee-475e-8485-134dc3bc45e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:55849 | ||
| 758 | 2025.01.17 08:23:47.649436 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 759 | 2025.01.17 08:23:47.649454 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 760 | 2025.01.17 08:23:47.649372 [ 287 ] {} <Debug> TCP-Session: 54299335-1fce-44ff-bbd3-a6384e2e06e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:60188 | ||
| 761 | 2025.01.17 08:23:47.649455 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 762 | 2025.01.17 08:23:47.649574 [ 288 ] {} <Debug> TCP-Session: 04ea1022-af28-4b5a-882b-4aa530d87e08 Authenticating user 'default' from [fd00:1122:3344:101::c]:58063 | ||
| 763 | 2025.01.17 08:23:47.649590 [ 291 ] {} <Debug> TCP-Session: 3915bb4e-80d8-4481-b515-c8c057a3e408 Authenticating user 'default' from [fd00:1122:3344:101::c]:58191 | ||
| 764 | 2025.01.17 08:23:47.649628 [ 287 ] {} <Debug> TCP-Session: 54299335-1fce-44ff-bbd3-a6384e2e06e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2025.01.17 08:23:47.649637 [ 290 ] {} <Debug> TCP-Session: 7e96006e-7bd5-4478-a7b5-fec8cd0b0c16 Authenticating user 'default' from [fd00:1122:3344:101::c]:42463 | ||
| 766 | 2025.01.17 08:23:47.649759 [ 289 ] {} <Debug> TCP-Session: 75da6f24-169b-4b06-8e14-f14c2aa0ee89 Authenticating user 'default' from [fd00:1122:3344:101::c]:47258 | ||
| 767 | 2025.01.17 08:23:47.649796 [ 287 ] {} <Debug> TCP-Session: 54299335-1fce-44ff-bbd3-a6384e2e06e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 768 | 2025.01.17 08:23:47.649811 [ 290 ] {} <Debug> TCP-Session: 7e96006e-7bd5-4478-a7b5-fec8cd0b0c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2025.01.17 08:23:47.649859 [ 289 ] {} <Debug> TCP-Session: 75da6f24-169b-4b06-8e14-f14c2aa0ee89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2025.01.17 08:23:47.649904 [ 288 ] {} <Debug> TCP-Session: 04ea1022-af28-4b5a-882b-4aa530d87e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 771 | 2025.01.17 08:23:47.650065 [ 289 ] {} <Debug> TCP-Session: 75da6f24-169b-4b06-8e14-f14c2aa0ee89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 772 | 2025.01.17 08:23:47.649858 [ 291 ] {} <Debug> TCP-Session: 3915bb4e-80d8-4481-b515-c8c057a3e408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2025.01.17 08:23:47.650094 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 774 | 2025.01.17 08:23:47.650118 [ 288 ] {} <Debug> TCP-Session: 04ea1022-af28-4b5a-882b-4aa530d87e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 775 | 2025.01.17 08:23:47.650126 [ 290 ] {} <Debug> TCP-Session: 7e96006e-7bd5-4478-a7b5-fec8cd0b0c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 776 | 2025.01.17 08:23:47.650170 [ 286 ] {} <Debug> TCP-Session: ee052cd9-79ee-475e-8485-134dc3bc45e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2025.01.17 08:23:47.650216 [ 292 ] {} <Debug> TCP-Session: b11c01c1-6551-4248-bb27-6abcdc7513bf Authenticating user 'default' from [fd00:1122:3344:101::c]:64321 | ||
| 778 | 2025.01.17 08:23:47.650237 [ 291 ] {} <Debug> TCP-Session: 3915bb4e-80d8-4481-b515-c8c057a3e408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 779 | 2025.01.17 08:23:47.650250 [ 286 ] {} <Debug> TCP-Session: ee052cd9-79ee-475e-8485-134dc3bc45e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 780 | 2025.01.17 08:23:47.650294 [ 292 ] {} <Debug> TCP-Session: b11c01c1-6551-4248-bb27-6abcdc7513bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 781 | 2025.01.17 08:23:47.650353 [ 292 ] {} <Debug> TCP-Session: b11c01c1-6551-4248-bb27-6abcdc7513bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2025.01.17 08:23:50.822055 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2025.01.17 08:23:50.822115 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2025.01.17 08:23:50.961542 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 | ||
| 785 | 2025.01.17 08:23:50.962405 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2025.01.17 08:23:50.962450 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 787 | 2025.01.17 08:23:50.963231 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2025.01.17 08:23:50.963693 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): 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.17 08:23:50.963961 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 | ||
| 790 | 2025.01.17 08:23:50.999115 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2025.01.17 08:23:51.021116 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2025.01.17 08:23:51.021161 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 793 | 2025.01.17 08:23:51.028154 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2025.01.17 08:23:51.029279 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): 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.17 08:23:51.031479 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2025.01.17 08:23:52.000169 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.05 MiB, peak 156.05 MiB, free memory in arenas 0.00 B, will set to 154.29 MiB (RSS), difference: 2.23 MiB | ||
| 797 | 2025.01.17 08:23:56.000170 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.30 MiB, peak 156.05 MiB, free memory in arenas 0.00 B, will set to 154.32 MiB (RSS), difference: 4.02 MiB | ||
| 798 | 2025.01.17 08:23:57.589282 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2025.01.17 08:23:57.589481 [ 3 ] {69028152-c4ba-4e56-8f2f-d94426753321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2025.01.17 08:23:57.589877 [ 3 ] {69028152-c4ba-4e56-8f2f-d94426753321} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2025.01.17 08:23:57.592021 [ 3 ] {69028152-c4ba-4e56-8f2f-d94426753321} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2025.01.17 08:23:57.593193 [ 3 ] {69028152-c4ba-4e56-8f2f-d94426753321} <Debug> TCPHandler: Processed in 0.004036492 sec. | ||
| 803 | 2025.01.17 08:23:57.596165 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2025.01.17 08:23:57.596420 [ 5 ] {82f8c979-839b-480f-a2d9-3c9140c70f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2025.01.17 08:23:57.598298 [ 5 ] {82f8c979-839b-480f-a2d9-3c9140c70f7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2025.01.17 08:23:57.598367 [ 5 ] {82f8c979-839b-480f-a2d9-3c9140c70f7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2025.01.17 08:23:57.599002 [ 5 ] {82f8c979-839b-480f-a2d9-3c9140c70f7f} <Debug> TCPHandler: Processed in 0.002976934 sec. | ||
| 808 | 2025.01.17 08:23:57.599453 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2025.01.17 08:23:57.599740 [ 3 ] {08555e3f-10ee-44d0-a3df-7d00cf003239} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2025.01.17 08:23:57.600396 [ 3 ] {08555e3f-10ee-44d0-a3df-7d00cf003239} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2025.01.17 08:23:57.600452 [ 3 ] {08555e3f-10ee-44d0-a3df-7d00cf003239} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2025.01.17 08:23:57.600966 [ 3 ] {08555e3f-10ee-44d0-a3df-7d00cf003239} <Debug> TCPHandler: Processed in 0.001619963 sec. | ||
| 813 | 2025.01.17 08:23:57.601257 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2025.01.17 08:23:57.601437 [ 5 ] {d9d8f939-53c8-4768-acfc-c3257213f952} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2025.01.17 08:23:57.601869 [ 5 ] {d9d8f939-53c8-4768-acfc-c3257213f952} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2025.01.17 08:23:57.601938 [ 5 ] {d9d8f939-53c8-4768-acfc-c3257213f952} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2025.01.17 08:23:57.602512 [ 5 ] {d9d8f939-53c8-4768-acfc-c3257213f952} <Debug> TCPHandler: Processed in 0.001321841 sec. | ||
| 818 | 2025.01.17 08:23:57.602773 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2025.01.17 08:23:57.602920 [ 3 ] {9132ce6e-aa9f-4fef-a960-385b71c99bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 820 | 2025.01.17 08:23:57.603287 [ 3 ] {9132ce6e-aa9f-4fef-a960-385b71c99bdb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2025.01.17 08:23:57.603344 [ 3 ] {9132ce6e-aa9f-4fef-a960-385b71c99bdb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2025.01.17 08:23:57.603794 [ 3 ] {9132ce6e-aa9f-4fef-a960-385b71c99bdb} <Debug> TCPHandler: Processed in 0.001075429 sec. | ||
| 823 | 2025.01.17 08:23:57.604038 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2025.01.17 08:23:57.604189 [ 5 ] {dbe9615e-7dae-4b1a-b121-7ae53ab850ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 825 | 2025.01.17 08:23:57.604621 [ 5 ] {dbe9615e-7dae-4b1a-b121-7ae53ab850ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2025.01.17 08:23:57.604688 [ 5 ] {dbe9615e-7dae-4b1a-b121-7ae53ab850ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2025.01.17 08:23:57.605267 [ 5 ] {dbe9615e-7dae-4b1a-b121-7ae53ab850ac} <Debug> TCPHandler: Processed in 0.00128498 sec. | ||
| 828 | 2025.01.17 08:23:57.605515 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2025.01.17 08:23:57.605666 [ 3 ] {259f6060-2445-40b1-be9c-704a5aae5344} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 830 | 2025.01.17 08:23:57.606043 [ 3 ] {259f6060-2445-40b1-be9c-704a5aae5344} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2025.01.17 08:23:57.606099 [ 3 ] {259f6060-2445-40b1-be9c-704a5aae5344} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2025.01.17 08:23:57.606552 [ 3 ] {259f6060-2445-40b1-be9c-704a5aae5344} <Debug> TCPHandler: Processed in 0.001094869 sec. | ||
| 833 | 2025.01.17 08:23:57.606825 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2025.01.17 08:23:57.606977 [ 5 ] {9b80bcdb-0ca4-42ec-bf53-e56f41ca53ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 835 | 2025.01.17 08:23:57.607356 [ 5 ] {9b80bcdb-0ca4-42ec-bf53-e56f41ca53ef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2025.01.17 08:23:57.607414 [ 5 ] {9b80bcdb-0ca4-42ec-bf53-e56f41ca53ef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2025.01.17 08:23:57.607909 [ 5 ] {9b80bcdb-0ca4-42ec-bf53-e56f41ca53ef} <Debug> TCPHandler: Processed in 0.001140379 sec. | ||
| 838 | 2025.01.17 08:23:57.608150 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2025.01.17 08:23:57.608332 [ 3 ] {ecd44b3d-d64c-4cad-bba1-e7d78a3e1e8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 840 | 2025.01.17 08:23:57.608926 [ 3 ] {ecd44b3d-d64c-4cad-bba1-e7d78a3e1e8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2025.01.17 08:23:57.608993 [ 3 ] {ecd44b3d-d64c-4cad-bba1-e7d78a3e1e8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2025.01.17 08:23:57.609488 [ 3 ] {ecd44b3d-d64c-4cad-bba1-e7d78a3e1e8c} <Debug> TCPHandler: Processed in 0.001393521 sec. | ||
| 843 | 2025.01.17 08:23:57.609754 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2025.01.17 08:23:57.609910 [ 5 ] {0753f360-4ce9-44bd-9cfd-fd3d1e202eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 845 | 2025.01.17 08:23:57.610289 [ 5 ] {0753f360-4ce9-44bd-9cfd-fd3d1e202eb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2025.01.17 08:23:57.610344 [ 5 ] {0753f360-4ce9-44bd-9cfd-fd3d1e202eb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2025.01.17 08:23:57.610835 [ 5 ] {0753f360-4ce9-44bd-9cfd-fd3d1e202eb4} <Debug> TCPHandler: Processed in 0.001137289 sec. | ||
| 848 | 2025.01.17 08:23:57.611070 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2025.01.17 08:23:57.611237 [ 3 ] {eee72717-7cc3-4a46-8698-5b809c16c220} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 850 | 2025.01.17 08:23:57.611699 [ 3 ] {eee72717-7cc3-4a46-8698-5b809c16c220} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2025.01.17 08:23:57.611766 [ 3 ] {eee72717-7cc3-4a46-8698-5b809c16c220} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2025.01.17 08:23:57.612297 [ 3 ] {eee72717-7cc3-4a46-8698-5b809c16c220} <Debug> TCPHandler: Processed in 0.0012803 sec. | ||
| 853 | 2025.01.17 08:23:57.612548 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2025.01.17 08:23:57.612706 [ 5 ] {3bdbaec0-1e4f-485e-be5a-e54df275c59e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 855 | 2025.01.17 08:23:57.613090 [ 5 ] {3bdbaec0-1e4f-485e-be5a-e54df275c59e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2025.01.17 08:23:57.613145 [ 5 ] {3bdbaec0-1e4f-485e-be5a-e54df275c59e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2025.01.17 08:23:57.613646 [ 5 ] {3bdbaec0-1e4f-485e-be5a-e54df275c59e} <Debug> TCPHandler: Processed in 0.001152319 sec. | ||
| 858 | 2025.01.17 08:23:57.613892 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2025.01.17 08:23:57.614053 [ 3 ] {874c0e8a-0495-4b9e-bbb1-112963f36d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 860 | 2025.01.17 08:23:57.614443 [ 3 ] {874c0e8a-0495-4b9e-bbb1-112963f36d5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2025.01.17 08:23:57.614499 [ 3 ] {874c0e8a-0495-4b9e-bbb1-112963f36d5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2025.01.17 08:23:57.614973 [ 3 ] {874c0e8a-0495-4b9e-bbb1-112963f36d5d} <Debug> TCPHandler: Processed in 0.001139009 sec. | ||
| 863 | 2025.01.17 08:23:57.615251 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2025.01.17 08:23:57.615440 [ 5 ] {a2f3f749-7df2-46e2-8490-893284c6c3cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 865 | 2025.01.17 08:23:57.615910 [ 5 ] {a2f3f749-7df2-46e2-8490-893284c6c3cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2025.01.17 08:23:57.615976 [ 5 ] {a2f3f749-7df2-46e2-8490-893284c6c3cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2025.01.17 08:23:57.616516 [ 5 ] {a2f3f749-7df2-46e2-8490-893284c6c3cb} <Debug> TCPHandler: Processed in 0.001331701 sec. | ||
| 868 | 2025.01.17 08:23:57.616748 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2025.01.17 08:23:57.616907 [ 3 ] {4f2bf1ad-6f35-4c03-9d9b-b72f4bc8580d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 870 | 2025.01.17 08:23:57.617302 [ 3 ] {4f2bf1ad-6f35-4c03-9d9b-b72f4bc8580d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2025.01.17 08:23:57.617359 [ 3 ] {4f2bf1ad-6f35-4c03-9d9b-b72f4bc8580d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2025.01.17 08:23:57.617820 [ 3 ] {4f2bf1ad-6f35-4c03-9d9b-b72f4bc8580d} <Debug> TCPHandler: Processed in 0.001124919 sec. | ||
| 873 | 2025.01.17 08:23:57.618067 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2025.01.17 08:23:57.618238 [ 5 ] {ce9d3622-15cb-40f5-bb9b-f29e1ca624be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 875 | 2025.01.17 08:23:57.618712 [ 5 ] {ce9d3622-15cb-40f5-bb9b-f29e1ca624be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2025.01.17 08:23:57.618779 [ 5 ] {ce9d3622-15cb-40f5-bb9b-f29e1ca624be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2025.01.17 08:23:57.619347 [ 5 ] {ce9d3622-15cb-40f5-bb9b-f29e1ca624be} <Debug> TCPHandler: Processed in 0.001336781 sec. | ||
| 878 | 2025.01.17 08:23:57.619594 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2025.01.17 08:23:57.619755 [ 3 ] {f8400a91-5e06-4481-8be5-290cb9900da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 880 | 2025.01.17 08:23:57.620157 [ 3 ] {f8400a91-5e06-4481-8be5-290cb9900da4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2025.01.17 08:23:57.620213 [ 3 ] {f8400a91-5e06-4481-8be5-290cb9900da4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2025.01.17 08:23:57.620754 [ 3 ] {f8400a91-5e06-4481-8be5-290cb9900da4} <Debug> TCPHandler: Processed in 0.00121081 sec. | ||
| 883 | 2025.01.17 08:23:57.621005 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2025.01.17 08:23:57.621174 [ 5 ] {905db8ef-e8d0-4a4d-a17b-83f3c5b80708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 885 | 2025.01.17 08:23:57.621583 [ 5 ] {905db8ef-e8d0-4a4d-a17b-83f3c5b80708} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2025.01.17 08:23:57.621639 [ 5 ] {905db8ef-e8d0-4a4d-a17b-83f3c5b80708} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2025.01.17 08:23:57.622150 [ 5 ] {905db8ef-e8d0-4a4d-a17b-83f3c5b80708} <Debug> TCPHandler: Processed in 0.001201859 sec. | ||
| 888 | 2025.01.17 08:23:57.625991 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2025.01.17 08:23:57.626138 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2025.01.17 08:23:57.626201 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2025.01.17 08:23:57.627093 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2025.01.17 08:23:57.627148 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 893 | 2025.01.17 08:23:57.627907 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2025.01.17 08:23:57.628361 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2025.01.17 08:23:57.628584 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002488 sec., 7234.726688102894 rows/sec., 1011.89 KiB/sec. | ||
| 896 | 2025.01.17 08:23:57.628641 [ 3 ] {df26f8d7-2964-4de1-bb1a-155cfa876b79} <Debug> TCPHandler: Processed in 0.002717131 sec. | ||
| 897 | 2025.01.17 08:23:57.628807 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2025.01.17 08:23:57.628959 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2025.01.17 08:23:57.629018 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2025.01.17 08:23:57.630324 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2025.01.17 08:23:57.630359 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 902 | 2025.01.17 08:23:57.630903 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2025.01.17 08:23:57.631393 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2025.01.17 08:23:57.631583 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002666 sec., 11252.813203300826 rows/sec., 868.87 KiB/sec. | ||
| 905 | 2025.01.17 08:23:57.631632 [ 5 ] {ecabde10-2bdd-422d-a47a-8c3ffcf45da3} <Debug> TCPHandler: Processed in 0.002893503 sec. | ||
| 906 | 2025.01.17 08:23:57.631873 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2025.01.17 08:23:57.632094 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2025.01.17 08:23:57.632184 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2025.01.17 08:23:57.632809 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2025.01.17 08:23:57.632848 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 911 | 2025.01.17 08:23:57.633359 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2025.01.17 08:23:57.633872 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2025.01.17 08:23:57.634145 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002089 sec., 17233.12589755864 rows/sec., 1.35 MiB/sec. | ||
| 914 | 2025.01.17 08:23:57.634238 [ 3 ] {68397c8a-f648-44a5-89c8-36337ce0380a} <Debug> TCPHandler: Processed in 0.00247482 sec. | ||
| 915 | 2025.01.17 08:23:57.634406 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2025.01.17 08:23:57.634547 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2025.01.17 08:23:57.634608 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2025.01.17 08:23:57.635810 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2025.01.17 08:23:57.635844 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 920 | 2025.01.17 08:23:57.636419 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2025.01.17 08:23:57.636859 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2025.01.17 08:23:57.637034 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.002519 sec., 34934.49781659389 rows/sec., 2.44 MiB/sec. | ||
| 923 | 2025.01.17 08:23:57.637084 [ 5 ] {80e9ae2e-1e25-4a5e-ad4f-a077fdde2bb8} <Debug> TCPHandler: Processed in 0.002745742 sec. | ||
| 924 | 2025.01.17 08:23:57.637257 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2025.01.17 08:23:57.637481 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2025.01.17 08:23:57.637576 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2025.01.17 08:23:57.638345 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2025.01.17 08:23:57.638385 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 929 | 2025.01.17 08:23:57.638903 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2025.01.17 08:23:57.639369 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2025.01.17 08:23:57.639573 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.002148 sec., 14897.579143389197 rows/sec., 1018.39 KiB/sec. | ||
| 932 | 2025.01.17 08:23:57.639623 [ 3 ] {e5ebcdc0-9212-436f-aeab-74670baaa937} <Debug> TCPHandler: Processed in 0.002454799 sec. | ||
| 933 | 2025.01.17 08:23:58.464128 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 | ||
| 934 | 2025.01.17 08:23:58.465210 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2025.01.17 08:23:58.465286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 936 | 2025.01.17 08:23:58.466072 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2025.01.17 08:23:58.466583 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2025.01.17 08:23:58.466811 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 939 | 2025.01.17 08:23:58.531627 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2025.01.17 08:23:58.550292 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2025.01.17 08:23:58.550341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 942 | 2025.01.17 08:23:58.557537 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2025.01.17 08:23:58.558666 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2025.01.17 08:23:58.561067 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2025.01.17 08:24:02.592459 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2025.01.17 08:24:02.592658 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2025.01.17 08:24:02.592733 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2025.01.17 08:24:02.593487 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2025.01.17 08:24:02.593540 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 950 | 2025.01.17 08:24:02.594120 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2025.01.17 08:24:02.594696 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2025.01.17 08:24:02.594927 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002322 sec., 12919.896640826873 rows/sec., 997.59 KiB/sec. | ||
| 953 | 2025.01.17 08:24:02.594984 [ 3 ] {1ce7c2fd-00f9-4a7f-9f5d-1e98597b4285} <Debug> TCPHandler: Processed in 0.002658571 sec. | ||
| 954 | 2025.01.17 08:24:02.595252 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2025.01.17 08:24:02.595439 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2025.01.17 08:24:02.595509 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2025.01.17 08:24:02.596228 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2025.01.17 08:24:02.596269 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 959 | 2025.01.17 08:24:02.596794 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2025.01.17 08:24:02.597269 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2025.01.17 08:24:02.597473 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002083 sec., 17282.76524243879 rows/sec., 1.35 MiB/sec. | ||
| 962 | 2025.01.17 08:24:02.597531 [ 5 ] {adcbc462-441c-434c-ae8f-01c1047c1b58} <Debug> TCPHandler: Processed in 0.002415379 sec. | ||
| 963 | 2025.01.17 08:24:02.597698 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2025.01.17 08:24:02.597826 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2025.01.17 08:24:02.597884 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2025.01.17 08:24:02.598429 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2025.01.17 08:24:02.598470 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 968 | 2025.01.17 08:24:02.598998 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2025.01.17 08:24:02.599529 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2025.01.17 08:24:02.599782 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.00198 sec., 55555.555555555555 rows/sec., 3.88 MiB/sec. | ||
| 971 | 2025.01.17 08:24:02.599885 [ 3 ] {95f3e47a-28df-45ad-bb4a-8e5d0e0224c1} <Debug> TCPHandler: Processed in 0.002245937 sec. | ||
| 972 | 2025.01.17 08:24:02.600058 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2025.01.17 08:24:02.600189 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2025.01.17 08:24:02.600247 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2025.01.17 08:24:02.600739 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2025.01.17 08:24:02.600776 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 977 | 2025.01.17 08:24:02.601257 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2025.01.17 08:24:02.601743 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2025.01.17 08:24:02.601917 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001759 sec., 22740.19329164298 rows/sec., 1.52 MiB/sec. | ||
| 980 | 2025.01.17 08:24:02.601963 [ 5 ] {ed84ca50-d215-4944-b51f-350af74f9b28} <Debug> TCPHandler: Processed in 0.001970166 sec. | ||
| 981 | 2025.01.17 08:24:05.822157 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2025.01.17 08:24:05.822223 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2025.01.17 08:24:05.966988 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1830 | ||
| 984 | 2025.01.17 08:24:05.967628 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2025.01.17 08:24:05.967676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 986 | 2025.01.17 08:24:05.968378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 987 | 2025.01.17 08:24:05.968866 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2025.01.17 08:24:05.969121 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1830 | ||
| 989 | 2025.01.17 08:24:05.970410 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 990 | 2025.01.17 08:24:05.974648 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2025.01.17 08:24:05.974696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 992 | 2025.01.17 08:24:05.976337 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2025.01.17 08:24:05.976911 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2025.01.17 08:24:05.977397 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 995 | 2025.01.17 08:24:06.061209 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2025.01.17 08:24:06.081329 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2025.01.17 08:24:06.081397 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 998 | 2025.01.17 08:24:06.088779 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2025.01.17 08:24:06.090157 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2025.01.17 08:24:06.093641 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2025.01.17 08:24:07.589402 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2025.01.17 08:24:07.589655 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) 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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1003 | 2025.01.17 08:24:07.590105 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2025.01.17 08:24:07.592167 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1005 | 2025.01.17 08:24:07.592503 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2025.01.17 08:24:07.592707 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2025.01.17 08:24:07.595077 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2025.01.17 08:24:07.596347 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2025.01.17 08:24:07.596405 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1010 | 2025.01.17 08:24:07.596425 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2025.01.17 08:24:07.596543 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <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', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1012 | 2025.01.17 08:24:07.596570 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2025.01.17 08:24:07.606457 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.016905 sec., 1064.773735581189 rows/sec., 43.56 KiB/sec. | ||
| 1014 | 2025.01.17 08:24:07.606605 [ 3 ] {8092816e-7a0a-457f-be7c-6106466296ac} <Debug> TCPHandler: Processed in 0.017338327 sec. | ||
| 1015 | 2025.01.17 08:24:07.607497 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2025.01.17 08:24:07.607802 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1017 | 2025.01.17 08:24:07.608327 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2025.01.17 08:24:07.608389 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1019 | 2025.01.17 08:24:07.608821 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2025.01.17 08:24:07.608918 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2025.01.17 08:24:07.609103 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2025.01.17 08:24:07.609146 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2025.01.17 08:24:07.609172 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1024 | 2025.01.17 08:24:07.609191 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2025.01.17 08:24:07.609243 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1026 | 2025.01.17 08:24:07.609268 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2025.01.17 08:24:07.610032 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002377 sec., 7572.5704669751785 rows/sec., 309.77 KiB/sec. | ||
| 1028 | 2025.01.17 08:24:07.610164 [ 5 ] {22087b6f-f491-4100-a39a-c1d236d8e50d} <Debug> TCPHandler: Processed in 0.002811622 sec. | ||
| 1029 | 2025.01.17 08:24:07.610694 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2025.01.17 08:24:07.610907 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1031 | 2025.01.17 08:24:07.611275 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2025.01.17 08:24:07.611321 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1033 | 2025.01.17 08:24:07.611619 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2025.01.17 08:24:07.611698 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2025.01.17 08:24:07.611873 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2025.01.17 08:24:07.611912 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2025.01.17 08:24:07.611938 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1038 | 2025.01.17 08:24:07.611960 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2025.01.17 08:24:07.612009 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1040 | 2025.01.17 08:24:07.612033 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2025.01.17 08:24:07.612627 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001824 sec., 9868.421052631578 rows/sec., 403.69 KiB/sec. | ||
| 1042 | 2025.01.17 08:24:07.612713 [ 3 ] {7f71f95d-e6da-4f6c-b88c-cbc6e587bc46} <Debug> TCPHandler: Processed in 0.002129766 sec. | ||
| 1043 | 2025.01.17 08:24:07.613376 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2025.01.17 08:24:07.613564 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1045 | 2025.01.17 08:24:07.613888 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2025.01.17 08:24:07.613934 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1047 | 2025.01.17 08:24:07.614220 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2025.01.17 08:24:07.614291 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2025.01.17 08:24:07.614442 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2025.01.17 08:24:07.614476 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2025.01.17 08:24:07.614500 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1052 | 2025.01.17 08:24:07.614517 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2025.01.17 08:24:07.614563 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1054 | 2025.01.17 08:24:07.614588 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2025.01.17 08:24:07.615191 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00171 sec., 10526.315789473685 rows/sec., 430.60 KiB/sec. | ||
| 1056 | 2025.01.17 08:24:07.615310 [ 5 ] {88eddca1-3eb6-4168-8957-6f0e6d5f0398} <Debug> TCPHandler: Processed in 0.001998706 sec. | ||
| 1057 | 2025.01.17 08:24:07.615612 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2025.01.17 08:24:07.615814 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1059 | 2025.01.17 08:24:07.616196 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2025.01.17 08:24:07.616243 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1061 | 2025.01.17 08:24:07.616543 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2025.01.17 08:24:07.616614 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2025.01.17 08:24:07.616770 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2025.01.17 08:24:07.616804 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2025.01.17 08:24:07.616828 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1066 | 2025.01.17 08:24:07.616845 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2025.01.17 08:24:07.616890 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1068 | 2025.01.17 08:24:07.616913 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2025.01.17 08:24:07.617540 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001828 sec., 9846.827133479212 rows/sec., 402.81 KiB/sec. | ||
| 1070 | 2025.01.17 08:24:07.617638 [ 3 ] {264bfcc8-b0f1-483d-b2b7-f33b51d7b4c6} <Debug> TCPHandler: Processed in 0.002086486 sec. | ||
| 1071 | 2025.01.17 08:24:07.618014 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2025.01.17 08:24:07.618199 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1073 | 2025.01.17 08:24:07.618516 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2025.01.17 08:24:07.618561 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1075 | 2025.01.17 08:24:07.618843 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2025.01.17 08:24:07.618911 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2025.01.17 08:24:07.619060 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2025.01.17 08:24:07.619096 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2025.01.17 08:24:07.619126 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1080 | 2025.01.17 08:24:07.619143 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2025.01.17 08:24:07.619187 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1082 | 2025.01.17 08:24:07.619211 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2025.01.17 08:24:07.619886 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001772 sec., 10158.013544018058 rows/sec., 415.54 KiB/sec. | ||
| 1084 | 2025.01.17 08:24:07.620041 [ 5 ] {37809703-d66e-4341-a35d-8fcd01126e97} <Debug> TCPHandler: Processed in 0.002088486 sec. | ||
| 1085 | 2025.01.17 08:24:07.620333 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2025.01.17 08:24:07.620527 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1087 | 2025.01.17 08:24:07.620871 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2025.01.17 08:24:07.620918 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1089 | 2025.01.17 08:24:07.621219 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2025.01.17 08:24:07.621289 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2025.01.17 08:24:07.621452 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2025.01.17 08:24:07.621488 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2025.01.17 08:24:07.621513 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1094 | 2025.01.17 08:24:07.621530 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2025.01.17 08:24:07.621575 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1096 | 2025.01.17 08:24:07.621600 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2025.01.17 08:24:07.622166 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001729 sec., 10410.641989589358 rows/sec., 425.87 KiB/sec. | ||
| 1098 | 2025.01.17 08:24:07.622249 [ 3 ] {469a6858-b0a0-456e-87e5-1d315363ef69} <Debug> TCPHandler: Processed in 0.001987076 sec. | ||
| 1099 | 2025.01.17 08:24:07.622561 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2025.01.17 08:24:07.622744 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1101 | 2025.01.17 08:24:07.623065 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2025.01.17 08:24:07.623112 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1103 | 2025.01.17 08:24:07.623404 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2025.01.17 08:24:07.623472 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2025.01.17 08:24:07.623623 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2025.01.17 08:24:07.623658 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2025.01.17 08:24:07.623681 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1108 | 2025.01.17 08:24:07.623699 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2025.01.17 08:24:07.623743 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1110 | 2025.01.17 08:24:07.623766 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2025.01.17 08:24:07.624359 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001699 sec., 10594.46733372572 rows/sec., 433.39 KiB/sec. | ||
| 1112 | 2025.01.17 08:24:07.624483 [ 5 ] {863c0a59-a428-4e8d-92e1-3e29c1d49f8b} <Debug> TCPHandler: Processed in 0.001980006 sec. | ||
| 1113 | 2025.01.17 08:24:07.624764 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2025.01.17 08:24:07.624960 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1115 | 2025.01.17 08:24:07.625322 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2025.01.17 08:24:07.625373 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1117 | 2025.01.17 08:24:07.625664 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2025.01.17 08:24:07.625731 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2025.01.17 08:24:07.625883 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2025.01.17 08:24:07.625917 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2025.01.17 08:24:07.625943 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1122 | 2025.01.17 08:24:07.625961 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2025.01.17 08:24:07.626005 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1124 | 2025.01.17 08:24:07.626032 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2025.01.17 08:24:07.626813 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00194 sec., 9278.350515463917 rows/sec., 379.55 KiB/sec. | ||
| 1126 | 2025.01.17 08:24:07.626898 [ 3 ] {1c8bd7e8-6618-45a7-9928-d8c1785cfc88} <Debug> TCPHandler: Processed in 0.002198108 sec. | ||
| 1127 | 2025.01.17 08:24:07.627177 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2025.01.17 08:24:07.627365 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1129 | 2025.01.17 08:24:07.627694 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2025.01.17 08:24:07.627741 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1131 | 2025.01.17 08:24:07.628037 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2025.01.17 08:24:07.628107 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2025.01.17 08:24:07.628259 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2025.01.17 08:24:07.628293 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2025.01.17 08:24:07.628316 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1136 | 2025.01.17 08:24:07.628334 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2025.01.17 08:24:07.628379 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1138 | 2025.01.17 08:24:07.628403 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2025.01.17 08:24:07.629010 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001731 sec., 10398.613518197575 rows/sec., 425.38 KiB/sec. | ||
| 1140 | 2025.01.17 08:24:07.629129 [ 5 ] {b21fe0e3-999f-4790-9f5a-0da267871982} <Debug> TCPHandler: Processed in 0.002018156 sec. | ||
| 1141 | 2025.01.17 08:24:07.629422 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2025.01.17 08:24:07.629614 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1143 | 2025.01.17 08:24:07.629938 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2025.01.17 08:24:07.629985 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1145 | 2025.01.17 08:24:07.630286 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2025.01.17 08:24:07.630356 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2025.01.17 08:24:07.630513 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2025.01.17 08:24:07.630547 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2025.01.17 08:24:07.630571 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1150 | 2025.01.17 08:24:07.630588 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2025.01.17 08:24:07.630633 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1152 | 2025.01.17 08:24:07.630657 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2025.01.17 08:24:07.631179 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001655 sec., 10876.132930513595 rows/sec., 444.91 KiB/sec. | ||
| 1154 | 2025.01.17 08:24:07.631262 [ 3 ] {4667a497-c339-4a64-80a9-137c0a7337d3} <Debug> TCPHandler: Processed in 0.001908235 sec. | ||
| 1155 | 2025.01.17 08:24:07.631566 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2025.01.17 08:24:07.631749 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1157 | 2025.01.17 08:24:07.632075 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2025.01.17 08:24:07.632122 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1159 | 2025.01.17 08:24:07.632419 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2025.01.17 08:24:07.632489 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2025.01.17 08:24:07.632641 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2025.01.17 08:24:07.632680 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2025.01.17 08:24:07.632705 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1164 | 2025.01.17 08:24:07.632723 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2025.01.17 08:24:07.632769 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1166 | 2025.01.17 08:24:07.632794 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2025.01.17 08:24:07.633378 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001716 sec., 10489.510489510489 rows/sec., 429.10 KiB/sec. | ||
| 1168 | 2025.01.17 08:24:07.633500 [ 5 ] {c851bc41-6003-4f44-acae-72f5c27bf3b0} <Debug> TCPHandler: Processed in 0.001991606 sec. | ||
| 1169 | 2025.01.17 08:24:07.637802 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2025.01.17 08:24:07.638054 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1171 | 2025.01.17 08:24:07.638440 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2025.01.17 08:24:07.638491 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1173 | 2025.01.17 08:24:07.638804 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2025.01.17 08:24:07.638873 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2025.01.17 08:24:07.639028 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2025.01.17 08:24:07.639064 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2025.01.17 08:24:07.639089 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1178 | 2025.01.17 08:24:07.639109 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2025.01.17 08:24:07.639165 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1180 | 2025.01.17 08:24:07.639190 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2025.01.17 08:24:07.639779 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001854 sec., 9708.73786407767 rows/sec., 397.16 KiB/sec. | ||
| 1182 | 2025.01.17 08:24:07.639865 [ 3 ] {270af34d-aa86-4aeb-bb5d-0671bd2cb570} <Debug> TCPHandler: Processed in 0.002154407 sec. | ||
| 1183 | 2025.01.17 08:24:07.644802 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2025.01.17 08:24:07.644946 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2025.01.17 08:24:07.645003 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2025.01.17 08:24:07.645819 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2025.01.17 08:24:07.645871 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1188 | 2025.01.17 08:24:07.646508 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2025.01.17 08:24:07.646910 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2025.01.17 08:24:07.647121 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002213 sec., 5874.378671486669 rows/sec., 1.16 MiB/sec. | ||
| 1191 | 2025.01.17 08:24:07.647290 [ 5 ] {2162824f-2274-4814-8a8a-00aabd0603d3} <Debug> TCPHandler: Processed in 0.00255349 sec. | ||
| 1192 | 2025.01.17 08:24:07.647489 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2025.01.17 08:24:07.647633 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2025.01.17 08:24:07.647689 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2025.01.17 08:24:07.649088 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2025.01.17 08:24:07.649134 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1197 | 2025.01.17 08:24:07.649675 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2025.01.17 08:24:07.650152 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2025.01.17 08:24:07.650410 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00281 sec., 4982.20640569395 rows/sec., 358.65 KiB/sec. | ||
| 1200 | 2025.01.17 08:24:07.650473 [ 3 ] {9f6dca0f-9be6-4768-be84-11f5a5a95cd8} <Debug> TCPHandler: Processed in 0.003063644 sec. | ||
| 1201 | 2025.01.17 08:24:07.650664 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2025.01.17 08:24:07.650801 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2025.01.17 08:24:07.650859 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2025.01.17 08:24:07.651681 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2025.01.17 08:24:07.651723 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1206 | 2025.01.17 08:24:07.652259 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2025.01.17 08:24:07.652749 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2025.01.17 08:24:07.652934 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Debug> executeQuery: Read 193 rows, 17.47 KiB in 0.002167 sec., 89063.22104291647 rows/sec., 7.87 MiB/sec. | ||
| 1209 | 2025.01.17 08:24:07.652986 [ 5 ] {a5eb4c1a-1eff-463b-a960-a205b294eb43} <Debug> TCPHandler: Processed in 0.002402079 sec. | ||
| 1210 | 2025.01.17 08:24:07.653158 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2025.01.17 08:24:07.653280 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2025.01.17 08:24:07.653333 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2025.01.17 08:24:07.654176 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2025.01.17 08:24:07.654214 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1215 | 2025.01.17 08:24:07.654784 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2025.01.17 08:24:07.655270 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2025.01.17 08:24:07.655544 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002269 sec., 6610.841780520052 rows/sec., 466.12 KiB/sec. | ||
| 1218 | 2025.01.17 08:24:07.655636 [ 3 ] {bc4529d8-f15c-4ec1-9fee-f217cc7d8022} <Debug> TCPHandler: Processed in 0.00254191 sec. | ||
| 1219 | 2025.01.17 08:24:07.655802 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2025.01.17 08:24:07.655924 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2025.01.17 08:24:07.655975 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2025.01.17 08:24:07.656581 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2025.01.17 08:24:07.656621 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1224 | 2025.01.17 08:24:07.657221 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2025.01.17 08:24:07.657756 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2025.01.17 08:24:07.657998 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002085 sec., 6714.62829736211 rows/sec., 470.25 KiB/sec. | ||
| 1227 | 2025.01.17 08:24:07.658066 [ 5 ] {34e95544-2b28-4181-b9e0-3616164f7cf3} <Debug> TCPHandler: Processed in 0.002323928 sec. | ||
| 1228 | 2025.01.17 08:24:07.658245 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2025.01.17 08:24:07.658374 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2025.01.17 08:24:07.658427 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2025.01.17 08:24:07.659025 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2025.01.17 08:24:07.659065 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1233 | 2025.01.17 08:24:07.659596 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2025.01.17 08:24:07.660182 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2025.01.17 08:24:07.660459 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00209 sec., 6220.095693779905 rows/sec., 387.82 KiB/sec. | ||
| 1236 | 2025.01.17 08:24:07.660553 [ 3 ] {db7e8a9b-f856-4f0a-8624-0ae92aa64148} <Debug> TCPHandler: Processed in 0.002369859 sec. | ||
| 1237 | 2025.01.17 08:24:07.660721 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2025.01.17 08:24:07.660843 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2025.01.17 08:24:07.660892 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2025.01.17 08:24:07.661639 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2025.01.17 08:24:07.661678 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1242 | 2025.01.17 08:24:07.662268 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2025.01.17 08:24:07.662726 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2025.01.17 08:24:07.662903 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.002085 sec., 173621.103117506 rows/sec., 12.22 MiB/sec. | ||
| 1245 | 2025.01.17 08:24:07.662953 [ 5 ] {a72d7142-48f3-43a2-89c8-9ef7184d911f} <Debug> TCPHandler: Processed in 0.002293638 sec. | ||
| 1246 | 2025.01.17 08:24:07.663129 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2025.01.17 08:24:07.663256 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2025.01.17 08:24:07.663318 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2025.01.17 08:24:07.663812 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2025.01.17 08:24:07.663933 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1251 | 2025.01.17 08:24:07.664492 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2025.01.17 08:24:07.665015 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2025.01.17 08:24:07.665227 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001995 sec., 3007.5187969924814 rows/sec., 157.13 KiB/sec. | ||
| 1254 | 2025.01.17 08:24:07.665298 [ 3 ] {b5da5d67-c5a3-4f05-8348-8e14337c1867} <Debug> TCPHandler: Processed in 0.002231398 sec. | ||
| 1255 | 2025.01.17 08:24:07.665475 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2025.01.17 08:24:07.665596 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2025.01.17 08:24:07.665648 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2025.01.17 08:24:07.666239 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2025.01.17 08:24:07.666279 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1260 | 2025.01.17 08:24:07.666860 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2025.01.17 08:24:07.667450 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2025.01.17 08:24:07.667651 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.002079 sec., 89947.08994708995 rows/sec., 5.97 MiB/sec. | ||
| 1263 | 2025.01.17 08:24:07.667703 [ 5 ] {1fbafffe-1b85-447e-ad7e-f71b9a0a2273} <Debug> TCPHandler: Processed in 0.002283689 sec. | ||
| 1264 | 2025.01.17 08:24:07.667877 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2025.01.17 08:24:07.668002 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2025.01.17 08:24:07.668058 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2025.01.17 08:24:07.668548 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2025.01.17 08:24:07.668588 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1269 | 2025.01.17 08:24:07.669150 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2025.01.17 08:24:07.669740 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2025.01.17 08:24:07.670026 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002038 sec., 490.6771344455349 rows/sec., 33.06 KiB/sec. | ||
| 1272 | 2025.01.17 08:24:07.670178 [ 3 ] {4cb2fd64-be60-4b4d-b4a1-bdc82d909db5} <Debug> TCPHandler: Processed in 0.002363998 sec. | ||
| 1273 | 2025.01.17 08:24:07.670351 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2025.01.17 08:24:07.670480 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2025.01.17 08:24:07.670591 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2025.01.17 08:24:07.671844 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2025.01.17 08:24:07.671883 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1278 | 2025.01.17 08:24:07.674691 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2025.01.17 08:24:07.675160 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2025.01.17 08:24:07.675428 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004954 sec., 1614.8566814695196 rows/sec., 2.89 MiB/sec. | ||
| 1281 | 2025.01.17 08:24:07.675564 [ 5 ] {40fe3c46-50ff-408b-8d60-5a22d811d7de} <Debug> TCPHandler: Processed in 0.005273042 sec. | ||
| 1282 | 2025.01.17 08:24:07.675735 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2025.01.17 08:24:07.675859 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2025.01.17 08:24:07.675911 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2025.01.17 08:24:07.676431 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2025.01.17 08:24:07.676474 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1287 | 2025.01.17 08:24:07.677090 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2025.01.17 08:24:07.677615 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2025.01.17 08:24:07.677873 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.002028 sec., 30571.99211045365 rows/sec., 1.89 MiB/sec. | ||
| 1290 | 2025.01.17 08:24:07.678002 [ 3 ] {7658f955-7b11-4118-90c3-9348eef2a3a2} <Debug> TCPHandler: Processed in 0.002333038 sec. | ||
| 1291 | 2025.01.17 08:24:12.592934 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2025.01.17 08:24:12.593158 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2025.01.17 08:24:12.593244 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2025.01.17 08:24:12.594047 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2025.01.17 08:24:12.594099 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1296 | 2025.01.17 08:24:12.594619 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2025.01.17 08:24:12.595072 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2025.01.17 08:24:12.595305 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002206 sec., 13599.274705349048 rows/sec., 1.03 MiB/sec. | ||
| 1299 | 2025.01.17 08:24:12.595369 [ 3 ] {09a6a6b2-6a35-4221-8895-62b01e87e7c2} <Debug> TCPHandler: Processed in 0.002571661 sec. | ||
| 1300 | 2025.01.17 08:24:12.595633 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2025.01.17 08:24:12.595844 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2025.01.17 08:24:12.595924 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2025.01.17 08:24:12.596724 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2025.01.17 08:24:12.596773 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1305 | 2025.01.17 08:24:12.597293 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2025.01.17 08:24:12.597784 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2025.01.17 08:24:12.598031 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002239 sec., 16078.606520768199 rows/sec., 1.26 MiB/sec. | ||
| 1308 | 2025.01.17 08:24:12.598095 [ 5 ] {d83cf42b-ee5a-4f98-a111-51cbd4ad2409} <Debug> TCPHandler: Processed in 0.00260166 sec. | ||
| 1309 | 2025.01.17 08:24:12.598244 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2025.01.17 08:24:12.598365 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2025.01.17 08:24:12.598421 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2025.01.17 08:24:12.598951 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2025.01.17 08:24:12.598989 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1314 | 2025.01.17 08:24:12.599520 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2025.01.17 08:24:12.599965 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2025.01.17 08:24:12.600234 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001882 sec., 58448.45908607864 rows/sec., 4.08 MiB/sec. | ||
| 1317 | 2025.01.17 08:24:12.600371 [ 3 ] {de48ad91-63c5-4e54-b730-ca483c3f31cc} <Debug> TCPHandler: Processed in 0.002183077 sec. | ||
| 1318 | 2025.01.17 08:24:12.600523 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2025.01.17 08:24:12.600658 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2025.01.17 08:24:12.600711 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2025.01.17 08:24:12.601229 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2025.01.17 08:24:12.601270 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1323 | 2025.01.17 08:24:12.601735 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2025.01.17 08:24:12.602186 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2025.01.17 08:24:12.602412 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001777 sec., 22509.848058525607 rows/sec., 1.50 MiB/sec. | ||
| 1326 | 2025.01.17 08:24:12.602465 [ 5 ] {dcfc8664-5144-496f-a5c7-3c6d00000bd1} <Debug> TCPHandler: Processed in 0.002010136 sec. | ||
| 1327 | 2025.01.17 08:24:13.469302 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2318 | ||
| 1328 | 2025.01.17 08:24:13.469969 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2025.01.17 08:24:13.470014 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1330 | 2025.01.17 08:24:13.470701 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2025.01.17 08:24:13.471183 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2025.01.17 08:24:13.471443 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1333 | 2025.01.17 08:24:13.594048 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2025.01.17 08:24:13.614011 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2025.01.17 08:24:13.614063 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1336 | 2025.01.17 08:24:13.621113 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2025.01.17 08:24:13.622225 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2025.01.17 08:24:13.625061 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2025.01.17 08:24:14.000370 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.61 MiB, peak 163.61 MiB, free memory in arenas 0.00 B, will set to 160.94 MiB (RSS), difference: 1.32 MiB | ||
| 1340 | 2025.01.17 08:24:15.977767 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1341 | 2025.01.17 08:24:15.981269 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1342 | 2025.01.17 08:24:15.981316 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1343 | 2025.01.17 08:24:15.982985 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1344 | 2025.01.17 08:24:15.983501 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1345 | 2025.01.17 08:24:15.984312 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1346 | 2025.01.17 08:24:17.597998 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2025.01.17 08:24:17.598211 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1348 | 2025.01.17 08:24:17.598295 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1349 | 2025.01.17 08:24:17.599115 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2025.01.17 08:24:17.599170 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1351 | 2025.01.17 08:24:17.599761 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1352 | 2025.01.17 08:24:17.600230 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2025.01.17 08:24:17.600488 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002329 sec., 6011.163589523401 rows/sec., 432.72 KiB/sec. | ||
| 1354 | 2025.01.17 08:24:17.600633 [ 3 ] {7d49e3f5-5296-4b81-8743-b83622aa5422} <Debug> TCPHandler: Processed in 0.002775312 sec. | ||
| 1355 | 2025.01.17 08:24:17.600897 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2025.01.17 08:24:17.601111 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1357 | 2025.01.17 08:24:17.601190 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1358 | 2025.01.17 08:24:17.602037 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1359 | 2025.01.17 08:24:17.602081 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1360 | 2025.01.17 08:24:17.602640 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1361 | 2025.01.17 08:24:17.603166 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1362 | 2025.01.17 08:24:17.603464 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Debug> executeQuery: Read 193 rows, 17.47 KiB in 0.002384 sec., 80956.37583892618 rows/sec., 7.16 MiB/sec. | ||
| 1363 | 2025.01.17 08:24:17.603606 [ 5 ] {4426bf96-eb02-4d3c-8a09-2ae6115f57c5} <Debug> TCPHandler: Processed in 0.002848193 sec. | ||
| 1364 | 2025.01.17 08:24:17.603770 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1365 | 2025.01.17 08:24:17.603913 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1366 | 2025.01.17 08:24:17.603975 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1367 | 2025.01.17 08:24:17.604665 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2025.01.17 08:24:17.604715 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1369 | 2025.01.17 08:24:17.605214 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1370 | 2025.01.17 08:24:17.605673 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2025.01.17 08:24:17.605945 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002059 sec., 7285.089849441476 rows/sec., 513.66 KiB/sec. | ||
| 1372 | 2025.01.17 08:24:17.606094 [ 3 ] {b7543b7c-4055-4768-a292-642e1edbbcea} <Debug> TCPHandler: Processed in 0.002390889 sec. | ||
| 1373 | 2025.01.17 08:24:17.606251 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1374 | 2025.01.17 08:24:17.606376 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1375 | 2025.01.17 08:24:17.606430 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1376 | 2025.01.17 08:24:17.607045 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1377 | 2025.01.17 08:24:17.607084 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1378 | 2025.01.17 08:24:17.607563 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1379 | 2025.01.17 08:24:17.608054 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1380 | 2025.01.17 08:24:17.608305 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001938 sec., 7223.942208462332 rows/sec., 505.92 KiB/sec. | ||
| 1381 | 2025.01.17 08:24:17.608375 [ 5 ] {6607d13e-871a-4b8a-9eb5-d8e0833bcb94} <Debug> TCPHandler: Processed in 0.002184527 sec. | ||
| 1382 | 2025.01.17 08:24:17.608551 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2025.01.17 08:24:17.608689 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1384 | 2025.01.17 08:24:17.608748 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1385 | 2025.01.17 08:24:17.609425 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2025.01.17 08:24:17.609473 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1387 | 2025.01.17 08:24:17.609997 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2025.01.17 08:24:17.610457 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2025.01.17 08:24:17.610736 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002066 sec., 6292.352371732816 rows/sec., 392.33 KiB/sec. | ||
| 1390 | 2025.01.17 08:24:17.610811 [ 3 ] {47acb0b5-07ea-4088-8c6b-0d6caa3adbff} <Debug> TCPHandler: Processed in 0.002326379 sec. | ||
| 1391 | 2025.01.17 08:24:17.610960 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2025.01.17 08:24:17.611080 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1393 | 2025.01.17 08:24:17.611132 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1394 | 2025.01.17 08:24:17.611835 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2025.01.17 08:24:17.611875 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1396 | 2025.01.17 08:24:17.612361 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1397 | 2025.01.17 08:24:17.612805 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2025.01.17 08:24:17.613096 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.00201 sec., 180099.5024875622 rows/sec., 12.67 MiB/sec. | ||
| 1399 | 2025.01.17 08:24:17.613194 [ 5 ] {3d83ac95-bd02-4d7b-9d72-22202bd5671c} <Debug> TCPHandler: Processed in 0.002292288 sec. | ||
| 1400 | 2025.01.17 08:24:17.613343 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2025.01.17 08:24:17.613484 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1402 | 2025.01.17 08:24:17.613545 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1403 | 2025.01.17 08:24:17.614058 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2025.01.17 08:24:17.614098 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1405 | 2025.01.17 08:24:17.614616 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1406 | 2025.01.17 08:24:17.615082 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2025.01.17 08:24:17.615291 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001839 sec., 3262.6427406199023 rows/sec., 170.46 KiB/sec. | ||
| 1408 | 2025.01.17 08:24:17.615342 [ 3 ] {20f46033-8971-44f0-9b8e-3a4625df8860} <Debug> TCPHandler: Processed in 0.002063426 sec. | ||
| 1409 | 2025.01.17 08:24:17.615493 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2025.01.17 08:24:17.615632 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1411 | 2025.01.17 08:24:17.615696 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1412 | 2025.01.17 08:24:17.616293 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2025.01.17 08:24:17.616331 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1414 | 2025.01.17 08:24:17.616877 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1415 | 2025.01.17 08:24:17.617310 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1416 | 2025.01.17 08:24:17.617518 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001917 sec., 97548.25247782994 rows/sec., 6.48 MiB/sec. | ||
| 1417 | 2025.01.17 08:24:17.617570 [ 5 ] {03909917-ec82-4881-b835-f787225386e6} <Debug> TCPHandler: Processed in 0.002145557 sec. | ||
| 1418 | 2025.01.17 08:24:17.617726 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2025.01.17 08:24:17.617918 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1420 | 2025.01.17 08:24:17.618012 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1421 | 2025.01.17 08:24:17.618846 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1422 | 2025.01.17 08:24:17.618886 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1423 | 2025.01.17 08:24:17.619352 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1424 | 2025.01.17 08:24:17.619816 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1425 | 2025.01.17 08:24:17.620032 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002169 sec., 461.04195481788844 rows/sec., 31.07 KiB/sec. | ||
| 1426 | 2025.01.17 08:24:17.620085 [ 3 ] {35a3f0bd-f98c-4d21-8e3a-2fb4fdee0163} <Debug> TCPHandler: Processed in 0.002414249 sec. | ||
| 1427 | 2025.01.17 08:24:17.620238 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2025.01.17 08:24:17.620378 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1429 | 2025.01.17 08:24:17.620471 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1430 | 2025.01.17 08:24:17.621579 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2025.01.17 08:24:17.621619 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1432 | 2025.01.17 08:24:17.622346 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1433 | 2025.01.17 08:24:17.622811 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2025.01.17 08:24:17.623009 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002662 sec., 3005.259203606311 rows/sec., 5.39 MiB/sec. | ||
| 1435 | 2025.01.17 08:24:17.623107 [ 5 ] {ae089d34-a73c-450b-9135-77781873c9df} <Debug> TCPHandler: Processed in 0.002937433 sec. | ||
| 1436 | 2025.01.17 08:24:17.623309 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2025.01.17 08:24:17.623530 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1438 | 2025.01.17 08:24:17.623624 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1439 | 2025.01.17 08:24:17.624198 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2025.01.17 08:24:17.624238 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1441 | 2025.01.17 08:24:17.624718 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1442 | 2025.01.17 08:24:17.625158 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2025.01.17 08:24:17.625393 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001919 sec., 32308.494007295467 rows/sec., 2.00 MiB/sec. | ||
| 1444 | 2025.01.17 08:24:17.625445 [ 3 ] {87273057-5d21-403a-846d-97a8d129b483} <Debug> TCPHandler: Processed in 0.002244468 sec. | ||
| 1445 | 2025.01.17 08:24:20.822470 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1446 | 2025.01.17 08:24:20.822555 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1447 | 2025.01.17 08:24:20.971651 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2745 | ||
| 1448 | 2025.01.17 08:24:20.972696 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2025.01.17 08:24:20.972775 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1450 | 2025.01.17 08:24:20.973617 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2025.01.17 08:24:20.974162 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2025.01.17 08:24:20.974383 [ 72 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2025.01.17 08:24:20.974427 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2745 | ||
| 1454 | 2025.01.17 08:24:20.974505 [ 72 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2025.01.17 08:24:20.974553 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1456 | 2025.01.17 08:24:20.978986 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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.17 08:24:20.979198 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1458 | 2025.01.17 08:24:20.979372 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1459 | 2025.01.17 08:24:20.979517 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 1460 | 2025.01.17 08:24:20.979737 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 1461 | 2025.01.17 08:24:20.979961 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 1462 | 2025.01.17 08:24:20.980119 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 1463 | 2025.01.17 08:24:20.980216 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 1464 | 2025.01.17 08:24:21.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.27 MiB, peak 167.27 MiB, free memory in arenas 0.00 B, will set to 161.66 MiB (RSS), difference: -5.61 MiB | ||
| 1465 | 2025.01.17 08:24:21.007677 [ 190 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2745 rows, containing 4 columns (4 merged, 0 gathered) in 0.033016161 sec., 83141.10171682286 rows/sec., 1.19 MiB/sec. | ||
| 1466 | 2025.01.17 08:24:21.008106 [ 191 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1467 | 2025.01.17 08:24:21.008626 [ 191 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): 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.17 08:24:21.008707 [ 191 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_6_1} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1469 | 2025.01.17 08:24:21.008833 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1470 | 2025.01.17 08:24:21.125193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1471 | 2025.01.17 08:24:21.144910 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1472 | 2025.01.17 08:24:21.144953 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1473 | 2025.01.17 08:24:21.152020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1474 | 2025.01.17 08:24:21.153128 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1475 | 2025.01.17 08:24:21.153429 [ 72 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1476 | 2025.01.17 08:24:21.153504 [ 72 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1477 | 2025.01.17 08:24:21.153553 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1478 | 2025.01.17 08:24:21.154068 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1479 | 2025.01.17 08:24:21.168223 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1480 | 2025.01.17 08:24:21.169936 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1481 | 2025.01.17 08:24:21.171422 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1482 | 2025.01.17 08:24:21.177169 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1483 | 2025.01.17 08:24:21.182664 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1484 | 2025.01.17 08:24:21.187695 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1485 | 2025.01.17 08:24:21.197544 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1486 | 2025.01.17 08:24:21.202238 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 1487 | 2025.01.17 08:24:21.261270 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107571631 sec., 427.62203726370944 rows/sec., 2.21 MiB/sec. | ||
| 1488 | 2025.01.17 08:24:21.263849 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1489 | 2025.01.17 08:24:21.267131 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_6_1} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2025.01.17 08:24:21.267222 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_6_1} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1491 | 2025.01.17 08:24:21.269481 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1492 | 2025.01.17 08:24:22.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 156.51 MiB, peak 167.27 MiB, free memory in arenas 0.00 B, will set to 165.83 MiB (RSS), difference: 9.32 MiB | ||
| 1493 | 2025.01.17 08:24:22.590262 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1494 | 2025.01.17 08:24:22.590525 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1495 | 2025.01.17 08:24:22.590953 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1496 | 2025.01.17 08:24:22.591004 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1497 | 2025.01.17 08:24:22.591364 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1498 | 2025.01.17 08:24:22.591447 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1499 | 2025.01.17 08:24:22.591630 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1500 | 2025.01.17 08:24:22.591916 [ 295 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1501 | 2025.01.17 08:24:22.591937 [ 294 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1502 | 2025.01.17 08:24:22.592082 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1503 | 2025.01.17 08:24:22.592119 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1504 | 2025.01.17 08:24:22.594297 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1505 | 2025.01.17 08:24:22.594354 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1506 | 2025.01.17 08:24:22.594463 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1507 | 2025.01.17 08:24:22.594554 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1508 | 2025.01.17 08:24:22.596337 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.005935 sec., 5223.251895534962 rows/sec., 197.12 KiB/sec. | ||
| 1509 | 2025.01.17 08:24:22.596507 [ 3 ] {0dc01af8-bc6c-4f9c-8279-9f96884fef9d} <Debug> TCPHandler: Processed in 0.00637125 sec. | ||
| 1510 | 2025.01.17 08:24:22.596881 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1511 | 2025.01.17 08:24:22.597160 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1512 | 2025.01.17 08:24:22.597631 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1513 | 2025.01.17 08:24:22.597693 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1514 | 2025.01.17 08:24:22.598069 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1515 | 2025.01.17 08:24:22.598146 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1516 | 2025.01.17 08:24:22.598327 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1517 | 2025.01.17 08:24:22.598411 [ 296 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1518 | 2025.01.17 08:24:22.598435 [ 295 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1519 | 2025.01.17 08:24:22.598545 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1520 | 2025.01.17 08:24:22.598573 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1521 | 2025.01.17 08:24:22.598662 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1522 | 2025.01.17 08:24:22.598684 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1523 | 2025.01.17 08:24:22.598727 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1524 | 2025.01.17 08:24:22.598776 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1525 | 2025.01.17 08:24:22.600007 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002981 sec., 10399.194901039918 rows/sec., 392.46 KiB/sec. | ||
| 1526 | 2025.01.17 08:24:22.600145 [ 5 ] {a21be3ee-761b-44c3-b554-9808d3ad61d0} <Debug> TCPHandler: Processed in 0.003399487 sec. | ||
| 1527 | 2025.01.17 08:24:22.600422 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1528 | 2025.01.17 08:24:22.600655 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1529 | 2025.01.17 08:24:22.601040 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1530 | 2025.01.17 08:24:22.601090 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1531 | 2025.01.17 08:24:22.601415 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1532 | 2025.01.17 08:24:22.601483 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1533 | 2025.01.17 08:24:22.601639 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1534 | 2025.01.17 08:24:22.601748 [ 294 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1535 | 2025.01.17 08:24:22.601748 [ 295 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1536 | 2025.01.17 08:24:22.601859 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1537 | 2025.01.17 08:24:22.601886 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1538 | 2025.01.17 08:24:22.601970 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1539 | 2025.01.17 08:24:22.601991 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1540 | 2025.01.17 08:24:22.602033 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1541 | 2025.01.17 08:24:22.602080 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1542 | 2025.01.17 08:24:22.603235 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002702 sec., 11472.98297557365 rows/sec., 432.98 KiB/sec. | ||
| 1543 | 2025.01.17 08:24:22.603389 [ 3 ] {bbb45bd6-1577-4653-b3c0-57e49b9e2d2c} <Debug> TCPHandler: Processed in 0.003034304 sec. | ||
| 1544 | 2025.01.17 08:24:22.608464 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2025.01.17 08:24:22.608606 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1546 | 2025.01.17 08:24:22.608666 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1547 | 2025.01.17 08:24:22.609487 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2025.01.17 08:24:22.609531 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1549 | 2025.01.17 08:24:22.610170 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1550 | 2025.01.17 08:24:22.610614 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1551 | 2025.01.17 08:24:22.610904 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.002339 sec., 1282.5994014536127 rows/sec., 116.90 KiB/sec. | ||
| 1552 | 2025.01.17 08:24:22.611075 [ 3 ] {ce2f1c27-3a7b-4cd6-826f-8053c894aa0b} <Debug> TCPHandler: Processed in 0.002666251 sec. | ||
| 1553 | 2025.01.17 08:24:22.611251 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1554 | 2025.01.17 08:24:22.611403 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1555 | 2025.01.17 08:24:22.611464 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1556 | 2025.01.17 08:24:22.612160 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1557 | 2025.01.17 08:24:22.612200 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1558 | 2025.01.17 08:24:22.612751 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1559 | 2025.01.17 08:24:22.613192 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1560 | 2025.01.17 08:24:22.613326 [ 69 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1561 | 2025.01.17 08:24:22.613379 [ 69 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1562 | 2025.01.17 08:24:22.613392 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Debug> executeQuery: Read 78 rows, 6.82 KiB in 0.00203 sec., 38423.64532019704 rows/sec., 3.28 MiB/sec. | ||
| 1563 | 2025.01.17 08:24:22.613410 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1564 | 2025.01.17 08:24:22.613459 [ 5 ] {6c7681e6-f530-4b76-98c6-5d9229562419} <Debug> TCPHandler: Processed in 0.002274138 sec. | ||
| 1565 | 2025.01.17 08:24:22.613643 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 1566 | 2025.01.17 08:24:22.613662 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1567 | 2025.01.17 08:24:22.613935 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1568 | 2025.01.17 08:24:22.613946 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1569 | 2025.01.17 08:24:22.613999 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1570 | 2025.01.17 08:24:22.614050 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1571 | 2025.01.17 08:24:22.614395 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 1572 | 2025.01.17 08:24:22.614733 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 193 rows starting from the beginning of the part | ||
| 1573 | 2025.01.17 08:24:22.615169 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 1574 | 2025.01.17 08:24:22.615569 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 193 rows starting from the beginning of the part | ||
| 1575 | 2025.01.17 08:24:22.615913 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 78 rows starting from the beginning of the part | ||
| 1576 | 2025.01.17 08:24:22.616859 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1577 | 2025.01.17 08:24:22.616919 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1578 | 2025.01.17 08:24:22.618188 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1579 | 2025.01.17 08:24:22.618686 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 554 rows, containing 5 columns (5 merged, 0 gathered) in 0.005165801 sec., 107243.77497313582 rows/sec., 9.62 MiB/sec. | ||
| 1580 | 2025.01.17 08:24:22.618961 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2025.01.17 08:24:22.618970 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1582 | 2025.01.17 08:24:22.619349 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.005506 sec., 4358.881220486742 rows/sec., 327.77 KiB/sec. | ||
| 1583 | 2025.01.17 08:24:22.619458 [ 3 ] {e1d9e294-1e72-493c-a3ea-eb1e7edd37b5} <Debug> TCPHandler: Processed in 0.005896697 sec. | ||
| 1584 | 2025.01.17 08:24:22.619682 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2025.01.17 08:24:22.619865 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1586 | 2025.01.17 08:24:22.619874 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1587 | 2025.01.17 08:24:22.619983 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1588 | 2025.01.17 08:24:22.620014 [ 186 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_6_1} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1589 | 2025.01.17 08:24:22.620187 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1590 | 2025.01.17 08:24:22.620745 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2025.01.17 08:24:22.620789 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1592 | 2025.01.17 08:24:22.621268 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1593 | 2025.01.17 08:24:22.621727 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1594 | 2025.01.17 08:24:22.621850 [ 69 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1595 | 2025.01.17 08:24:22.621889 [ 69 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1596 | 2025.01.17 08:24:22.621913 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1597 | 2025.01.17 08:24:22.621922 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Debug> executeQuery: Read 72 rows, 5.77 KiB in 0.002112 sec., 34090.90909090909 rows/sec., 2.67 MiB/sec. | ||
| 1598 | 2025.01.17 08:24:22.622267 [ 5 ] {fb52d7c3-3823-4072-b74d-fd7ad98ee011} <Debug> TCPHandler: Processed in 0.002661881 sec. | ||
| 1599 | 2025.01.17 08:24:22.622685 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 1600 | 2025.01.17 08:24:22.622741 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1601 | 2025.01.17 08:24:22.622997 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1602 | 2025.01.17 08:24:22.623066 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1603 | 2025.01.17 08:24:22.623074 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1604 | 2025.01.17 08:24:22.623160 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1605 | 2025.01.17 08:24:22.623456 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1606 | 2025.01.17 08:24:22.623836 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1607 | 2025.01.17 08:24:22.624246 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 1608 | 2025.01.17 08:24:22.624582 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 362 rows starting from the beginning of the part | ||
| 1609 | 2025.01.17 08:24:22.624803 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1610 | 2025.01.17 08:24:22.625675 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1611 | 2025.01.17 08:24:22.625741 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1612 | 2025.01.17 08:24:22.626846 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1613 | 2025.01.17 08:24:22.627313 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 904 rows, containing 5 columns (5 merged, 0 gathered) in 0.005280492 sec., 171196.16884184277 rows/sec., 12.97 MiB/sec. | ||
| 1614 | 2025.01.17 08:24:22.627537 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1615 | 2025.01.17 08:24:22.627587 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1616 | 2025.01.17 08:24:22.627817 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1617 | 2025.01.17 08:24:22.627911 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2025.01.17 08:24:22.627966 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1619 | 2025.01.17 08:24:22.628021 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.005008 sec., 21964.856230031946 rows/sec., 1.53 MiB/sec. | ||
| 1620 | 2025.01.17 08:24:22.628373 [ 3 ] {82daccd4-2ad7-4b56-a783-27c2270fb2c4} <Debug> TCPHandler: Processed in 0.005943937 sec. | ||
| 1621 | 2025.01.17 08:24:22.628393 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 1622 | 2025.01.17 08:24:22.628567 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1623 | 2025.01.17 08:24:22.628633 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1624 | 2025.01.17 08:24:22.628770 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1625 | 2025.01.17 08:24:22.628797 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_6_1} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1626 | 2025.01.17 08:24:22.628889 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part | ||
| 1627 | 2025.01.17 08:24:22.629002 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1628 | 2025.01.17 08:24:22.629076 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1629 | 2025.01.17 08:24:22.629302 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1630 | 2025.01.17 08:24:22.629429 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1631 | 2025.01.17 08:24:22.629690 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 187 rows starting from the beginning of the part | ||
| 1632 | 2025.01.17 08:24:22.629969 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part | ||
| 1633 | 2025.01.17 08:24:22.630438 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 187 rows starting from the beginning of the part | ||
| 1634 | 2025.01.17 08:24:22.630852 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part | ||
| 1635 | 2025.01.17 08:24:22.634516 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 792 rows, containing 5 columns (5 merged, 0 gathered) in 0.006399631 sec., 123757.13537233631 rows/sec., 8.44 MiB/sec. | ||
| 1636 | 2025.01.17 08:24:22.634633 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1637 | 2025.01.17 08:24:22.634693 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1638 | 2025.01.17 08:24:22.634949 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1639 | 2025.01.17 08:24:22.635872 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1640 | 2025.01.17 08:24:22.635903 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1641 | 2025.01.17 08:24:22.635996 [ 194 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1642 | 2025.01.17 08:24:22.636103 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 1643 | 2025.01.17 08:24:22.636461 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2025.01.17 08:24:22.636807 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.007888 sec., 3042.5963488843818 rows/sec., 5.45 MiB/sec. | ||
| 1645 | 2025.01.17 08:24:22.636965 [ 5 ] {c98d689e-9481-4883-80c9-4399c36cdf54} <Debug> TCPHandler: Processed in 0.008490547 sec. | ||
| 1646 | 2025.01.17 08:24:22.637119 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2025.01.17 08:24:22.637239 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1648 | 2025.01.17 08:24:22.637290 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1649 | 2025.01.17 08:24:22.637762 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Trace> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2025.01.17 08:24:22.637800 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1651 | 2025.01.17 08:24:22.638280 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1652 | 2025.01.17 08:24:22.638771 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Trace> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2025.01.17 08:24:22.639010 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001783 sec., 11777.902411665731 rows/sec., 879.62 KiB/sec. | ||
| 1654 | 2025.01.17 08:24:22.639098 [ 3 ] {68c28e36-5de3-4f1f-a40f-1791ea607014} <Debug> TCPHandler: Processed in 0.002034216 sec. | ||
| 1655 | 2025.01.17 08:24:22.639241 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1656 | 2025.01.17 08:24:22.639360 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1657 | 2025.01.17 08:24:22.639411 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1658 | 2025.01.17 08:24:22.639961 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2025.01.17 08:24:22.639999 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1660 | 2025.01.17 08:24:22.640457 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1661 | 2025.01.17 08:24:22.641002 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2025.01.17 08:24:22.641176 [ 68 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1663 | 2025.01.17 08:24:22.641238 [ 68 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1664 | 2025.01.17 08:24:22.641251 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001907 sec., 20975.353959098058 rows/sec., 1.40 MiB/sec. | ||
| 1665 | 2025.01.17 08:24:22.641268 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1666 | 2025.01.17 08:24:22.641405 [ 5 ] {d2b0c946-e9ef-49fc-8f8d-4d6aeb66757f} <Debug> TCPHandler: Processed in 0.002219907 sec. | ||
| 1667 | 2025.01.17 08:24:22.641492 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 1668 | 2025.01.17 08:24:22.641618 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1669 | 2025.01.17 08:24:22.641656 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part | ||
| 1670 | 2025.01.17 08:24:22.641753 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1671 | 2025.01.17 08:24:22.641952 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part | ||
| 1672 | 2025.01.17 08:24:22.642135 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
| 1673 | 2025.01.17 08:24:22.642243 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part | ||
| 1674 | 2025.01.17 08:24:22.642442 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 1675 | 2025.01.17 08:24:22.643564 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.002170987 sec., 127131.11593943216 rows/sec., 8.21 MiB/sec. | ||
| 1676 | 2025.01.17 08:24:22.643831 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1677 | 2025.01.17 08:24:22.644323 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1678 | 2025.01.17 08:24:22.644395 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_6_1} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1679 | 2025.01.17 08:24:22.644455 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1680 | 2025.01.17 08:24:23.641066 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1681 | 2025.01.17 08:24:23.641327 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1682 | 2025.01.17 08:24:23.641758 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1683 | 2025.01.17 08:24:23.641809 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1684 | 2025.01.17 08:24:23.642161 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1685 | 2025.01.17 08:24:23.642240 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1686 | 2025.01.17 08:24:23.642414 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1687 | 2025.01.17 08:24:23.642614 [ 295 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1688 | 2025.01.17 08:24:23.642627 [ 296 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1689 | 2025.01.17 08:24:23.642616 [ 294 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1690 | 2025.01.17 08:24:23.642824 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1691 | 2025.01.17 08:24:23.642855 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1692 | 2025.01.17 08:24:23.642973 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1693 | 2025.01.17 08:24:23.642997 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1694 | 2025.01.17 08:24:23.643042 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1695 | 2025.01.17 08:24:23.643090 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1696 | 2025.01.17 08:24:23.643134 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1697 | 2025.01.17 08:24:23.644933 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003732 sec., 9110.396570203644 rows/sec., 350.64 KiB/sec. | ||
| 1698 | 2025.01.17 08:24:23.645136 [ 3 ] {707dd8e0-33ef-4877-9809-973f50e33173} <Debug> TCPHandler: Processed in 0.004200903 sec. | ||
| 1699 | 2025.01.17 08:24:23.645539 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1700 | 2025.01.17 08:24:23.645787 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1701 | 2025.01.17 08:24:23.646203 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1702 | 2025.01.17 08:24:23.646253 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1703 | 2025.01.17 08:24:23.646616 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1704 | 2025.01.17 08:24:23.646696 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1705 | 2025.01.17 08:24:23.646871 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1706 | 2025.01.17 08:24:23.646983 [ 296 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1707 | 2025.01.17 08:24:23.647019 [ 295 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1708 | 2025.01.17 08:24:23.647021 [ 298 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1709 | 2025.01.17 08:24:23.647148 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1710 | 2025.01.17 08:24:23.647177 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1711 | 2025.01.17 08:24:23.647292 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1712 | 2025.01.17 08:24:23.647316 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1713 | 2025.01.17 08:24:23.647360 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1714 | 2025.01.17 08:24:23.647408 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1715 | 2025.01.17 08:24:23.647453 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1716 | 2025.01.17 08:24:23.648853 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003188 sec., 10664.993726474278 rows/sec., 410.47 KiB/sec. | ||
| 1717 | 2025.01.17 08:24:23.649048 [ 5 ] {91adc0f9-4266-45c1-9a5b-9fc49ff61103} <Debug> TCPHandler: Processed in 0.003633619 sec. | ||
| 1718 | 2025.01.17 08:24:23.649319 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1719 | 2025.01.17 08:24:23.649550 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1720 | 2025.01.17 08:24:23.649960 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1721 | 2025.01.17 08:24:23.650011 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1722 | 2025.01.17 08:24:23.650338 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1723 | 2025.01.17 08:24:23.650406 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1724 | 2025.01.17 08:24:23.650556 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1725 | 2025.01.17 08:24:23.650701 [ 296 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1726 | 2025.01.17 08:24:23.650713 [ 294 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1727 | 2025.01.17 08:24:23.650716 [ 295 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1728 | 2025.01.17 08:24:23.650868 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1729 | 2025.01.17 08:24:23.650898 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1730 | 2025.01.17 08:24:23.651011 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1731 | 2025.01.17 08:24:23.651033 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1732 | 2025.01.17 08:24:23.651077 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1733 | 2025.01.17 08:24:23.651124 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1734 | 2025.01.17 08:24:23.651172 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1735 | 2025.01.17 08:24:23.652565 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003131 sec., 10859.15043117215 rows/sec., 417.95 KiB/sec. | ||
| 1736 | 2025.01.17 08:24:23.652762 [ 3 ] {6eec79cc-d919-4813-adfd-de6620a29907} <Debug> TCPHandler: Processed in 0.003510398 sec. | ||
| 1737 | 2025.01.17 08:24:23.653046 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1738 | 2025.01.17 08:24:23.653243 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1739 | 2025.01.17 08:24:23.653601 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1740 | 2025.01.17 08:24:23.653651 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1741 | 2025.01.17 08:24:23.653982 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1742 | 2025.01.17 08:24:23.654049 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1743 | 2025.01.17 08:24:23.654200 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1744 | 2025.01.17 08:24:23.654337 [ 294 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1745 | 2025.01.17 08:24:23.654342 [ 296 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1746 | 2025.01.17 08:24:23.654365 [ 295 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1747 | 2025.01.17 08:24:23.654596 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1748 | 2025.01.17 08:24:23.654627 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1749 | 2025.01.17 08:24:23.654734 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1750 | 2025.01.17 08:24:23.654756 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1751 | 2025.01.17 08:24:23.654797 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1752 | 2025.01.17 08:24:23.654944 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1753 | 2025.01.17 08:24:23.654995 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1754 | 2025.01.17 08:24:23.656347 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003202 sec., 10618.36352279825 rows/sec., 408.68 KiB/sec. | ||
| 1755 | 2025.01.17 08:24:23.656538 [ 5 ] {f61dec99-e125-4d22-941d-67c1f0109ac3} <Debug> TCPHandler: Processed in 0.003548568 sec. | ||
| 1756 | 2025.01.17 08:24:23.656900 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1757 | 2025.01.17 08:24:23.657129 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1758 | 2025.01.17 08:24:23.657549 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1759 | 2025.01.17 08:24:23.657612 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1760 | 2025.01.17 08:24:23.658003 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1761 | 2025.01.17 08:24:23.658068 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1762 | 2025.01.17 08:24:23.658218 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1763 | 2025.01.17 08:24:23.658335 [ 296 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1764 | 2025.01.17 08:24:23.658374 [ 294 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1765 | 2025.01.17 08:24:23.658388 [ 295 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1766 | 2025.01.17 08:24:23.658514 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1767 | 2025.01.17 08:24:23.658543 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1768 | 2025.01.17 08:24:23.658652 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1769 | 2025.01.17 08:24:23.658673 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1770 | 2025.01.17 08:24:23.658715 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1771 | 2025.01.17 08:24:23.658764 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1772 | 2025.01.17 08:24:23.658812 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1773 | 2025.01.17 08:24:23.660210 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003201 sec., 10621.680724773509 rows/sec., 408.81 KiB/sec. | ||
| 1774 | 2025.01.17 08:24:23.660406 [ 3 ] {b107e79e-f27a-4da5-ab4f-5bd440ace4b6} <Debug> TCPHandler: Processed in 0.003564508 sec. | ||
| 1775 | 2025.01.17 08:24:23.660702 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2025.01.17 08:24:23.660896 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1777 | 2025.01.17 08:24:23.661252 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1778 | 2025.01.17 08:24:23.661302 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1779 | 2025.01.17 08:24:23.661648 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1780 | 2025.01.17 08:24:23.661715 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1781 | 2025.01.17 08:24:23.661865 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1782 | 2025.01.17 08:24:23.661957 [ 296 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1783 | 2025.01.17 08:24:23.661994 [ 298 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1784 | 2025.01.17 08:24:23.662002 [ 295 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1785 | 2025.01.17 08:24:23.662114 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1786 | 2025.01.17 08:24:23.662143 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1787 | 2025.01.17 08:24:23.662251 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1788 | 2025.01.17 08:24:23.662273 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1789 | 2025.01.17 08:24:23.662314 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1790 | 2025.01.17 08:24:23.662362 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1791 | 2025.01.17 08:24:23.662408 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1792 | 2025.01.17 08:24:23.663810 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.003014 sec., 11280.6901128069 rows/sec., 434.17 KiB/sec. | ||
| 1793 | 2025.01.17 08:24:23.664001 [ 5 ] {216855e5-021f-464e-901b-4ea6a75a651f} <Debug> TCPHandler: Processed in 0.003357786 sec. | ||
| 1794 | 2025.01.17 08:24:23.722305 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2025.01.17 08:24:23.722523 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1796 | 2025.01.17 08:24:23.722893 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1797 | 2025.01.17 08:24:23.722945 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1798 | 2025.01.17 08:24:23.723288 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1799 | 2025.01.17 08:24:23.723357 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1800 | 2025.01.17 08:24:23.723514 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1801 | 2025.01.17 08:24:23.723674 [ 298 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1802 | 2025.01.17 08:24:23.723688 [ 295 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1803 | 2025.01.17 08:24:23.723689 [ 296 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1804 | 2025.01.17 08:24:23.723849 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 1805 | 2025.01.17 08:24:23.723881 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1806 | 2025.01.17 08:24:23.723994 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1807 | 2025.01.17 08:24:23.724017 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 1808 | 2025.01.17 08:24:23.724059 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1809 | 2025.01.17 08:24:23.724107 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1810 | 2025.01.17 08:24:23.724154 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1811 | 2025.01.17 08:24:23.725585 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> executeQuery: Read 34 rows, 1.31 KiB in 0.00317 sec., 10725.552050473187 rows/sec., 412.81 KiB/sec. | ||
| 1812 | 2025.01.17 08:24:23.725782 [ 3 ] {7134bcab-9a50-48e6-b14a-0e947bd9f9e7} <Debug> TCPHandler: Processed in 0.003542618 sec. | ||
| 1813 | 2025.01.17 08:24:23.726281 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1814 | 2025.01.17 08:24:23.726416 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1815 | 2025.01.17 08:24:23.726471 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1816 | 2025.01.17 08:24:23.727243 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1817 | 2025.01.17 08:24:23.727290 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1818 | 2025.01.17 08:24:23.727911 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1819 | 2025.01.17 08:24:23.728323 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1820 | 2025.01.17 08:24:23.728600 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.002213 sec., 3163.1269769543605 rows/sec., 643.39 KiB/sec. | ||
| 1821 | 2025.01.17 08:24:23.728731 [ 5 ] {2cb5c3b3-52d7-4384-9fef-e0626b3309e4} <Debug> TCPHandler: Processed in 0.00251069 sec. | ||
| 1822 | 2025.01.17 08:24:23.728936 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1823 | 2025.01.17 08:24:23.729084 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1824 | 2025.01.17 08:24:23.729143 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1825 | 2025.01.17 08:24:23.729840 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1826 | 2025.01.17 08:24:23.729885 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1827 | 2025.01.17 08:24:23.730495 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1828 | 2025.01.17 08:24:23.731067 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1829 | 2025.01.17 08:24:23.731309 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002266 sec., 6178.28773168579 rows/sec., 444.75 KiB/sec. | ||
| 1830 | 2025.01.17 08:24:23.731375 [ 3 ] {23365bfb-120d-4e87-9c1a-0d1d529a21f6} <Debug> TCPHandler: Processed in 0.00250304 sec. | ||
| 1831 | 2025.01.17 08:24:23.731541 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1832 | 2025.01.17 08:24:23.731666 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1833 | 2025.01.17 08:24:23.731717 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1834 | 2025.01.17 08:24:23.732870 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1835 | 2025.01.17 08:24:23.732911 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1836 | 2025.01.17 08:24:23.733561 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1837 | 2025.01.17 08:24:23.734048 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1838 | 2025.01.17 08:24:23.734357 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Debug> executeQuery: Read 1334 rows, 113.67 KiB in 0.002692 sec., 495542.34769687965 rows/sec., 41.23 MiB/sec. | ||
| 1839 | 2025.01.17 08:24:23.734484 [ 5 ] {6a1a8d1c-43e8-4044-9b88-67e8d76f119c} <Debug> TCPHandler: Processed in 0.003002914 sec. | ||
| 1840 | 2025.01.17 08:24:23.734641 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1841 | 2025.01.17 08:24:23.734760 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1842 | 2025.01.17 08:24:23.734812 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1843 | 2025.01.17 08:24:23.735411 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1844 | 2025.01.17 08:24:23.735453 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1845 | 2025.01.17 08:24:23.735990 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1846 | 2025.01.17 08:24:23.736495 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1847 | 2025.01.17 08:24:23.736714 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001981 sec., 7571.93336698637 rows/sec., 533.88 KiB/sec. | ||
| 1848 | 2025.01.17 08:24:23.736767 [ 3 ] {36cc675a-bc9d-49fa-ac8a-badef7bff4b4} <Debug> TCPHandler: Processed in 0.002182997 sec. | ||
| 1849 | 2025.01.17 08:24:23.736931 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1850 | 2025.01.17 08:24:23.737051 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1851 | 2025.01.17 08:24:23.737099 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1852 | 2025.01.17 08:24:23.737756 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1853 | 2025.01.17 08:24:23.737797 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1854 | 2025.01.17 08:24:23.738280 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1855 | 2025.01.17 08:24:23.738777 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1856 | 2025.01.17 08:24:23.739072 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002028 sec., 119329.3885601578 rows/sec., 8.08 MiB/sec. | ||
| 1857 | 2025.01.17 08:24:23.739140 [ 5 ] {2828f682-55f9-4885-9ba3-ed737fdae980} <Debug> TCPHandler: Processed in 0.002278067 sec. | ||
| 1858 | 2025.01.17 08:24:23.739310 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2025.01.17 08:24:23.739446 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1860 | 2025.01.17 08:24:23.739502 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1861 | 2025.01.17 08:24:23.740154 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1862 | 2025.01.17 08:24:23.740193 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1863 | 2025.01.17 08:24:23.740737 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1864 | 2025.01.17 08:24:23.741187 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1865 | 2025.01.17 08:24:23.741479 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002046 sec., 6353.86119257087 rows/sec., 396.16 KiB/sec. | ||
| 1866 | 2025.01.17 08:24:23.741555 [ 3 ] {2f4ca161-416d-41a3-bd6d-467bf222c2d7} <Debug> TCPHandler: Processed in 0.002312639 sec. | ||
| 1867 | 2025.01.17 08:24:23.741710 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1868 | 2025.01.17 08:24:23.741849 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1869 | 2025.01.17 08:24:23.741907 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1870 | 2025.01.17 08:24:23.742775 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1871 | 2025.01.17 08:24:23.742816 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1872 | 2025.01.17 08:24:23.743318 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1873 | 2025.01.17 08:24:23.743772 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1874 | 2025.01.17 08:24:23.744057 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Debug> executeQuery: Read 818 rows, 60.38 KiB in 0.002217 sec., 368967.0726206586 rows/sec., 26.59 MiB/sec. | ||
| 1875 | 2025.01.17 08:24:23.744195 [ 5 ] {0f5264b6-fb5c-45a4-bbe6-d19724cc84a3} <Debug> TCPHandler: Processed in 0.00255091 sec. | ||
| 1876 | 2025.01.17 08:24:23.744343 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2025.01.17 08:24:23.744458 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1878 | 2025.01.17 08:24:23.744510 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1879 | 2025.01.17 08:24:23.745011 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2025.01.17 08:24:23.745049 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1881 | 2025.01.17 08:24:23.745530 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1882 | 2025.01.17 08:24:23.745982 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2025.01.17 08:24:23.746198 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001763 sec., 3403.289846851957 rows/sec., 177.81 KiB/sec. | ||
| 1884 | 2025.01.17 08:24:23.746248 [ 3 ] {65120241-6454-4834-b1fc-0b5f219926c2} <Debug> TCPHandler: Processed in 0.001960626 sec. | ||
| 1885 | 2025.01.17 08:24:23.746408 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1886 | 2025.01.17 08:24:23.746547 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1887 | 2025.01.17 08:24:23.746609 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1888 | 2025.01.17 08:24:23.747599 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1889 | 2025.01.17 08:24:23.747637 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1890 | 2025.01.17 08:24:23.748298 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1891 | 2025.01.17 08:24:23.748758 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1892 | 2025.01.17 08:24:23.748985 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Debug> executeQuery: Read 1666 rows, 113.55 KiB in 0.002471 sec., 674220.9631728044 rows/sec., 44.88 MiB/sec. | ||
| 1893 | 2025.01.17 08:24:23.749040 [ 5 ] {659906a0-112e-4213-989d-8bcf1f75ca1a} <Debug> TCPHandler: Processed in 0.002697932 sec. | ||
| 1894 | 2025.01.17 08:24:23.749204 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1895 | 2025.01.17 08:24:23.749342 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1896 | 2025.01.17 08:24:23.749402 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1897 | 2025.01.17 08:24:23.749963 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2025.01.17 08:24:23.750003 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1899 | 2025.01.17 08:24:23.750506 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1900 | 2025.01.17 08:24:23.751002 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2025.01.17 08:24:23.751283 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001956 sec., 511.24744376278124 rows/sec., 34.45 KiB/sec. | ||
| 1902 | 2025.01.17 08:24:23.751371 [ 3 ] {9d2841ee-960d-4a2b-86d0-f160202d0d3c} <Debug> TCPHandler: Processed in 0.002235547 sec. | ||
| 1903 | 2025.01.17 08:24:23.751529 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1904 | 2025.01.17 08:24:23.751668 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1905 | 2025.01.17 08:24:23.751761 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1906 | 2025.01.17 08:24:23.752866 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1907 | 2025.01.17 08:24:23.752906 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1908 | 2025.01.17 08:24:23.753617 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1909 | 2025.01.17 08:24:23.754120 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1910 | 2025.01.17 08:24:23.754466 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00282 sec., 2836.8794326241136 rows/sec., 5.08 MiB/sec. | ||
| 1911 | 2025.01.17 08:24:23.754573 [ 5 ] {4bac37ee-8358-4111-b554-f01c910833ca} <Debug> TCPHandler: Processed in 0.003109555 sec. | ||
| 1912 | 2025.01.17 08:24:23.754734 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1913 | 2025.01.17 08:24:23.754871 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1914 | 2025.01.17 08:24:23.754929 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1915 | 2025.01.17 08:24:23.755499 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1916 | 2025.01.17 08:24:23.755545 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1917 | 2025.01.17 08:24:23.756066 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1918 | 2025.01.17 08:24:23.756559 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1919 | 2025.01.17 08:24:23.756769 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Debug> executeQuery: Read 30 rows, 1.74 KiB in 0.001929 sec., 15552.099533437015 rows/sec., 901.64 KiB/sec. | ||
| 1920 | 2025.01.17 08:24:23.756819 [ 3 ] {717c503c-903e-4542-a59b-0881a7f8e7cc} <Debug> TCPHandler: Processed in 0.002152367 sec. | ||
| 1921 | 2025.01.17 08:24:24.000180 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.64 MiB, peak 170.01 MiB, free memory in arenas 0.00 B, will set to 166.47 MiB (RSS), difference: -1.17 MiB | ||
| 1922 | 2025.01.17 08:24:25.984706 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 284 | ||
| 1923 | 2025.01.17 08:24:25.988738 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1924 | 2025.01.17 08:24:25.988800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1925 | 2025.01.17 08:24:25.990500 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1926 | 2025.01.17 08:24:25.991016 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1927 | 2025.01.17 08:24:25.991568 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1928 | 2025.01.17 08:24:27.590930 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1929 | 2025.01.17 08:24:27.591129 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1930 | 2025.01.17 08:24:27.591210 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1931 | 2025.01.17 08:24:27.592064 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2025.01.17 08:24:27.592108 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1933 | 2025.01.17 08:24:27.592748 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1934 | 2025.01.17 08:24:27.593245 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2025.01.17 08:24:27.593469 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002398 sec., 12510.425354462051 rows/sec., 965.97 KiB/sec. | ||
| 1936 | 2025.01.17 08:24:27.593665 [ 3 ] {22df2996-6837-4fb9-aa63-5680297aca01} <Debug> TCPHandler: Processed in 0.002857973 sec. | ||
| 1937 | 2025.01.17 08:24:27.593972 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2025.01.17 08:24:27.594181 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1939 | 2025.01.17 08:24:27.594264 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1940 | 2025.01.17 08:24:27.595099 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2025.01.17 08:24:27.595152 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1942 | 2025.01.17 08:24:27.595713 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1943 | 2025.01.17 08:24:27.596195 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2025.01.17 08:24:27.596435 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002312 sec., 15570.934256055365 rows/sec., 1.22 MiB/sec. | ||
| 1945 | 2025.01.17 08:24:27.596501 [ 5 ] {f5748a2b-8e8b-4c7e-83ab-08287cbc3d85} <Debug> TCPHandler: Processed in 0.002689192 sec. | ||
| 1946 | 2025.01.17 08:24:27.596651 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2025.01.17 08:24:27.596772 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1948 | 2025.01.17 08:24:27.596828 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1949 | 2025.01.17 08:24:27.597373 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2025.01.17 08:24:27.597410 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1951 | 2025.01.17 08:24:27.597908 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1952 | 2025.01.17 08:24:27.598360 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2025.01.17 08:24:27.598544 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.001798 sec., 48943.27030033371 rows/sec., 3.42 MiB/sec. | ||
| 1954 | 2025.01.17 08:24:27.598592 [ 3 ] {c20d3082-550d-41d4-a29e-aaf23a930a7e} <Debug> TCPHandler: Processed in 0.001998086 sec. | ||
| 1955 | 2025.01.17 08:24:27.598746 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1956 | 2025.01.17 08:24:27.598892 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1957 | 2025.01.17 08:24:27.598956 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1958 | 2025.01.17 08:24:27.599493 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1959 | 2025.01.17 08:24:27.599534 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1960 | 2025.01.17 08:24:27.600028 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1961 | 2025.01.17 08:24:27.600488 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1962 | 2025.01.17 08:24:27.600730 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001865 sec., 17158.17694369973 rows/sec., 1.15 MiB/sec. | ||
| 1963 | 2025.01.17 08:24:27.600921 [ 5 ] {e1ad5f78-333e-4ecf-84da-d31281208cd4} <Debug> TCPHandler: Processed in 0.002244057 sec. | ||
| 1964 | 2025.01.17 08:24:28.474648 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3233 | ||
| 1965 | 2025.01.17 08:24:28.475676 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1966 | 2025.01.17 08:24:28.475714 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1967 | 2025.01.17 08:24:28.476363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1968 | 2025.01.17 08:24:28.476820 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2025.01.17 08:24:28.477071 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1970 | 2025.01.17 08:24:28.668380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1971 | 2025.01.17 08:24:28.687211 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1972 | 2025.01.17 08:24:28.687281 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1973 | 2025.01.17 08:24:28.694322 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1974 | 2025.01.17 08:24:28.695443 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1975 | 2025.01.17 08:24:28.697899 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1976 | 2025.01.17 08:24:29.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.04 MiB, peak 171.04 MiB, free memory in arenas 0.00 B, will set to 168.36 MiB (RSS), difference: 1.32 MiB | ||
| 1977 | 2025.01.17 08:24:32.593279 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1978 | 2025.01.17 08:24:32.593487 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1979 | 2025.01.17 08:24:32.593564 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1980 | 2025.01.17 08:24:32.594378 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1981 | 2025.01.17 08:24:32.594433 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1982 | 2025.01.17 08:24:32.594894 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1983 | 2025.01.17 08:24:32.595160 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1984 | 2025.01.17 08:24:32.595403 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Debug> executeQuery: Read 78 rows, 6.82 KiB in 0.001969 sec., 39614.01726764855 rows/sec., 3.38 MiB/sec. | ||
| 1985 | 2025.01.17 08:24:32.595470 [ 3 ] {71570834-03e5-481f-8fd4-f9e531f36158} <Debug> TCPHandler: Processed in 0.002321328 sec. | ||
| 1986 | 2025.01.17 08:24:32.595722 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1987 | 2025.01.17 08:24:32.595911 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1988 | 2025.01.17 08:24:32.595985 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1989 | 2025.01.17 08:24:32.596725 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1990 | 2025.01.17 08:24:32.596770 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1991 | 2025.01.17 08:24:32.597212 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1992 | 2025.01.17 08:24:32.597487 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1993 | 2025.01.17 08:24:32.597691 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001832 sec., 13100.436681222707 rows/sec., 985.09 KiB/sec. | ||
| 1994 | 2025.01.17 08:24:32.597756 [ 5 ] {db01e074-671a-4190-83db-c20dc9f9eb8e} <Debug> TCPHandler: Processed in 0.002164767 sec. | ||
| 1995 | 2025.01.17 08:24:32.597929 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1996 | 2025.01.17 08:24:32.598076 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1997 | 2025.01.17 08:24:32.598137 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1998 | 2025.01.17 08:24:32.598786 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1999 | 2025.01.17 08:24:32.598827 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2000 | 2025.01.17 08:24:32.599200 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2001 | 2025.01.17 08:24:32.599439 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2002 | 2025.01.17 08:24:32.599664 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Debug> executeQuery: Read 60 rows, 4.80 KiB in 0.001622 sec., 36991.368680641186 rows/sec., 2.89 MiB/sec. | ||
| 2003 | 2025.01.17 08:24:32.599721 [ 3 ] {f6c64ed9-09a7-4666-b4a5-316d7fd2245e} <Debug> TCPHandler: Processed in 0.001863215 sec. | ||
| 2004 | 2025.01.17 08:24:32.599898 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2005 | 2025.01.17 08:24:32.600024 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2006 | 2025.01.17 08:24:32.600082 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2007 | 2025.01.17 08:24:32.600641 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2025.01.17 08:24:32.600679 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2009 | 2025.01.17 08:24:32.601084 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2010 | 2025.01.17 08:24:32.601333 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2011 | 2025.01.17 08:24:32.601515 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001522 sec., 72273.32457293036 rows/sec., 5.04 MiB/sec. | ||
| 2012 | 2025.01.17 08:24:32.601570 [ 5 ] {625d52c3-d75a-4eac-a830-c076732e1feb} <Debug> TCPHandler: Processed in 0.001730814 sec. | ||
| 2013 | 2025.01.17 08:24:32.601729 [ 3 ] {} <Trace> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2014 | 2025.01.17 08:24:32.601866 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44790) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2015 | 2025.01.17 08:24:32.601960 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2016 | 2025.01.17 08:24:32.603208 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2025.01.17 08:24:32.603248 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2018 | 2025.01.17 08:24:32.603907 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2019 | 2025.01.17 08:24:32.604166 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2025.01.17 08:24:32.604456 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002619 sec., 9163.802978235968 rows/sec., 16.42 MiB/sec. | ||
| 2021 | 2025.01.17 08:24:32.604694 [ 3 ] {33c8f095-6a80-4c1c-9936-17ef0d832270} <Debug> TCPHandler: Processed in 0.003031474 sec. | ||
| 2022 | 2025.01.17 08:24:32.604854 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2023 | 2025.01.17 08:24:32.604997 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2024 | 2025.01.17 08:24:32.605058 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2025 | 2025.01.17 08:24:32.605560 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2026 | 2025.01.17 08:24:32.605599 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2027 | 2025.01.17 08:24:32.605984 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2028 | 2025.01.17 08:24:32.606232 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2029 | 2025.01.17 08:24:32.606450 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001487 sec., 26899.79825151311 rows/sec., 1.80 MiB/sec. | ||
| 2030 | 2025.01.17 08:24:32.606504 [ 5 ] {00b7e633-f9d4-4606-8e84-c3b78b6e23e8} <Debug> TCPHandler: Processed in 0.001716404 sec. | ||
| 2031 | 2025.01.17 08:24:35.822607 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2032 | 2025.01.17 08:24:35.822680 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2033 | 2025.01.17 08:24:35.977262 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3660 | ||
| 2034 | 2025.01.17 08:24:35.977899 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2035 | 2025.01.17 08:24:35.977944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2036 | 2025.01.17 08:24:35.978565 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2037 | 2025.01.17 08:24:35.978824 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2038 | 2025.01.17 08:24:35.979054 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3660 | ||
| 2039 | 2025.01.17 08:24:35.991988 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 304 | ||
| 2040 | 2025.01.17 08:24:35.994695 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2025.01.17 08:24:35.994738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2042 | 2025.01.17 08:24:35.996203 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2043 | 2025.01.17 08:24:35.996519 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2025.01.17 08:24:35.997303 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 304 | ||
| 2045 | 2025.01.17 08:24:36.198035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 2046 | 2025.01.17 08:24:36.217439 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2025.01.17 08:24:36.217491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2048 | 2025.01.17 08:24:36.224199 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2049 | 2025.01.17 08:24:36.224982 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2025.01.17 08:24:36.228108 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 2051 | 2025.01.17 08:24:36.854962 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 2052 | 2025.01.17 08:24:36.855065 [ 3 ] {} <Debug> TCP-Session: 7096d59d-eb70-44e3-b1f0-c2cf96a8443e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2053 | 2025.01.17 08:24:37.000162 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.91 MiB, peak 172.95 MiB, free memory in arenas 0.00 B, will set to 168.60 MiB (RSS), difference: 1.68 MiB | ||
| 2054 | 2025.01.17 08:24:37.597995 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2025.01.17 08:24:37.598205 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2056 | 2025.01.17 08:24:37.598286 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2057 | 2025.01.17 08:24:37.599009 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2025.01.17 08:24:37.599057 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2059 | 2025.01.17 08:24:37.599470 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2060 | 2025.01.17 08:24:37.599784 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2025.01.17 08:24:37.600040 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001885 sec., 7427.055702917772 rows/sec., 534.65 KiB/sec. | ||
| 2062 | 2025.01.17 08:24:37.600194 [ 5 ] {eada0fd3-db57-428c-854c-5e7087a93561} <Debug> TCPHandler: Processed in 0.002338419 sec. | ||
| 2063 | 2025.01.17 08:24:37.600491 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2025.01.17 08:24:37.600704 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2065 | 2025.01.17 08:24:37.600816 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2066 | 2025.01.17 08:24:37.601762 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2025.01.17 08:24:37.601805 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2068 | 2025.01.17 08:24:37.602262 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2069 | 2025.01.17 08:24:37.602527 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2025.01.17 08:24:37.602800 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Debug> executeQuery: Read 193 rows, 17.47 KiB in 0.002154 sec., 89600.74280408541 rows/sec., 7.92 MiB/sec. | ||
| 2071 | 2025.01.17 08:24:37.602882 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2072 | 2025.01.17 08:24:37.602898 [ 255 ] {bab3e2d7-d5f7-43d5-b174-6c94338fa5b5} <Debug> TCPHandler: Processed in 0.00257163 sec. | ||
| 2073 | 2025.01.17 08:24:37.603060 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2025.01.17 08:24:37.603204 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2075 | 2025.01.17 08:24:37.603268 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2076 | 2025.01.17 08:24:37.603872 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2025.01.17 08:24:37.603914 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2078 | 2025.01.17 08:24:37.604307 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2079 | 2025.01.17 08:24:37.604557 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2025.01.17 08:24:37.604720 [ 47 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2081 | 2025.01.17 08:24:37.604801 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001623 sec., 9242.144177449167 rows/sec., 651.64 KiB/sec. | ||
| 2082 | 2025.01.17 08:24:37.604808 [ 47 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2083 | 2025.01.17 08:24:37.604893 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2084 | 2025.01.17 08:24:37.604945 [ 5 ] {f076f66f-6e4e-4cee-aa59-e0ddb7cbe8c9} <Debug> TCPHandler: Processed in 0.001951176 sec. | ||
| 2085 | 2025.01.17 08:24:37.605176 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 2086 | 2025.01.17 08:24:37.605188 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2087 | 2025.01.17 08:24:37.605467 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2088 | 2025.01.17 08:24:37.605481 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2089 | 2025.01.17 08:24:37.605528 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2090 | 2025.01.17 08:24:37.605597 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2091 | 2025.01.17 08:24:37.605782 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2092 | 2025.01.17 08:24:37.606198 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 2093 | 2025.01.17 08:24:37.606513 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2094 | 2025.01.17 08:24:37.606885 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2095 | 2025.01.17 08:24:37.607268 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2096 | 2025.01.17 08:24:37.608609 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2097 | 2025.01.17 08:24:37.608673 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2098 | 2025.01.17 08:24:37.609721 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2099 | 2025.01.17 08:24:37.610247 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 108 rows, containing 5 columns (5 merged, 0 gathered) in 0.005228711 sec., 20655.18633559973 rows/sec., 1.54 MiB/sec. | ||
| 2100 | 2025.01.17 08:24:37.610287 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2025.01.17 08:24:37.610539 [ 193 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2102 | 2025.01.17 08:24:37.610951 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005559 sec., 2518.438568087786 rows/sec., 176.38 KiB/sec. | ||
| 2103 | 2025.01.17 08:24:37.611260 [ 255 ] {06b004aa-26a1-42af-9df4-6c97577def99} <Debug> TCPHandler: Processed in 0.006195549 sec. | ||
| 2104 | 2025.01.17 08:24:37.611450 [ 193 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2025.01.17 08:24:37.611477 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2025.01.17 08:24:37.611539 [ 193 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_6_1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2107 | 2025.01.17 08:24:37.611641 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2108 | 2025.01.17 08:24:37.611645 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2109 | 2025.01.17 08:24:37.611739 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2110 | 2025.01.17 08:24:37.612422 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2111 | 2025.01.17 08:24:37.612461 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2112 | 2025.01.17 08:24:37.612837 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2113 | 2025.01.17 08:24:37.613085 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2114 | 2025.01.17 08:24:37.613359 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001764 sec., 7369.614512471656 rows/sec., 459.49 KiB/sec. | ||
| 2115 | 2025.01.17 08:24:37.613414 [ 5 ] {4a8f56f1-a39e-42f2-8ed4-2d34037fcaea} <Debug> TCPHandler: Processed in 0.002033567 sec. | ||
| 2116 | 2025.01.17 08:24:37.613572 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2117 | 2025.01.17 08:24:37.613691 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2118 | 2025.01.17 08:24:37.613740 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2119 | 2025.01.17 08:24:37.614556 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2025.01.17 08:24:37.614596 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2121 | 2025.01.17 08:24:37.614984 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2122 | 2025.01.17 08:24:37.615222 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2123 | 2025.01.17 08:24:37.615658 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.001935 sec., 187080.1033591731 rows/sec., 13.17 MiB/sec. | ||
| 2124 | 2025.01.17 08:24:37.616071 [ 255 ] {c22f8b08-457b-46f6-9f3a-827a92fee28d} <Debug> TCPHandler: Processed in 0.00254815 sec. | ||
| 2125 | 2025.01.17 08:24:37.616279 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2126 | 2025.01.17 08:24:37.616421 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2127 | 2025.01.17 08:24:37.616481 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2128 | 2025.01.17 08:24:37.617063 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2129 | 2025.01.17 08:24:37.617111 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2130 | 2025.01.17 08:24:37.617516 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2131 | 2025.01.17 08:24:37.617757 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2132 | 2025.01.17 08:24:37.618039 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001634 sec., 3671.970624235006 rows/sec., 191.85 KiB/sec. | ||
| 2133 | 2025.01.17 08:24:37.618093 [ 5 ] {a1f2ff0d-785d-4fe2-b4a6-01f715c8fe24} <Debug> TCPHandler: Processed in 0.001883204 sec. | ||
| 2134 | 2025.01.17 08:24:37.618247 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2135 | 2025.01.17 08:24:37.618389 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2136 | 2025.01.17 08:24:37.618485 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2137 | 2025.01.17 08:24:37.619456 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2138 | 2025.01.17 08:24:37.619495 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2139 | 2025.01.17 08:24:37.619887 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2140 | 2025.01.17 08:24:37.620131 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2141 | 2025.01.17 08:24:37.620341 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.002001 sec., 93453.27336331834 rows/sec., 6.21 MiB/sec. | ||
| 2142 | 2025.01.17 08:24:37.620393 [ 255 ] {ba865b69-a9a5-47da-99c9-51360f4e6418} <Debug> TCPHandler: Processed in 0.002201388 sec. | ||
| 2143 | 2025.01.17 08:24:37.620551 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2144 | 2025.01.17 08:24:37.620692 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2145 | 2025.01.17 08:24:37.620760 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2146 | 2025.01.17 08:24:37.621309 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2147 | 2025.01.17 08:24:37.621358 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2148 | 2025.01.17 08:24:37.621727 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2149 | 2025.01.17 08:24:37.621969 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2150 | 2025.01.17 08:24:37.622252 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001587 sec., 630.1197227473219 rows/sec., 42.46 KiB/sec. | ||
| 2151 | 2025.01.17 08:24:37.622304 [ 5 ] {4b933a56-3341-417f-9c27-304855286951} <Debug> TCPHandler: Processed in 0.001818885 sec. | ||
| 2152 | 2025.01.17 08:24:37.622449 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2153 | 2025.01.17 08:24:37.622588 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2154 | 2025.01.17 08:24:37.622679 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2155 | 2025.01.17 08:24:37.623869 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2156 | 2025.01.17 08:24:37.623908 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2157 | 2025.01.17 08:24:37.624513 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2158 | 2025.01.17 08:24:37.624771 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2159 | 2025.01.17 08:24:37.624947 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2160 | 2025.01.17 08:24:37.625022 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2025.01.17 08:24:37.625057 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2162 | 2025.01.17 08:24:37.625071 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002503 sec., 3196.1646024770275 rows/sec., 5.73 MiB/sec. | ||
| 2163 | 2025.01.17 08:24:37.626035 [ 255 ] {2090b09c-2738-4e22-ad1b-0d317693f558} <Debug> TCPHandler: Processed in 0.003645128 sec. | ||
| 2164 | 2025.01.17 08:24:37.626149 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2165 | 2025.01.17 08:24:37.626314 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2166 | 2025.01.17 08:24:37.626594 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2167 | 2025.01.17 08:24:37.626737 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2168 | 2025.01.17 08:24:37.626956 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2169 | 2025.01.17 08:24:37.627218 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2170 | 2025.01.17 08:24:37.627995 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2171 | 2025.01.17 08:24:37.628795 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 2172 | 2025.01.17 08:24:37.628976 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2173 | 2025.01.17 08:24:37.629063 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2174 | 2025.01.17 08:24:37.629482 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2175 | 2025.01.17 08:24:37.630149 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part | ||
| 2176 | 2025.01.17 08:24:37.630731 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2177 | 2025.01.17 08:24:37.630743 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2178 | 2025.01.17 08:24:37.631513 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2025.01.17 08:24:37.632057 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.005549 sec., 11173.184357541899 rows/sec., 707.65 KiB/sec. | ||
| 2180 | 2025.01.17 08:24:37.632192 [ 5 ] {ce1daef7-bfd9-4ba7-b43b-a835fd570a56} <Debug> TCPHandler: Processed in 0.005994267 sec. | ||
| 2181 | 2025.01.17 08:24:37.633929 [ 195 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 80 rows, containing 19 columns (19 merged, 0 gathered) in 0.008693609 sec., 9202.162186038042 rows/sec., 16.49 MiB/sec. | ||
| 2182 | 2025.01.17 08:24:37.634310 [ 195 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2183 | 2025.01.17 08:24:37.634778 [ 195 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2184 | 2025.01.17 08:24:37.634862 [ 195 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2185 | 2025.01.17 08:24:37.635018 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 2186 | 2025.01.17 08:24:38.000158 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.52 MiB, peak 175.19 MiB, free memory in arenas 0.00 B, will set to 168.73 MiB (RSS), difference: -2.78 MiB | ||
| 2187 | 2025.01.17 08:24:42.595160 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2188 | 2025.01.17 08:24:42.595357 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2189 | 2025.01.17 08:24:42.595427 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2190 | 2025.01.17 08:24:42.596203 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2025.01.17 08:24:42.596250 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2192 | 2025.01.17 08:24:42.596690 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2193 | 2025.01.17 08:24:42.596946 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2025.01.17 08:24:42.597102 [ 41 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2195 | 2025.01.17 08:24:42.597151 [ 41 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2196 | 2025.01.17 08:24:42.597151 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001841 sec., 56491.037479630635 rows/sec., 4.71 MiB/sec. | ||
| 2197 | 2025.01.17 08:24:42.597176 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2198 | 2025.01.17 08:24:42.597277 [ 5 ] {c298a2fc-cfd8-4ece-8d41-4e08d3fe5cf5} <Debug> TCPHandler: Processed in 0.002240317 sec. | ||
| 2199 | 2025.01.17 08:24:42.597521 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 2200 | 2025.01.17 08:24:42.597699 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2201 | 2025.01.17 08:24:42.597734 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2202 | 2025.01.17 08:24:42.597789 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 241 rows starting from the beginning of the part | ||
| 2203 | 2025.01.17 08:24:42.598035 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2204 | 2025.01.17 08:24:42.598070 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1334 rows starting from the beginning of the part | ||
| 2205 | 2025.01.17 08:24:42.598265 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2206 | 2025.01.17 08:24:42.598365 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2207 | 2025.01.17 08:24:42.598815 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 78 rows starting from the beginning of the part | ||
| 2208 | 2025.01.17 08:24:42.599066 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 193 rows starting from the beginning of the part | ||
| 2209 | 2025.01.17 08:24:42.599438 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part | ||
| 2210 | 2025.01.17 08:24:42.601049 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2211 | 2025.01.17 08:24:42.601122 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2212 | 2025.01.17 08:24:42.602128 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2213 | 2025.01.17 08:24:42.602659 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2214 | 2025.01.17 08:24:42.602675 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 5 columns (5 merged, 0 gathered) in 0.005391343 sec., 367255.43153162394 rows/sec., 32.40 MiB/sec. | ||
| 2215 | 2025.01.17 08:24:42.603098 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.005228 sec., 4590.665646518745 rows/sec., 345.20 KiB/sec. | ||
| 2216 | 2025.01.17 08:24:42.603189 [ 190 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2217 | 2025.01.17 08:24:42.603223 [ 255 ] {25355803-4ebc-4463-83ca-f5efbdddf2f8} <Debug> TCPHandler: Processed in 0.005787386 sec. | ||
| 2218 | 2025.01.17 08:24:42.603430 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2219 | 2025.01.17 08:24:42.603632 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2220 | 2025.01.17 08:24:42.603720 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2221 | 2025.01.17 08:24:42.603782 [ 190 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2222 | 2025.01.17 08:24:42.604025 [ 190 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_11_2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2223 | 2025.01.17 08:24:42.604223 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2224 | 2025.01.17 08:24:42.604783 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2025.01.17 08:24:42.604827 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2226 | 2025.01.17 08:24:42.605211 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2227 | 2025.01.17 08:24:42.605456 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2025.01.17 08:24:42.605575 [ 41 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2229 | 2025.01.17 08:24:42.605612 [ 41 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2230 | 2025.01.17 08:24:42.605634 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2231 | 2025.01.17 08:24:42.605644 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.002082 sec., 42267.050912584054 rows/sec., 3.30 MiB/sec. | ||
| 2232 | 2025.01.17 08:24:42.605790 [ 5 ] {0797d135-b174-43a3-aa14-021698dac38c} <Debug> TCPHandler: Processed in 0.00244613 sec. | ||
| 2233 | 2025.01.17 08:24:42.605865 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2234 | 2025.01.17 08:24:42.605984 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2025.01.17 08:24:42.605995 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2236 | 2025.01.17 08:24:42.606034 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 398 rows starting from the beginning of the part | ||
| 2237 | 2025.01.17 08:24:42.606174 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2238 | 2025.01.17 08:24:42.606204 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 818 rows starting from the beginning of the part | ||
| 2239 | 2025.01.17 08:24:42.606282 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2240 | 2025.01.17 08:24:42.606370 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
| 2241 | 2025.01.17 08:24:42.606605 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 2242 | 2025.01.17 08:24:42.606904 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 362 rows starting from the beginning of the part | ||
| 2243 | 2025.01.17 08:24:42.607121 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 88 rows starting from the beginning of the part | ||
| 2244 | 2025.01.17 08:24:42.607880 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2025.01.17 08:24:42.607933 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2246 | 2025.01.17 08:24:42.608537 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2247 | 2025.01.17 08:24:42.608878 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2025.01.17 08:24:42.608957 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1762 rows, containing 5 columns (5 merged, 0 gathered) in 0.003224536 sec., 546435.2080423353 rows/sec., 41.50 MiB/sec. | ||
| 2249 | 2025.01.17 08:24:42.609127 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2250 | 2025.01.17 08:24:42.609217 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2025.01.17 08:24:42.609295 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2252 | 2025.01.17 08:24:42.609299 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2253 | 2025.01.17 08:24:42.609395 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.003243 sec., 46253.469010175766 rows/sec., 3.22 MiB/sec. | ||
| 2254 | 2025.01.17 08:24:42.610012 [ 255 ] {e0d4f731-f3ef-448a-8b78-a85d05c3c07c} <Debug> TCPHandler: Processed in 0.004069162 sec. | ||
| 2255 | 2025.01.17 08:24:42.610069 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 2256 | 2025.01.17 08:24:42.610348 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2257 | 2025.01.17 08:24:42.610413 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2258 | 2025.01.17 08:24:42.610659 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2259 | 2025.01.17 08:24:42.610701 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_11_2} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2260 | 2025.01.17 08:24:42.610719 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2261 | 2025.01.17 08:24:42.610749 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 792 rows starting from the beginning of the part | ||
| 2262 | 2025.01.17 08:24:42.610952 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2263 | 2025.01.17 08:24:42.611082 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2264 | 2025.01.17 08:24:42.611166 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1666 rows starting from the beginning of the part | ||
| 2265 | 2025.01.17 08:24:42.611734 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part | ||
| 2266 | 2025.01.17 08:24:42.612057 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 110 rows starting from the beginning of the part | ||
| 2267 | 2025.01.17 08:24:42.612393 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 187 rows starting from the beginning of the part | ||
| 2268 | 2025.01.17 08:24:42.612771 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 150 rows starting from the beginning of the part | ||
| 2269 | 2025.01.17 08:24:42.616777 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2270 | 2025.01.17 08:24:42.616877 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2271 | 2025.01.17 08:24:42.616939 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2993 rows, containing 5 columns (5 merged, 0 gathered) in 0.007419299 sec., 403407.38390513713 rows/sec., 27.17 MiB/sec. | ||
| 2272 | 2025.01.17 08:24:42.617370 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2273 | 2025.01.17 08:24:42.617982 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2025.01.17 08:24:42.618085 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2275 | 2025.01.17 08:24:42.618136 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2276 | 2025.01.17 08:24:42.618271 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 2277 | 2025.01.17 08:24:42.618481 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2278 | 2025.01.17 08:24:42.618689 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008103 sec., 2961.8659755646054 rows/sec., 5.31 MiB/sec. | ||
| 2279 | 2025.01.17 08:24:42.618796 [ 5 ] {d90ead12-e8ae-4bc6-a39e-f1e78cb6efa8} <Debug> TCPHandler: Processed in 0.008610219 sec. | ||
| 2280 | 2025.01.17 08:24:42.618967 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2281 | 2025.01.17 08:24:42.619106 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2282 | 2025.01.17 08:24:42.619166 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2283 | 2025.01.17 08:24:42.619710 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2284 | 2025.01.17 08:24:42.619750 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2285 | 2025.01.17 08:24:42.620152 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2286 | 2025.01.17 08:24:42.620394 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2287 | 2025.01.17 08:24:42.620552 [ 41 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2288 | 2025.01.17 08:24:42.620614 [ 41 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2025.01.17 08:24:42.620646 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001562 sec., 35851.472471190784 rows/sec., 2.41 MiB/sec. | ||
| 2290 | 2025.01.17 08:24:42.620653 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2291 | 2025.01.17 08:24:42.620819 [ 255 ] {673d0e72-6911-4f36-bcee-7e8ccb2826e7} <Debug> TCPHandler: Processed in 0.001912626 sec. | ||
| 2292 | 2025.01.17 08:24:42.621149 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 2293 | 2025.01.17 08:24:42.621304 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2294 | 2025.01.17 08:24:42.621341 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 276 rows starting from the beginning of the part | ||
| 2295 | 2025.01.17 08:24:42.621474 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 2296 | 2025.01.17 08:24:42.621618 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part | ||
| 2297 | 2025.01.17 08:24:42.621807 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 2298 | 2025.01.17 08:24:42.621980 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 62 rows starting from the beginning of the part | ||
| 2299 | 2025.01.17 08:24:42.622156 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2300 | 2025.01.17 08:24:42.623353 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 4 columns (4 merged, 0 gathered) in 0.00254314 sec., 195034.48492808102 rows/sec., 12.55 MiB/sec. | ||
| 2301 | 2025.01.17 08:24:42.623571 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2302 | 2025.01.17 08:24:42.623940 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2025.01.17 08:24:42.624048 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_11_2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2304 | 2025.01.17 08:24:42.624152 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2305 | 2025.01.17 08:24:43.479237 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4148 | ||
| 2306 | 2025.01.17 08:24:43.479940 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2307 | 2025.01.17 08:24:43.479983 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2308 | 2025.01.17 08:24:43.480523 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2309 | 2025.01.17 08:24:43.480782 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2025.01.17 08:24:43.481050 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2311 | 2025.01.17 08:24:43.728247 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2312 | 2025.01.17 08:24:43.748218 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2025.01.17 08:24:43.748261 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2314 | 2025.01.17 08:24:43.755526 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2315 | 2025.01.17 08:24:43.756308 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2025.01.17 08:24:43.759133 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2317 | 2025.01.17 08:24:45.997537 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 338 | ||
| 2318 | 2025.01.17 08:24:46.000882 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2319 | 2025.01.17 08:24:46.000923 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2320 | 2025.01.17 08:24:46.002404 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2321 | 2025.01.17 08:24:46.002717 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2322 | 2025.01.17 08:24:46.002943 [ 35 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2323 | 2025.01.17 08:24:46.003058 [ 35 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2324 | 2025.01.17 08:24:46.003166 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2325 | 2025.01.17 08:24:46.003692 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 2326 | 2025.01.17 08:24:46.004536 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 338 | ||
| 2327 | 2025.01.17 08:24:46.004977 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2328 | 2025.01.17 08:24:46.005152 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 2329 | 2025.01.17 08:24:46.005682 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 2330 | 2025.01.17 08:24:46.006178 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 2331 | 2025.01.17 08:24:46.006843 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 82 rows starting from the beginning of the part | ||
| 2332 | 2025.01.17 08:24:46.007449 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2333 | 2025.01.17 08:24:46.008056 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part | ||
| 2334 | 2025.01.17 08:24:46.015628 [ 197 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 338 rows, containing 72 columns (72 merged, 0 gathered) in 0.012280307 sec., 27523.741873879862 rows/sec., 27.67 MiB/sec. | ||
| 2335 | 2025.01.17 08:24:46.016848 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2336 | 2025.01.17 08:24:46.017719 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2337 | 2025.01.17 08:24:46.017822 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_6_1} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2338 | 2025.01.17 08:24:46.018176 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2339 | 2025.01.17 08:24:47.599789 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2340 | 2025.01.17 08:24:47.599977 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2341 | 2025.01.17 08:24:47.600047 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2342 | 2025.01.17 08:24:47.600788 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2343 | 2025.01.17 08:24:47.600835 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2344 | 2025.01.17 08:24:47.601264 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2345 | 2025.01.17 08:24:47.601522 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2346 | 2025.01.17 08:24:47.601714 [ 32 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2347 | 2025.01.17 08:24:47.601778 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 2348 | 2025.01.17 08:24:47.601793 [ 32 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2349 | 2025.01.17 08:24:47.601852 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2350 | 2025.01.17 08:24:47.601917 [ 5 ] {51884a56-3977-4de4-88f6-29d2fde354d4} <Debug> TCPHandler: Processed in 0.002250457 sec. | ||
| 2351 | 2025.01.17 08:24:47.602087 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2352 | 2025.01.17 08:24:47.602188 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2025.01.17 08:24:47.602252 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2354 | 2025.01.17 08:24:47.602304 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2355 | 2025.01.17 08:24:47.602374 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2356 | 2025.01.17 08:24:47.602428 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2357 | 2025.01.17 08:24:47.602468 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2358 | 2025.01.17 08:24:47.602734 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2359 | 2025.01.17 08:24:47.603010 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2360 | 2025.01.17 08:24:47.603207 [ 192 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 2361 | 2025.01.17 08:24:47.604554 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2362 | 2025.01.17 08:24:47.604603 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2363 | 2025.01.17 08:24:47.604840 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.002879883 sec., 24306.54300886529 rows/sec., 1.80 MiB/sec. | ||
| 2364 | 2025.01.17 08:24:47.605127 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2365 | 2025.01.17 08:24:47.605357 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2366 | 2025.01.17 08:24:47.605720 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_5_1} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2025.01.17 08:24:47.605900 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2025.01.17 08:24:47.605938 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_5_1} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2369 | 2025.01.17 08:24:47.606137 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2370 | 2025.01.17 08:24:47.606278 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.003964 sec., 55247.225025227046 rows/sec., 4.81 MiB/sec. | ||
| 2371 | 2025.01.17 08:24:47.606354 [ 255 ] {7f7f93be-1dea-4fcc-bbb5-217cda4c1f91} <Debug> TCPHandler: Processed in 0.004288464 sec. | ||
| 2372 | 2025.01.17 08:24:47.606534 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2373 | 2025.01.17 08:24:47.606669 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2374 | 2025.01.17 08:24:47.606729 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2375 | 2025.01.17 08:24:47.607439 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2376 | 2025.01.17 08:24:47.607489 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2377 | 2025.01.17 08:24:47.607884 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2378 | 2025.01.17 08:24:47.608142 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2379 | 2025.01.17 08:24:47.608359 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001727 sec., 8685.581933989577 rows/sec., 612.40 KiB/sec. | ||
| 2380 | 2025.01.17 08:24:47.608413 [ 5 ] {8b495088-4127-4eeb-a202-a8abd51e2d93} <Debug> TCPHandler: Processed in 0.001939165 sec. | ||
| 2381 | 2025.01.17 08:24:47.608574 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2382 | 2025.01.17 08:24:47.608712 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2383 | 2025.01.17 08:24:47.608772 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2384 | 2025.01.17 08:24:47.609470 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2385 | 2025.01.17 08:24:47.609515 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2386 | 2025.01.17 08:24:47.609900 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2387 | 2025.01.17 08:24:47.610139 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2388 | 2025.01.17 08:24:47.610394 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001694 sec., 8264.462809917355 rows/sec., 578.79 KiB/sec. | ||
| 2389 | 2025.01.17 08:24:47.610516 [ 255 ] {f6115cd0-0ef1-404f-a321-c1e65dd93687} <Debug> TCPHandler: Processed in 0.002003736 sec. | ||
| 2390 | 2025.01.17 08:24:47.610707 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2391 | 2025.01.17 08:24:47.610846 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2392 | 2025.01.17 08:24:47.610902 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2393 | 2025.01.17 08:24:47.611594 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2394 | 2025.01.17 08:24:47.611642 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2395 | 2025.01.17 08:24:47.612004 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2396 | 2025.01.17 08:24:47.612242 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2397 | 2025.01.17 08:24:47.612401 [ 32 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2398 | 2025.01.17 08:24:47.612462 [ 32 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2399 | 2025.01.17 08:24:47.612502 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2400 | 2025.01.17 08:24:47.612508 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001684 sec., 7719.714964370546 rows/sec., 481.32 KiB/sec. | ||
| 2401 | 2025.01.17 08:24:47.612723 [ 5 ] {abb428a5-f58f-4a6f-90a6-853ed3daf007} <Debug> TCPHandler: Processed in 0.002080626 sec. | ||
| 2402 | 2025.01.17 08:24:47.612756 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2403 | 2025.01.17 08:24:47.612919 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2404 | 2025.01.17 08:24:47.612930 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2405 | 2025.01.17 08:24:47.612973 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2406 | 2025.01.17 08:24:47.613120 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2407 | 2025.01.17 08:24:47.613130 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2408 | 2025.01.17 08:24:47.613211 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2409 | 2025.01.17 08:24:47.613354 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2410 | 2025.01.17 08:24:47.613602 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2411 | 2025.01.17 08:24:47.613777 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 2412 | 2025.01.17 08:24:47.615061 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2413 | 2025.01.17 08:24:47.615105 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2414 | 2025.01.17 08:24:47.615392 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002799992 sec., 23214.352041005834 rows/sec., 1.50 MiB/sec. | ||
| 2415 | 2025.01.17 08:24:47.615653 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2416 | 2025.01.17 08:24:47.615777 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2417 | 2025.01.17 08:24:47.616235 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2025.01.17 08:24:47.616240 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_5_1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2419 | 2025.01.17 08:24:47.616475 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_5_1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2420 | 2025.01.17 08:24:47.616633 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.003586 sec., 108756.27440044617 rows/sec., 7.71 MiB/sec. | ||
| 2421 | 2025.01.17 08:24:47.616663 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2422 | 2025.01.17 08:24:47.616773 [ 255 ] {f6fab144-8fc2-4a11-ab54-18527235193b} <Debug> TCPHandler: Processed in 0.003928601 sec. | ||
| 2423 | 2025.01.17 08:24:47.616949 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2424 | 2025.01.17 08:24:47.617090 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2425 | 2025.01.17 08:24:47.617150 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2426 | 2025.01.17 08:24:47.617720 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2427 | 2025.01.17 08:24:47.617760 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2428 | 2025.01.17 08:24:47.618125 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2429 | 2025.01.17 08:24:47.618362 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2430 | 2025.01.17 08:24:47.618613 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec. | ||
| 2431 | 2025.01.17 08:24:47.618688 [ 5 ] {e87dbfdd-a0b3-4604-9bbb-5036bbe48e81} <Debug> TCPHandler: Processed in 0.001806944 sec. | ||
| 2432 | 2025.01.17 08:24:47.618842 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2433 | 2025.01.17 08:24:47.618958 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2434 | 2025.01.17 08:24:47.619010 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2435 | 2025.01.17 08:24:47.619573 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2436 | 2025.01.17 08:24:47.619610 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2437 | 2025.01.17 08:24:47.620022 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2438 | 2025.01.17 08:24:47.620367 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2439 | 2025.01.17 08:24:47.620594 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001661 sec., 142685.12944009632 rows/sec., 9.56 MiB/sec. | ||
| 2440 | 2025.01.17 08:24:47.620660 [ 255 ] {e61b3a05-57a9-4944-8afa-7a19647e3b24} <Debug> TCPHandler: Processed in 0.001876565 sec. | ||
| 2441 | 2025.01.17 08:24:47.620813 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2442 | 2025.01.17 08:24:47.620953 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2443 | 2025.01.17 08:24:47.621015 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2444 | 2025.01.17 08:24:47.621591 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2445 | 2025.01.17 08:24:47.621638 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2446 | 2025.01.17 08:24:47.622002 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2447 | 2025.01.17 08:24:47.622247 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2025.01.17 08:24:47.622413 [ 32 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2449 | 2025.01.17 08:24:47.622468 [ 32 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2450 | 2025.01.17 08:24:47.622505 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001572 sec., 636.1323155216285 rows/sec., 42.86 KiB/sec. | ||
| 2451 | 2025.01.17 08:24:47.622509 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2452 | 2025.01.17 08:24:47.622678 [ 5 ] {7eadb94d-6561-451b-b96c-27057b4a5177} <Debug> TCPHandler: Processed in 0.001926655 sec. | ||
| 2453 | 2025.01.17 08:24:47.622739 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2454 | 2025.01.17 08:24:47.622889 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2455 | 2025.01.17 08:24:47.622905 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2456 | 2025.01.17 08:24:47.622943 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2457 | 2025.01.17 08:24:47.623043 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2458 | 2025.01.17 08:24:47.623121 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2459 | 2025.01.17 08:24:47.623415 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2460 | 2025.01.17 08:24:47.623457 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2461 | 2025.01.17 08:24:47.623757 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2462 | 2025.01.17 08:24:47.624020 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 2463 | 2025.01.17 08:24:47.625890 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.003264675 sec., 1531.54601912901 rows/sec., 103.20 KiB/sec. | ||
| 2464 | 2025.01.17 08:24:47.626020 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2465 | 2025.01.17 08:24:47.626396 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2466 | 2025.01.17 08:24:47.626408 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_5_1} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2025.01.17 08:24:47.626437 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2468 | 2025.01.17 08:24:47.626503 [ 192 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_5_1} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2469 | 2025.01.17 08:24:47.626590 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2470 | 2025.01.17 08:24:47.627120 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2471 | 2025.01.17 08:24:47.627380 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2472 | 2025.01.17 08:24:47.627576 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004586 sec., 1744.4395987788923 rows/sec., 3.13 MiB/sec. | ||
| 2473 | 2025.01.17 08:24:47.627673 [ 255 ] {f956441a-75cd-473e-9c8f-c6272f2b127d} <Debug> TCPHandler: Processed in 0.004856599 sec. | ||
| 2474 | 2025.01.17 08:24:47.627848 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2475 | 2025.01.17 08:24:47.627991 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2476 | 2025.01.17 08:24:47.628052 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2477 | 2025.01.17 08:24:47.628644 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2478 | 2025.01.17 08:24:47.628683 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2479 | 2025.01.17 08:24:47.629063 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2480 | 2025.01.17 08:24:47.629301 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2481 | 2025.01.17 08:24:47.629518 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001558 sec., 52631.57894736843 rows/sec., 3.34 MiB/sec. | ||
| 2482 | 2025.01.17 08:24:47.629569 [ 5 ] {13eed7ea-d2a4-4d92-8c28-b0a21ec09080} <Debug> TCPHandler: Processed in 0.001790084 sec. | ||
| 2483 | 2025.01.17 08:24:50.822720 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2484 | 2025.01.17 08:24:50.822786 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2485 | 2025.01.17 08:24:50.981257 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4575 | ||
| 2486 | 2025.01.17 08:24:50.981943 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2487 | 2025.01.17 08:24:50.981979 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2488 | 2025.01.17 08:24:50.982501 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2489 | 2025.01.17 08:24:50.982766 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2490 | 2025.01.17 08:24:50.982945 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4575 | ||
| 2491 | 2025.01.17 08:24:51.259278 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2492 | 2025.01.17 08:24:51.279747 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2025.01.17 08:24:51.279817 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2494 | 2025.01.17 08:24:51.286950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2495 | 2025.01.17 08:24:51.287745 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2025.01.17 08:24:51.290817 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2497 | 2025.01.17 08:24:52.596371 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2498 | 2025.01.17 08:24:52.596578 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2499 | 2025.01.17 08:24:52.596657 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2500 | 2025.01.17 08:24:52.597454 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2025.01.17 08:24:52.597507 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2502 | 2025.01.17 08:24:52.597952 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2503 | 2025.01.17 08:24:52.598206 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2504 | 2025.01.17 08:24:52.598509 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001972 sec., 52738.33671399595 rows/sec., 4.40 MiB/sec. | ||
| 2505 | 2025.01.17 08:24:52.598703 [ 5 ] {f2d96d68-c780-4e2d-99da-9dde216ef436} <Debug> TCPHandler: Processed in 0.002470019 sec. | ||
| 2506 | 2025.01.17 08:24:52.598970 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2507 | 2025.01.17 08:24:52.599182 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2508 | 2025.01.17 08:24:52.599262 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2509 | 2025.01.17 08:24:52.600069 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2510 | 2025.01.17 08:24:52.600112 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2511 | 2025.01.17 08:24:52.600534 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2512 | 2025.01.17 08:24:52.600794 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2513 | 2025.01.17 08:24:52.601014 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001884 sec., 12738.853503184713 rows/sec., 957.90 KiB/sec. | ||
| 2514 | 2025.01.17 08:24:52.601102 [ 255 ] {90d89b84-2eba-4f96-a5cd-2ba01f28b33c} <Debug> TCPHandler: Processed in 0.002265829 sec. | ||
| 2515 | 2025.01.17 08:24:52.601276 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2516 | 2025.01.17 08:24:52.601407 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2517 | 2025.01.17 08:24:52.601460 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2518 | 2025.01.17 08:24:52.602104 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2519 | 2025.01.17 08:24:52.602147 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2520 | 2025.01.17 08:24:52.602515 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2521 | 2025.01.17 08:24:52.602749 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2522 | 2025.01.17 08:24:52.603042 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001644 sec., 53527.98053527981 rows/sec., 4.18 MiB/sec. | ||
| 2523 | 2025.01.17 08:24:52.603169 [ 5 ] {973d422f-a9df-4c82-8a68-e436d600c7d5} <Debug> TCPHandler: Processed in 0.001955996 sec. | ||
| 2524 | 2025.01.17 08:24:52.603351 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2025.01.17 08:24:52.603496 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2526 | 2025.01.17 08:24:52.603564 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2527 | 2025.01.17 08:24:52.604173 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2025.01.17 08:24:52.604210 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2529 | 2025.01.17 08:24:52.604607 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2530 | 2025.01.17 08:24:52.604855 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2531 | 2025.01.17 08:24:52.605033 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 2532 | 2025.01.17 08:24:52.605088 [ 255 ] {1cf3b695-c2ad-4513-8cd6-53800eb7925e} <Debug> TCPHandler: Processed in 0.001804554 sec. | ||
| 2533 | 2025.01.17 08:24:52.605263 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2534 | 2025.01.17 08:24:52.605412 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2535 | 2025.01.17 08:24:52.605506 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2536 | 2025.01.17 08:24:52.606750 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2537 | 2025.01.17 08:24:52.606791 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2538 | 2025.01.17 08:24:52.607426 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2539 | 2025.01.17 08:24:52.607696 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2540 | 2025.01.17 08:24:52.607985 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002593 sec., 9255.688391824142 rows/sec., 16.59 MiB/sec. | ||
| 2541 | 2025.01.17 08:24:52.608168 [ 5 ] {a4a20409-ae0b-4b1c-bbb7-ae4811158feb} <Debug> TCPHandler: Processed in 0.002973643 sec. | ||
| 2542 | 2025.01.17 08:24:52.608343 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2025.01.17 08:24:52.608484 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2544 | 2025.01.17 08:24:52.608545 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2545 | 2025.01.17 08:24:52.609078 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2546 | 2025.01.17 08:24:52.609115 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2547 | 2025.01.17 08:24:52.609492 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2548 | 2025.01.17 08:24:52.609735 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2549 | 2025.01.17 08:24:52.609930 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.74 MiB/sec. | ||
| 2550 | 2025.01.17 08:24:52.610016 [ 255 ] {bb7e0953-704d-4e96-beba-84086151bc2a} <Debug> TCPHandler: Processed in 0.001742724 sec. | ||
| 2551 | 2025.01.17 08:24:56.004832 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 372 | ||
| 2552 | 2025.01.17 08:24:56.007863 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2553 | 2025.01.17 08:24:56.007920 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2554 | 2025.01.17 08:24:56.009410 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2555 | 2025.01.17 08:24:56.009725 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2025.01.17 08:24:56.010493 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 372 | ||
| 2557 | 2025.01.17 08:24:56.498497 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2558 | 2025.01.17 08:24:56.498798 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2559 | 2025.01.17 08:24:56.499239 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2560 | 2025.01.17 08:24:56.499293 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2561 | 2025.01.17 08:24:56.499664 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2562 | 2025.01.17 08:24:56.499744 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2563 | 2025.01.17 08:24:56.499917 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2564 | 2025.01.17 08:24:56.500096 [ 296 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2565 | 2025.01.17 08:24:56.500167 [ 295 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2566 | 2025.01.17 08:24:56.500195 [ 294 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2567 | 2025.01.17 08:24:56.500171 [ 298 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2568 | 2025.01.17 08:24:56.500405 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (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 | ||
| 2569 | 2025.01.17 08:24:56.500438 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2570 | 2025.01.17 08:24:56.500579 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2571 | 2025.01.17 08:24:56.500605 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2572 | 2025.01.17 08:24:56.500651 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2573 | 2025.01.17 08:24:56.500702 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2574 | 2025.01.17 08:24:56.500748 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2575 | 2025.01.17 08:24:56.500793 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2576 | 2025.01.17 08:24:56.502790 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004139 sec., 9905.774341628412 rows/sec., 377.51 KiB/sec. | ||
| 2577 | 2025.01.17 08:24:56.503002 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> MemoryTracker: Peak memory usage (for query): 144.22 KiB. | ||
| 2578 | 2025.01.17 08:24:56.503020 [ 5 ] {082ca19b-726f-4d27-ac01-8bb11a6d144c} <Debug> TCPHandler: Processed in 0.004668147 sec. | ||
| 2579 | 2025.01.17 08:24:56.542295 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2025.01.17 08:24:56.542457 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2581 | 2025.01.17 08:24:56.542528 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2582 | 2025.01.17 08:24:56.543316 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2025.01.17 08:24:56.543362 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2584 | 2025.01.17 08:24:56.543858 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2585 | 2025.01.17 08:24:56.544090 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2025.01.17 08:24:56.544345 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001927 sec., 518.9413596263622 rows/sec., 117.57 KiB/sec. | ||
| 2587 | 2025.01.17 08:24:56.544523 [ 5 ] {7ef3c8ec-945c-49d4-b8b1-4c9e7eb3c32a} <Debug> TCPHandler: Processed in 0.002320538 sec. | ||
| 2588 | 2025.01.17 08:24:56.544790 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2025.01.17 08:24:56.544988 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2590 | 2025.01.17 08:24:56.545059 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2591 | 2025.01.17 08:24:56.545768 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2025.01.17 08:24:56.545808 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2593 | 2025.01.17 08:24:56.546238 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2594 | 2025.01.17 08:24:56.546515 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2025.01.17 08:24:56.546748 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001804 sec., 7760.532150776053 rows/sec., 558.65 KiB/sec. | ||
| 2596 | 2025.01.17 08:24:56.546942 [ 255 ] {3e7a1869-19dc-4c60-9e79-706518848567} <Debug> TCPHandler: Processed in 0.002282868 sec. | ||
| 2597 | 2025.01.17 08:24:56.547130 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2025.01.17 08:24:56.547268 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2599 | 2025.01.17 08:24:56.547328 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2600 | 2025.01.17 08:24:56.548016 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2025.01.17 08:24:56.548056 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2602 | 2025.01.17 08:24:56.548438 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2603 | 2025.01.17 08:24:56.548687 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2025.01.17 08:24:56.548958 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001708 sec., 5854.80093676815 rows/sec., 477.42 KiB/sec. | ||
| 2605 | 2025.01.17 08:24:56.549024 [ 5 ] {c8b5791f-f5c2-4f94-a6ad-7edfb1a0a09c} <Debug> TCPHandler: Processed in 0.001962626 sec. | ||
| 2606 | 2025.01.17 08:24:56.549197 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2025.01.17 08:24:56.549335 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2608 | 2025.01.17 08:24:56.549395 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2609 | 2025.01.17 08:24:56.550831 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2025.01.17 08:24:56.550869 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2611 | 2025.01.17 08:24:56.551328 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2612 | 2025.01.17 08:24:56.551577 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2613 | 2025.01.17 08:24:56.551763 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Debug> executeQuery: Read 1364 rows, 116.02 KiB in 0.002458 sec., 554922.7013832384 rows/sec., 46.09 MiB/sec. | ||
| 2614 | 2025.01.17 08:24:56.551815 [ 255 ] {cec86911-8795-4112-8074-3ec21a5a3dba} <Debug> TCPHandler: Processed in 0.002683112 sec. | ||
| 2615 | 2025.01.17 08:24:56.551991 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2616 | 2025.01.17 08:24:56.552129 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2617 | 2025.01.17 08:24:56.552188 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2618 | 2025.01.17 08:24:56.552899 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2619 | 2025.01.17 08:24:56.552940 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2620 | 2025.01.17 08:24:56.553309 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2621 | 2025.01.17 08:24:56.553561 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2622 | 2025.01.17 08:24:56.553781 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Debug> executeQuery: Read 25 rows, 1.76 KiB in 0.001682 sec., 14863.258026159336 rows/sec., 1.02 MiB/sec. | ||
| 2623 | 2025.01.17 08:24:56.553835 [ 5 ] {9eee8db3-51c1-4df7-ad83-e9f7fc2dc76e} <Debug> TCPHandler: Processed in 0.001912615 sec. | ||
| 2624 | 2025.01.17 08:24:56.554003 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2625 | 2025.01.17 08:24:56.554140 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2626 | 2025.01.17 08:24:56.554197 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2627 | 2025.01.17 08:24:56.554946 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2025.01.17 08:24:56.554983 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2629 | 2025.01.17 08:24:56.555356 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2630 | 2025.01.17 08:24:56.555599 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2025.01.17 08:24:56.555717 [ 112 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2632 | 2025.01.17 08:24:56.555761 [ 112 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2025.01.17 08:24:56.555780 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001668 sec., 145083.93285371704 rows/sec., 9.83 MiB/sec. | ||
| 2634 | 2025.01.17 08:24:56.555784 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2635 | 2025.01.17 08:24:56.555869 [ 255 ] {b512db61-7285-43ff-b02d-2d839d56347f} <Debug> TCPHandler: Processed in 0.001928216 sec. | ||
| 2636 | 2025.01.17 08:24:56.556056 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2025.01.17 08:24:56.556061 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2638 | 2025.01.17 08:24:56.556185 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2639 | 2025.01.17 08:24:56.556235 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2640 | 2025.01.17 08:24:56.556247 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2641 | 2025.01.17 08:24:56.556292 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2642 | 2025.01.17 08:24:56.556459 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2643 | 2025.01.17 08:24:56.556834 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2644 | 2025.01.17 08:24:56.557166 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2645 | 2025.01.17 08:24:56.557368 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2646 | 2025.01.17 08:24:56.557564 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 2647 | 2025.01.17 08:24:56.558079 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2648 | 2025.01.17 08:24:56.558124 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2649 | 2025.01.17 08:24:56.558637 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2650 | 2025.01.17 08:24:56.559011 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2651 | 2025.01.17 08:24:56.559091 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003196645 sec., 168927.10951638359 rows/sec., 12.10 MiB/sec. | ||
| 2652 | 2025.01.17 08:24:56.559344 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003186 sec., 4080.351537978657 rows/sec., 254.41 KiB/sec. | ||
| 2653 | 2025.01.17 08:24:56.559375 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2654 | 2025.01.17 08:24:56.559523 [ 5 ] {f86ad0b2-c7cc-4972-9008-67d7251fbd38} <Debug> TCPHandler: Processed in 0.003552937 sec. | ||
| 2655 | 2025.01.17 08:24:56.559698 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2656 | 2025.01.17 08:24:56.559852 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_6_1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2657 | 2025.01.17 08:24:56.559852 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2658 | 2025.01.17 08:24:56.559937 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2659 | 2025.01.17 08:24:56.559947 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_6_1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2660 | 2025.01.17 08:24:56.560063 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2661 | 2025.01.17 08:24:56.560891 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2025.01.17 08:24:56.560928 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2663 | 2025.01.17 08:24:56.561333 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2664 | 2025.01.17 08:24:56.561580 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2025.01.17 08:24:56.561756 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Debug> executeQuery: Read 856 rows, 63.43 KiB in 0.001948 sec., 439425.05133470224 rows/sec., 31.80 MiB/sec. | ||
| 2666 | 2025.01.17 08:24:56.561808 [ 255 ] {f7b88cbe-2d2b-44d6-8f6c-20b4a1e13f5a} <Debug> TCPHandler: Processed in 0.002176538 sec. | ||
| 2667 | 2025.01.17 08:24:56.561969 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2668 | 2025.01.17 08:24:56.562107 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2669 | 2025.01.17 08:24:56.562167 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2670 | 2025.01.17 08:24:56.562735 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2671 | 2025.01.17 08:24:56.562783 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2672 | 2025.01.17 08:24:56.563169 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2673 | 2025.01.17 08:24:56.563440 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2674 | 2025.01.17 08:24:56.563593 [ 112 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2675 | 2025.01.17 08:24:56.563652 [ 112 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2676 | 2025.01.17 08:24:56.563689 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2677 | 2025.01.17 08:24:56.563703 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 193.86 KiB/sec. | ||
| 2678 | 2025.01.17 08:24:56.563927 [ 5 ] {c0d87558-6163-488f-942d-fb8120668f7b} <Debug> TCPHandler: Processed in 0.002022236 sec. | ||
| 2679 | 2025.01.17 08:24:56.563956 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2680 | 2025.01.17 08:24:56.564100 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2681 | 2025.01.17 08:24:56.564113 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2682 | 2025.01.17 08:24:56.564159 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2683 | 2025.01.17 08:24:56.564289 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2684 | 2025.01.17 08:24:56.564371 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2685 | 2025.01.17 08:24:56.564471 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2686 | 2025.01.17 08:24:56.564671 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2687 | 2025.01.17 08:24:56.564902 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2688 | 2025.01.17 08:24:56.565265 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2689 | 2025.01.17 08:24:56.565537 [ 200 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 2690 | 2025.01.17 08:24:56.566683 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2691 | 2025.01.17 08:24:56.566734 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2692 | 2025.01.17 08:24:56.567075 [ 186 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003306306 sec., 10888.284387470487 rows/sec., 568.87 KiB/sec. | ||
| 2693 | 2025.01.17 08:24:56.567328 [ 186 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2694 | 2025.01.17 08:24:56.567485 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2695 | 2025.01.17 08:24:56.567954 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2696 | 2025.01.17 08:24:56.568003 [ 186 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_6_1} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2697 | 2025.01.17 08:24:56.568242 [ 186 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_6_1} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2698 | 2025.01.17 08:24:56.568379 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Debug> executeQuery: Read 930 rows, 63.55 KiB in 0.00415 sec., 224096.38554216866 rows/sec., 14.96 MiB/sec. | ||
| 2699 | 2025.01.17 08:24:56.568424 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2700 | 2025.01.17 08:24:56.568549 [ 255 ] {74c65002-fc60-4a07-a002-68a760bd384f} <Debug> TCPHandler: Processed in 0.004518916 sec. | ||
| 2701 | 2025.01.17 08:24:56.568718 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2702 | 2025.01.17 08:24:56.568858 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2703 | 2025.01.17 08:24:56.568919 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2704 | 2025.01.17 08:24:56.569523 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2705 | 2025.01.17 08:24:56.569573 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2706 | 2025.01.17 08:24:56.570005 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2707 | 2025.01.17 08:24:56.570247 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2025.01.17 08:24:56.570535 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001688 sec., 592.4170616113744 rows/sec., 39.92 KiB/sec. | ||
| 2709 | 2025.01.17 08:24:56.570645 [ 5 ] {db37da56-7e06-4aef-b3c1-02e204f878e3} <Debug> TCPHandler: Processed in 0.001993976 sec. | ||
| 2710 | 2025.01.17 08:24:56.570797 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2711 | 2025.01.17 08:24:56.570916 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2712 | 2025.01.17 08:24:56.570997 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2713 | 2025.01.17 08:24:56.572079 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2714 | 2025.01.17 08:24:56.572118 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2715 | 2025.01.17 08:24:56.572736 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2716 | 2025.01.17 08:24:56.572997 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2717 | 2025.01.17 08:24:56.573194 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002304 sec., 3472.222222222222 rows/sec., 6.22 MiB/sec. | ||
| 2718 | 2025.01.17 08:24:56.573285 [ 255 ] {16f6eb6c-775b-4861-bc0e-d82b3a4eae7a} <Debug> TCPHandler: Processed in 0.0025487 sec. | ||
| 2719 | 2025.01.17 08:24:56.573436 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2720 | 2025.01.17 08:24:56.573558 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2721 | 2025.01.17 08:24:56.573610 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2722 | 2025.01.17 08:24:56.574114 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2723 | 2025.01.17 08:24:56.574153 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2724 | 2025.01.17 08:24:56.574559 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2725 | 2025.01.17 08:24:56.574800 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2726 | 2025.01.17 08:24:56.575015 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001482 sec., 47233.468286099866 rows/sec., 2.97 MiB/sec. | ||
| 2727 | 2025.01.17 08:24:56.575066 [ 5 ] {50b4bae1-0d7b-4a2b-bf8f-da044bf194dd} <Debug> TCPHandler: Processed in 0.001687264 sec. | ||
| 2728 | 2025.01.17 08:24:57.589225 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2729 | 2025.01.17 08:24:57.589437 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2730 | 2025.01.17 08:24:57.589520 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2731 | 2025.01.17 08:24:57.590339 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2025.01.17 08:24:57.590394 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2733 | 2025.01.17 08:24:57.590818 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2734 | 2025.01.17 08:24:57.591068 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2735 | 2025.01.17 08:24:57.591319 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001941 sec., 28851.107676455435 rows/sec., 2.20 MiB/sec. | ||
| 2736 | 2025.01.17 08:24:57.591387 [ 5 ] {6ca2e2a7-8983-40ea-9fd0-b60d77e53cdc} <Debug> TCPHandler: Processed in 0.002304598 sec. | ||
| 2737 | 2025.01.17 08:24:57.591659 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2738 | 2025.01.17 08:24:57.591874 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2739 | 2025.01.17 08:24:57.591961 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2740 | 2025.01.17 08:24:57.592736 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2741 | 2025.01.17 08:24:57.592790 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2742 | 2025.01.17 08:24:57.593240 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2743 | 2025.01.17 08:24:57.593490 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2744 | 2025.01.17 08:24:57.593764 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001945 sec., 32904.88431876607 rows/sec., 2.57 MiB/sec. | ||
| 2745 | 2025.01.17 08:24:57.593962 [ 255 ] {b4f6b1ad-f6fa-40bb-a258-650307a7f00b} <Debug> TCPHandler: Processed in 0.00243719 sec. | ||
| 2746 | 2025.01.17 08:24:57.594145 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2747 | 2025.01.17 08:24:57.594272 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2748 | 2025.01.17 08:24:57.594330 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2749 | 2025.01.17 08:24:57.594886 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2750 | 2025.01.17 08:24:57.594928 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2751 | 2025.01.17 08:24:57.595325 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2752 | 2025.01.17 08:24:57.595567 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2753 | 2025.01.17 08:24:57.595878 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001613 sec., 19838.809671419713 rows/sec., 1.38 MiB/sec. | ||
| 2754 | 2025.01.17 08:24:57.596019 [ 5 ] {0b49d80a-3f6e-405f-956c-f72a30009a99} <Debug> TCPHandler: Processed in 0.001935726 sec. | ||
| 2755 | 2025.01.17 08:24:57.596188 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2756 | 2025.01.17 08:24:57.596314 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2757 | 2025.01.17 08:24:57.596368 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2758 | 2025.01.17 08:24:57.596866 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2759 | 2025.01.17 08:24:57.596907 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2760 | 2025.01.17 08:24:57.597312 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2761 | 2025.01.17 08:24:57.597550 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2762 | 2025.01.17 08:24:57.597767 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001481 sec., 8102.633355840649 rows/sec., 559.17 KiB/sec. | ||
| 2763 | 2025.01.17 08:24:57.597821 [ 255 ] {38f18d9c-6ded-4613-b72a-e98e521e6ec4} <Debug> TCPHandler: Processed in 0.001692053 sec. | ||
| 2764 | 2025.01.17 08:24:58.483145 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5063 | ||
| 2765 | 2025.01.17 08:24:58.483923 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2766 | 2025.01.17 08:24:58.483986 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2767 | 2025.01.17 08:24:58.484526 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2768 | 2025.01.17 08:24:58.484789 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2769 | 2025.01.17 08:24:58.485000 [ 146 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2770 | 2025.01.17 08:24:58.485056 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2771 | 2025.01.17 08:24:58.485092 [ 146 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2772 | 2025.01.17 08:24:58.485122 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2773 | 2025.01.17 08:24:58.485292 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2774 | 2025.01.17 08:24:58.485448 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2775 | 2025.01.17 08:24:58.485493 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2745 rows starting from the beginning of the part | ||
| 2776 | 2025.01.17 08:24:58.485577 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2777 | 2025.01.17 08:24:58.485670 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2778 | 2025.01.17 08:24:58.485858 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2779 | 2025.01.17 08:24:58.486014 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2780 | 2025.01.17 08:24:58.486246 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 2781 | 2025.01.17 08:24:58.488050 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002846883 sec., 1778436.2757443842 rows/sec., 25.44 MiB/sec. | ||
| 2782 | 2025.01.17 08:24:58.488773 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2783 | 2025.01.17 08:24:58.489111 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2025.01.17 08:24:58.489201 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_11_2} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2785 | 2025.01.17 08:24:58.489293 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2786 | 2025.01.17 08:24:58.790958 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2787 | 2025.01.17 08:24:58.812325 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2025.01.17 08:24:58.812389 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2789 | 2025.01.17 08:24:58.819775 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2790 | 2025.01.17 08:24:58.820553 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2025.01.17 08:24:58.820913 [ 146 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2792 | 2025.01.17 08:24:58.821082 [ 146 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2025.01.17 08:24:58.821204 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2794 | 2025.01.17 08:24:58.821780 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2795 | 2025.01.17 08:24:58.830545 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2796 | 2025.01.17 08:24:58.831806 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2797 | 2025.01.17 08:24:58.832669 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2798 | 2025.01.17 08:24:58.837325 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2799 | 2025.01.17 08:24:58.841905 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2800 | 2025.01.17 08:24:58.846771 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2801 | 2025.01.17 08:24:58.852044 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2802 | 2025.01.17 08:24:58.856599 [ 200 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 2803 | 2025.01.17 08:24:58.912616 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.091224982 sec., 909.8384913904396 rows/sec., 4.70 MiB/sec. | ||
| 2804 | 2025.01.17 08:24:58.915340 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2805 | 2025.01.17 08:24:58.918511 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_11_2} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2025.01.17 08:24:58.918648 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_11_2} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2807 | 2025.01.17 08:24:58.921513 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2808 | 2025.01.17 08:24:59.000164 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.71 MiB, peak 180.60 MiB, free memory in arenas 0.00 B, will set to 172.72 MiB (RSS), difference: 2.02 MiB | ||
| 2809 | 2025.01.17 08:25:02.597060 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2810 | 2025.01.17 08:25:02.597278 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2811 | 2025.01.17 08:25:02.597348 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2812 | 2025.01.17 08:25:02.598145 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2025.01.17 08:25:02.598187 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2814 | 2025.01.17 08:25:02.598630 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2815 | 2025.01.17 08:25:02.598876 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2816 | 2025.01.17 08:25:02.599009 [ 145 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2817 | 2025.01.17 08:25:02.599067 [ 145 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2818 | 2025.01.17 08:25:02.599091 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001861 sec., 55883.933369156366 rows/sec., 4.66 MiB/sec. | ||
| 2819 | 2025.01.17 08:25:02.599096 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2820 | 2025.01.17 08:25:02.599195 [ 5 ] {7d7cab78-406f-438e-b4cb-956ca79f8c58} <Debug> TCPHandler: Processed in 0.002302538 sec. | ||
| 2821 | 2025.01.17 08:25:02.599522 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 2822 | 2025.01.17 08:25:02.599581 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2823 | 2025.01.17 08:25:02.600035 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2824 | 2025.01.17 08:25:02.600048 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2825 | 2025.01.17 08:25:02.600101 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1408 rows starting from the beginning of the part | ||
| 2826 | 2025.01.17 08:25:02.600177 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2827 | 2025.01.17 08:25:02.600424 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 219 rows starting from the beginning of the part | ||
| 2828 | 2025.01.17 08:25:02.600788 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part | ||
| 2829 | 2025.01.17 08:25:02.601096 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1364 rows starting from the beginning of the part | ||
| 2830 | 2025.01.17 08:25:02.601519 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2831 | 2025.01.17 08:25:02.601895 [ 191 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part | ||
| 2832 | 2025.01.17 08:25:02.602906 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2833 | 2025.01.17 08:25:02.602997 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2834 | 2025.01.17 08:25:02.604089 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2835 | 2025.01.17 08:25:02.604552 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2836 | 2025.01.17 08:25:02.604762 [ 145 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2837 | 2025.01.17 08:25:02.604854 [ 145 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2838 | 2025.01.17 08:25:02.604939 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2839 | 2025.01.17 08:25:02.604972 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.005071 sec., 4732.794320646815 rows/sec., 355.88 KiB/sec. | ||
| 2840 | 2025.01.17 08:25:02.605409 [ 255 ] {6244cbc5-d07e-49f4-bdfa-4ff5c26448bc} <Debug> TCPHandler: Processed in 0.006052358 sec. | ||
| 2841 | 2025.01.17 08:25:02.605735 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2842 | 2025.01.17 08:25:02.606195 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2843 | 2025.01.17 08:25:02.606287 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 2844 | 2025.01.17 08:25:02.606321 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2845 | 2025.01.17 08:25:02.606331 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3255 rows, containing 5 columns (5 merged, 0 gathered) in 0.007117976 sec., 457292.91585136 rows/sec., 39.87 MiB/sec. | ||
| 2846 | 2025.01.17 08:25:02.606774 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2847 | 2025.01.17 08:25:02.606849 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2848 | 2025.01.17 08:25:02.606893 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 39 rows starting from the beginning of the part | ||
| 2849 | 2025.01.17 08:25:02.607398 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 2850 | 2025.01.17 08:25:02.607833 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2851 | 2025.01.17 08:25:02.608116 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 2852 | 2025.01.17 08:25:02.608465 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 25 rows starting from the beginning of the part | ||
| 2853 | 2025.01.17 08:25:02.608963 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 2854 | 2025.01.17 08:25:02.609936 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2855 | 2025.01.17 08:25:02.610407 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2856 | 2025.01.17 08:25:02.610454 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_16_3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2857 | 2025.01.17 08:25:02.610493 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2858 | 2025.01.17 08:25:02.610845 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 2859 | 2025.01.17 08:25:02.611722 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2860 | 2025.01.17 08:25:02.612326 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2025.01.17 08:25:02.612354 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.007257458 sec., 20806.18310157634 rows/sec., 1.57 MiB/sec. | ||
| 2862 | 2025.01.17 08:25:02.612521 [ 145 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2863 | 2025.01.17 08:25:02.612595 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2864 | 2025.01.17 08:25:02.612608 [ 145 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2865 | 2025.01.17 08:25:02.612681 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2866 | 2025.01.17 08:25:02.612755 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.006733 sec., 13069.953958116737 rows/sec., 1.02 MiB/sec. | ||
| 2867 | 2025.01.17 08:25:02.613105 [ 5 ] {38d190e5-e6f0-42e5-b504-068ee2f04aec} <Debug> TCPHandler: Processed in 0.00754661 sec. | ||
| 2868 | 2025.01.17 08:25:02.613257 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 2869 | 2025.01.17 08:25:02.613469 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2025.01.17 08:25:02.613492 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2871 | 2025.01.17 08:25:02.613661 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2872 | 2025.01.17 08:25:02.613749 [ 194 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_11_2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2873 | 2025.01.17 08:25:02.613800 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 882 rows starting from the beginning of the part | ||
| 2874 | 2025.01.17 08:25:02.613943 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2875 | 2025.01.17 08:25:02.614005 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2876 | 2025.01.17 08:25:02.614259 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2877 | 2025.01.17 08:25:02.614325 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 390 rows starting from the beginning of the part | ||
| 2878 | 2025.01.17 08:25:02.614833 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part | ||
| 2879 | 2025.01.17 08:25:02.615260 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 856 rows starting from the beginning of the part | ||
| 2880 | 2025.01.17 08:25:02.615482 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2881 | 2025.01.17 08:25:02.615666 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part | ||
| 2882 | 2025.01.17 08:25:02.616707 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2883 | 2025.01.17 08:25:02.616788 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2884 | 2025.01.17 08:25:02.617884 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2885 | 2025.01.17 08:25:02.618263 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2886 | 2025.01.17 08:25:02.618476 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2887 | 2025.01.17 08:25:02.618586 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2888 | 2025.01.17 08:25:02.618672 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2889 | 2025.01.17 08:25:02.618882 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005058 sec., 31633.056544088573 rows/sec., 2.20 MiB/sec. | ||
| 2890 | 2025.01.17 08:25:02.619254 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 2891 | 2025.01.17 08:25:02.619259 [ 191 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2368 rows, containing 5 columns (5 merged, 0 gathered) in 0.00639946 sec., 370031.2213843043 rows/sec., 28.34 MiB/sec. | ||
| 2892 | 2025.01.17 08:25:02.619283 [ 255 ] {034f1c0f-2c71-4cce-9731-cec333240a4d} <Debug> TCPHandler: Processed in 0.005997018 sec. | ||
| 2893 | 2025.01.17 08:25:02.619566 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2894 | 2025.01.17 08:25:02.619590 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2895 | 2025.01.17 08:25:02.619660 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2993 rows starting from the beginning of the part | ||
| 2896 | 2025.01.17 08:25:02.619669 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2897 | 2025.01.17 08:25:02.619977 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2898 | 2025.01.17 08:25:02.620248 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2899 | 2025.01.17 08:25:02.620349 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2900 | 2025.01.17 08:25:02.620870 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2901 | 2025.01.17 08:25:02.621224 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2902 | 2025.01.17 08:25:02.621720 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_16_3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2903 | 2025.01.17 08:25:02.621752 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 930 rows starting from the beginning of the part | ||
| 2904 | 2025.01.17 08:25:02.622026 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2905 | 2025.01.17 08:25:02.622371 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 2906 | 2025.01.17 08:25:02.622791 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2907 | 2025.01.17 08:25:02.626324 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2908 | 2025.01.17 08:25:02.626369 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2909 | 2025.01.17 08:25:02.627039 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4512 rows, containing 5 columns (5 merged, 0 gathered) in 0.008194175 sec., 550635.0547797674 rows/sec., 37.11 MiB/sec. | ||
| 2910 | 2025.01.17 08:25:02.627499 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2911 | 2025.01.17 08:25:02.627670 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2912 | 2025.01.17 08:25:02.628012 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2913 | 2025.01.17 08:25:02.628249 [ 195 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2914 | 2025.01.17 08:25:02.628256 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2025.01.17 08:25:02.628412 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.97 MiB. | ||
| 2916 | 2025.01.17 08:25:02.628521 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2917 | 2025.01.17 08:25:02.628570 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2025.01.17 08:25:02.628594 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2919 | 2025.01.17 08:25:02.628599 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008816 sec., 2722.323049001815 rows/sec., 4.88 MiB/sec. | ||
| 2920 | 2025.01.17 08:25:02.628859 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2921 | 2025.01.17 08:25:02.629020 [ 5 ] {2bcfdf76-e487-4464-92b2-5cc05242bccc} <Debug> TCPHandler: Processed in 0.009571946 sec. | ||
| 2922 | 2025.01.17 08:25:02.629291 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2923 | 2025.01.17 08:25:02.629581 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2924 | 2025.01.17 08:25:02.629588 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2925 | 2025.01.17 08:25:02.629714 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2926 | 2025.01.17 08:25:02.629769 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part | ||
| 2927 | 2025.01.17 08:25:02.630703 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 2928 | 2025.01.17 08:25:02.631345 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2929 | 2025.01.17 08:25:02.632102 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part | ||
| 2930 | 2025.01.17 08:25:02.632126 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2025.01.17 08:25:02.632205 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2932 | 2025.01.17 08:25:02.632687 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 2933 | 2025.01.17 08:25:02.633375 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part | ||
| 2934 | 2025.01.17 08:25:02.633970 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2935 | 2025.01.17 08:25:02.634597 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2025.01.17 08:25:02.634867 [ 145 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2937 | 2025.01.17 08:25:02.634974 [ 145 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2938 | 2025.01.17 08:25:02.635053 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2939 | 2025.01.17 08:25:02.635360 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005825 sec., 10300.429184549355 rows/sec., 710.84 KiB/sec. | ||
| 2940 | 2025.01.17 08:25:02.635920 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 2941 | 2025.01.17 08:25:02.635923 [ 255 ] {5a305cd9-272a-475f-a457-58157962f7b7} <Debug> TCPHandler: Processed in 0.006760983 sec. | ||
| 2942 | 2025.01.17 08:25:02.636198 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2943 | 2025.01.17 08:25:02.636235 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 496 rows starting from the beginning of the part | ||
| 2944 | 2025.01.17 08:25:02.636555 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2945 | 2025.01.17 08:25:02.636908 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2946 | 2025.01.17 08:25:02.637302 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 70 rows starting from the beginning of the part | ||
| 2947 | 2025.01.17 08:25:02.637625 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 2948 | 2025.01.17 08:25:02.637976 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2949 | 2025.01.17 08:25:02.640091 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 780 rows, containing 4 columns (4 merged, 0 gathered) in 0.004866558 sec., 160277.5514028601 rows/sec., 10.36 MiB/sec. | ||
| 2950 | 2025.01.17 08:25:02.640407 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2951 | 2025.01.17 08:25:02.640878 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2025.01.17 08:25:02.640969 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_16_3} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2953 | 2025.01.17 08:25:02.641068 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2954 | 2025.01.17 08:25:02.641642 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 19 columns (19 merged, 0 gathered) in 0.012980322 sec., 12942.668140281881 rows/sec., 23.19 MiB/sec. | ||
| 2955 | 2025.01.17 08:25:02.642097 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2956 | 2025.01.17 08:25:02.642518 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2957 | 2025.01.17 08:25:02.642602 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2958 | 2025.01.17 08:25:02.642748 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 2959 | 2025.01.17 08:25:05.822880 [ 140 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2960 | 2025.01.17 08:25:05.822946 [ 140 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2961 | 2025.01.17 08:25:05.985494 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5490 | ||
| 2962 | 2025.01.17 08:25:05.986228 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2963 | 2025.01.17 08:25:05.986281 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2964 | 2025.01.17 08:25:05.986902 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2965 | 2025.01.17 08:25:05.987252 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2966 | 2025.01.17 08:25:05.987564 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5490 | ||
| 2967 | 2025.01.17 08:25:06.010792 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 420 | ||
| 2968 | 2025.01.17 08:25:06.014503 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2969 | 2025.01.17 08:25:06.014578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2970 | 2025.01.17 08:25:06.016249 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2971 | 2025.01.17 08:25:06.016605 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2025.01.17 08:25:06.017619 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 2973 | 2025.01.17 08:25:06.330691 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2974 | 2025.01.17 08:25:06.349653 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2025.01.17 08:25:06.349728 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2976 | 2025.01.17 08:25:06.357907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2977 | 2025.01.17 08:25:06.358755 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2978 | 2025.01.17 08:25:06.361928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2979 | 2025.01.17 08:25:07.601491 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2980 | 2025.01.17 08:25:07.601672 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2981 | 2025.01.17 08:25:07.601743 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2982 | 2025.01.17 08:25:07.602476 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2025.01.17 08:25:07.602527 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2984 | 2025.01.17 08:25:07.602949 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2985 | 2025.01.17 08:25:07.603208 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2986 | 2025.01.17 08:25:07.603450 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001825 sec., 7671.232876712329 rows/sec., 552.23 KiB/sec. | ||
| 2987 | 2025.01.17 08:25:07.603558 [ 5 ] {d429fe71-67c0-4b30-bab5-0ea0c273975e} <Debug> TCPHandler: Processed in 0.002198148 sec. | ||
| 2988 | 2025.01.17 08:25:07.603828 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2025.01.17 08:25:07.604046 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2990 | 2025.01.17 08:25:07.604132 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2991 | 2025.01.17 08:25:07.605042 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2992 | 2025.01.17 08:25:07.605098 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2993 | 2025.01.17 08:25:07.605586 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2994 | 2025.01.17 08:25:07.605853 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2995 | 2025.01.17 08:25:07.606048 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002064 sec., 112887.59689922481 rows/sec., 9.87 MiB/sec. | ||
| 2996 | 2025.01.17 08:25:07.606105 [ 255 ] {ec872ffd-67af-41b6-9077-c05b59da1af7} <Debug> TCPHandler: Processed in 0.002420189 sec. | ||
| 2997 | 2025.01.17 08:25:07.606278 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2998 | 2025.01.17 08:25:07.606395 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2999 | 2025.01.17 08:25:07.606446 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3000 | 2025.01.17 08:25:07.607035 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3001 | 2025.01.17 08:25:07.607086 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3002 | 2025.01.17 08:25:07.607469 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3003 | 2025.01.17 08:25:07.607709 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3004 | 2025.01.17 08:25:07.607964 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001592 sec., 13819.095477386934 rows/sec., 994.97 KiB/sec. | ||
| 3005 | 2025.01.17 08:25:07.608140 [ 5 ] {48cbe5ec-a222-4c86-a47e-7a1ea6204a2d} <Debug> TCPHandler: Processed in 0.001920115 sec. | ||
| 3006 | 2025.01.17 08:25:07.608299 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3007 | 2025.01.17 08:25:07.608428 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3008 | 2025.01.17 08:25:07.608482 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3009 | 2025.01.17 08:25:07.609200 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2025.01.17 08:25:07.609246 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3011 | 2025.01.17 08:25:07.609642 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3012 | 2025.01.17 08:25:07.609881 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2025.01.17 08:25:07.610052 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001628 sec., 8599.5085995086 rows/sec., 602.25 KiB/sec. | ||
| 3014 | 2025.01.17 08:25:07.610104 [ 255 ] {4f3561a8-acf9-44e9-b282-5b99a13c86e0} <Debug> TCPHandler: Processed in 0.001855154 sec. | ||
| 3015 | 2025.01.17 08:25:07.610256 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3016 | 2025.01.17 08:25:07.610374 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3017 | 2025.01.17 08:25:07.610423 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3018 | 2025.01.17 08:25:07.611000 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3019 | 2025.01.17 08:25:07.611040 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3020 | 2025.01.17 08:25:07.611403 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3021 | 2025.01.17 08:25:07.611640 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3022 | 2025.01.17 08:25:07.611843 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001492 sec., 8713.13672922252 rows/sec., 543.26 KiB/sec. | ||
| 3023 | 2025.01.17 08:25:07.611896 [ 5 ] {18e9cdb4-b883-423c-8538-2003b23b1fb3} <Debug> TCPHandler: Processed in 0.001699214 sec. | ||
| 3024 | 2025.01.17 08:25:07.612042 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3025 | 2025.01.17 08:25:07.612157 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3026 | 2025.01.17 08:25:07.612205 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3027 | 2025.01.17 08:25:07.613076 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3028 | 2025.01.17 08:25:07.613123 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3029 | 2025.01.17 08:25:07.613547 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3030 | 2025.01.17 08:25:07.613785 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3031 | 2025.01.17 08:25:07.614004 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Debug> executeQuery: Read 403 rows, 29.37 KiB in 0.001862 sec., 216433.94199785177 rows/sec., 15.40 MiB/sec. | ||
| 3032 | 2025.01.17 08:25:07.614182 [ 255 ] {4b59305d-530a-409d-9ace-8af3b492d143} <Debug> TCPHandler: Processed in 0.002195398 sec. | ||
| 3033 | 2025.01.17 08:25:07.614396 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3034 | 2025.01.17 08:25:07.614513 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3035 | 2025.01.17 08:25:07.614564 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3036 | 2025.01.17 08:25:07.615065 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3037 | 2025.01.17 08:25:07.615103 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3038 | 2025.01.17 08:25:07.615461 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3039 | 2025.01.17 08:25:07.615693 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3040 | 2025.01.17 08:25:07.615995 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001476 sec., 4065.0406504065036 rows/sec., 212.38 KiB/sec. | ||
| 3041 | 2025.01.17 08:25:07.616104 [ 5 ] {72c71a87-cd2c-486d-b6ff-26c11b39e481} <Debug> TCPHandler: Processed in 0.001813784 sec. | ||
| 3042 | 2025.01.17 08:25:07.616259 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3043 | 2025.01.17 08:25:07.616396 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3044 | 2025.01.17 08:25:07.616458 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3045 | 2025.01.17 08:25:07.617149 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3046 | 2025.01.17 08:25:07.617195 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3047 | 2025.01.17 08:25:07.617610 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3048 | 2025.01.17 08:25:07.617852 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2025.01.17 08:25:07.618085 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 3050 | 2025.01.17 08:25:07.618262 [ 255 ] {fbfe059f-d07c-4a54-aea7-fa2c49361b8a} <Debug> TCPHandler: Processed in 0.002064396 sec. | ||
| 3051 | 2025.01.17 08:25:07.618424 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3052 | 2025.01.17 08:25:07.618540 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3053 | 2025.01.17 08:25:07.618591 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3054 | 2025.01.17 08:25:07.619075 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2025.01.17 08:25:07.619113 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3056 | 2025.01.17 08:25:07.619466 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3057 | 2025.01.17 08:25:07.619720 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2025.01.17 08:25:07.620004 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 3059 | 2025.01.17 08:25:07.620135 [ 5 ] {35055a61-d71f-4276-a62b-01091036be5e} <Debug> TCPHandler: Processed in 0.001757264 sec. | ||
| 3060 | 2025.01.17 08:25:07.620296 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3061 | 2025.01.17 08:25:07.620434 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3062 | 2025.01.17 08:25:07.620524 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3063 | 2025.01.17 08:25:07.621766 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3064 | 2025.01.17 08:25:07.621803 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3065 | 2025.01.17 08:25:07.622461 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3066 | 2025.01.17 08:25:07.622727 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2025.01.17 08:25:07.623013 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002588 sec., 5795.981452859351 rows/sec., 10.39 MiB/sec. | ||
| 3068 | 2025.01.17 08:25:07.623184 [ 255 ] {d1f8b467-9622-46af-8674-3d0725296a36} <Debug> TCPHandler: Processed in 0.002953484 sec. | ||
| 3069 | 2025.01.17 08:25:07.623330 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3070 | 2025.01.17 08:25:07.623447 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 3071 | 2025.01.17 08:25:07.623498 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3072 | 2025.01.17 08:25:07.623976 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Trace> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3073 | 2025.01.17 08:25:07.624014 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3074 | 2025.01.17 08:25:07.624384 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3075 | 2025.01.17 08:25:07.624614 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Trace> oximeter.measurements_i64 (33d89509-f035-49cb-b8b3-7c3d6c7f1546): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2025.01.17 08:25:07.624833 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001409 sec., 4258.3392476934 rows/sec., 300.80 KiB/sec. | ||
| 3077 | 2025.01.17 08:25:07.624883 [ 5 ] {afbdcaab-9f3a-4253-acdf-1169c151f11f} <Debug> TCPHandler: Processed in 0.001609023 sec. | ||
| 3078 | 2025.01.17 08:25:07.625028 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2025.01.17 08:25:07.625144 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3080 | 2025.01.17 08:25:07.625195 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3081 | 2025.01.17 08:25:07.625763 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3082 | 2025.01.17 08:25:07.625809 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3083 | 2025.01.17 08:25:07.626257 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3084 | 2025.01.17 08:25:07.626493 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2025.01.17 08:25:07.626667 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec. | ||
| 3086 | 2025.01.17 08:25:07.626714 [ 255 ] {9604f543-83bb-44b1-8aaa-4ae949727d7c} <Debug> TCPHandler: Processed in 0.001743524 sec. | ||
| 3087 | 2025.01.17 08:25:08.145969 [ 125 ] {} <Debug> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3088 | 2025.01.17 08:25:08.146029 [ 125 ] {} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2025.01.17 08:25:08.146052 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3090 | 2025.01.17 08:25:08.146214 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::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 | ||
| 3091 | 2025.01.17 08:25:08.146583 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3092 | 2025.01.17 08:25:08.146633 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 3093 | 2025.01.17 08:25:08.146762 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::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 | ||
| 3094 | 2025.01.17 08:25:08.146898 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 3 rows starting from the beginning of the part | ||
| 3095 | 2025.01.17 08:25:08.147026 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 7 rows starting from the beginning of the part | ||
| 3096 | 2025.01.17 08:25:08.147154 [ 191 ] {594e71ad-2eb7-45bd-a660-93402b682f08::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 | ||
| 3097 | 2025.01.17 08:25:08.149315 [ 190 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003175805 sec., 13224.993348143227 rows/sec., 2.18 MiB/sec. | ||
| 3098 | 2025.01.17 08:25:08.149638 [ 190 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3099 | 2025.01.17 08:25:08.150399 [ 190 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3100 | 2025.01.17 08:25:08.150489 [ 190 ] {594e71ad-2eb7-45bd-a660-93402b682f08::all_1_5_1} <Trace> oximeter.timeseries_schema (594e71ad-2eb7-45bd-a660-93402b682f08) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3101 | 2025.01.17 08:25:08.150591 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3102 | 2025.01.17 08:25:12.597011 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3103 | 2025.01.17 08:25:12.597215 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3104 | 2025.01.17 08:25:12.597289 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3105 | 2025.01.17 08:25:12.597986 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3106 | 2025.01.17 08:25:12.598038 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3107 | 2025.01.17 08:25:12.598452 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3108 | 2025.01.17 08:25:12.598700 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3109 | 2025.01.17 08:25:12.598901 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001734 sec., 1153.4025374855823 rows/sec., 94.05 KiB/sec. | ||
| 3110 | 2025.01.17 08:25:12.598990 [ 5 ] {feffc00a-784a-41a7-83f7-1dbbc0e1bd5d} <Debug> TCPHandler: Processed in 0.002111827 sec. | ||
| 3111 | 2025.01.17 08:25:12.599242 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2025.01.17 08:25:12.599457 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3113 | 2025.01.17 08:25:12.599543 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3114 | 2025.01.17 08:25:12.600472 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3115 | 2025.01.17 08:25:12.600526 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3116 | 2025.01.17 08:25:12.600995 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3117 | 2025.01.17 08:25:12.601257 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3118 | 2025.01.17 08:25:12.601517 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.002121 sec., 49504.9504950495 rows/sec., 4.12 MiB/sec. | ||
| 3119 | 2025.01.17 08:25:12.601583 [ 255 ] {0ec5a29c-4d3a-4d3d-ae7f-d66f1ed48ef9} <Debug> TCPHandler: Processed in 0.00248768 sec. | ||
| 3120 | 2025.01.17 08:25:12.601769 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3121 | 2025.01.17 08:25:12.601893 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3122 | 2025.01.17 08:25:12.601947 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3123 | 2025.01.17 08:25:12.602560 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3124 | 2025.01.17 08:25:12.602598 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3125 | 2025.01.17 08:25:12.602955 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3126 | 2025.01.17 08:25:12.603210 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3127 | 2025.01.17 08:25:12.603384 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.00152 sec., 17105.263157894737 rows/sec., 1.25 MiB/sec. | ||
| 3128 | 2025.01.17 08:25:12.603438 [ 5 ] {942ca9da-c69e-4010-a54d-e53ce0a26051} <Debug> TCPHandler: Processed in 0.001727593 sec. | ||
| 3129 | 2025.01.17 08:25:12.603606 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3130 | 2025.01.17 08:25:12.603749 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3131 | 2025.01.17 08:25:12.603811 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3132 | 2025.01.17 08:25:12.604525 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3133 | 2025.01.17 08:25:12.604566 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3134 | 2025.01.17 08:25:12.604946 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3135 | 2025.01.17 08:25:12.605217 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3136 | 2025.01.17 08:25:12.605434 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001719 sec., 52356.02094240837 rows/sec., 4.09 MiB/sec. | ||
| 3137 | 2025.01.17 08:25:12.605490 [ 255 ] {d2ec6a2e-d613-492c-b250-5f29cc4895a6} <Debug> TCPHandler: Processed in 0.001952626 sec. | ||
| 3138 | 2025.01.17 08:25:12.605631 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3139 | 2025.01.17 08:25:12.605750 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3140 | 2025.01.17 08:25:12.605804 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3141 | 2025.01.17 08:25:12.606384 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3142 | 2025.01.17 08:25:12.606421 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3143 | 2025.01.17 08:25:12.606811 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3144 | 2025.01.17 08:25:12.607038 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3145 | 2025.01.17 08:25:12.607279 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001554 sec., 103603.6036036036 rows/sec., 7.22 MiB/sec. | ||
| 3146 | 2025.01.17 08:25:12.607507 [ 5 ] {fd20759b-031a-49e1-a1e8-990a02cca41e} <Debug> TCPHandler: Processed in 0.001934036 sec. | ||
| 3147 | 2025.01.17 08:25:12.607669 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3148 | 2025.01.17 08:25:12.607806 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3149 | 2025.01.17 08:25:12.607899 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3150 | 2025.01.17 08:25:12.609108 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3151 | 2025.01.17 08:25:12.609147 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3152 | 2025.01.17 08:25:12.609788 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3153 | 2025.01.17 08:25:12.610044 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3154 | 2025.01.17 08:25:12.610303 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002529 sec., 9489.916963226571 rows/sec., 17.01 MiB/sec. | ||
| 3155 | 2025.01.17 08:25:12.610428 [ 255 ] {4dc81473-ef3f-4c00-a75c-cf78f2c1afb1} <Debug> TCPHandler: Processed in 0.002824463 sec. | ||
| 3156 | 2025.01.17 08:25:12.610583 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3157 | 2025.01.17 08:25:12.610700 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3158 | 2025.01.17 08:25:12.610750 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3159 | 2025.01.17 08:25:12.611264 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3160 | 2025.01.17 08:25:12.611300 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3161 | 2025.01.17 08:25:12.611662 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3162 | 2025.01.17 08:25:12.611892 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3163 | 2025.01.17 08:25:12.612085 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. | ||
| 3164 | 2025.01.17 08:25:12.612198 [ 5 ] {b5eb0505-2bf6-4057-a2e5-ba2033d85f9a} <Debug> TCPHandler: Processed in 0.001670844 sec. | ||
| 3165 | 2025.01.17 08:25:13.487782 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5978 | ||
| 3166 | 2025.01.17 08:25:13.488888 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3167 | 2025.01.17 08:25:13.488927 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3168 | 2025.01.17 08:25:13.489556 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3169 | 2025.01.17 08:25:13.489823 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3170 | 2025.01.17 08:25:13.490006 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3171 | 2025.01.17 08:25:13.862082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3172 | 2025.01.17 08:25:13.884063 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3173 | 2025.01.17 08:25:13.884147 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3174 | 2025.01.17 08:25:13.892483 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3175 | 2025.01.17 08:25:13.893362 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3176 | 2025.01.17 08:25:13.897591 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3177 | 2025.01.17 08:25:16.017933 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 458 | ||
| 3178 | 2025.01.17 08:25:16.021015 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2025.01.17 08:25:16.021065 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3180 | 2025.01.17 08:25:16.022549 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3181 | 2025.01.17 08:25:16.022865 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2025.01.17 08:25:16.023451 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 458 | ||
| 3183 | 2025.01.17 08:25:17.600782 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3184 | 2025.01.17 08:25:17.600963 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3185 | 2025.01.17 08:25:17.601033 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3186 | 2025.01.17 08:25:17.601789 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3187 | 2025.01.17 08:25:17.601832 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3188 | 2025.01.17 08:25:17.602260 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3189 | 2025.01.17 08:25:17.602540 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3190 | 2025.01.17 08:25:17.602743 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001829 sec., 7654.455986878076 rows/sec., 551.02 KiB/sec. | ||
| 3191 | 2025.01.17 08:25:17.602806 [ 5 ] {f70d81d6-385d-488a-9baf-6def4a68de04} <Debug> TCPHandler: Processed in 0.002150967 sec. | ||
| 3192 | 2025.01.17 08:25:17.603089 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3193 | 2025.01.17 08:25:17.603303 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3194 | 2025.01.17 08:25:17.603389 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3195 | 2025.01.17 08:25:17.604318 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3196 | 2025.01.17 08:25:17.604374 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3197 | 2025.01.17 08:25:17.604855 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3198 | 2025.01.17 08:25:17.605127 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3199 | 2025.01.17 08:25:17.605420 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002174 sec., 107175.71297148113 rows/sec., 9.37 MiB/sec. | ||
| 3200 | 2025.01.17 08:25:17.605633 [ 255 ] {f11c3d40-584d-4b7e-8dc3-1c706c1796cb} <Debug> TCPHandler: Processed in 0.002693221 sec. | ||
| 3201 | 2025.01.17 08:25:17.605812 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2025.01.17 08:25:17.605938 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3203 | 2025.01.17 08:25:17.605993 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3204 | 2025.01.17 08:25:17.606581 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3205 | 2025.01.17 08:25:17.606619 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3206 | 2025.01.17 08:25:17.606987 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3207 | 2025.01.17 08:25:17.607239 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3208 | 2025.01.17 08:25:17.607418 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001508 sec., 14588.859416445623 rows/sec., 1.03 MiB/sec. | ||
| 3209 | 2025.01.17 08:25:17.607471 [ 5 ] {7de27eec-b52c-4646-806d-24946c80e645} <Debug> TCPHandler: Processed in 0.001719904 sec. | ||
| 3210 | 2025.01.17 08:25:17.607621 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2025.01.17 08:25:17.607766 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3212 | 2025.01.17 08:25:17.607830 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3213 | 2025.01.17 08:25:17.608527 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3214 | 2025.01.17 08:25:17.608569 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3215 | 2025.01.17 08:25:17.608935 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3216 | 2025.01.17 08:25:17.609179 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3217 | 2025.01.17 08:25:17.609445 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001711 sec., 8182.349503214494 rows/sec., 573.04 KiB/sec. | ||
| 3218 | 2025.01.17 08:25:17.609614 [ 255 ] {27b564e2-b83f-4238-b8a3-30ae610d164b} <Debug> TCPHandler: Processed in 0.002059097 sec. | ||
| 3219 | 2025.01.17 08:25:17.609759 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3220 | 2025.01.17 08:25:17.609878 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3221 | 2025.01.17 08:25:17.609929 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3222 | 2025.01.17 08:25:17.610516 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2025.01.17 08:25:17.610555 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3224 | 2025.01.17 08:25:17.610909 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3225 | 2025.01.17 08:25:17.611140 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2025.01.17 08:25:17.611342 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001487 sec., 8742.434431741762 rows/sec., 545.09 KiB/sec. | ||
| 3227 | 2025.01.17 08:25:17.611398 [ 5 ] {f016587d-6f88-4b1f-9bce-42bc89024a5c} <Debug> TCPHandler: Processed in 0.001697264 sec. | ||
| 3228 | 2025.01.17 08:25:17.611535 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3229 | 2025.01.17 08:25:17.611673 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3230 | 2025.01.17 08:25:17.611730 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3231 | 2025.01.17 08:25:17.612616 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2025.01.17 08:25:17.612657 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3233 | 2025.01.17 08:25:17.613129 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3234 | 2025.01.17 08:25:17.613381 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2025.01.17 08:25:17.613591 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001949 sec., 203694.20215495126 rows/sec., 14.47 MiB/sec. | ||
| 3236 | 2025.01.17 08:25:17.613644 [ 255 ] {406f73d4-125d-46e4-8c8a-13dcb5c3e476} <Debug> TCPHandler: Processed in 0.002171317 sec. | ||
| 3237 | 2025.01.17 08:25:17.613780 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2025.01.17 08:25:17.613897 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3239 | 2025.01.17 08:25:17.613948 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3240 | 2025.01.17 08:25:17.614441 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3241 | 2025.01.17 08:25:17.614477 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3242 | 2025.01.17 08:25:17.614828 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3243 | 2025.01.17 08:25:17.615065 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3244 | 2025.01.17 08:25:17.615326 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 3245 | 2025.01.17 08:25:17.615399 [ 5 ] {367a430b-ba10-4e43-9fd4-925b0c951264} <Debug> TCPHandler: Processed in 0.001679243 sec. | ||
| 3246 | 2025.01.17 08:25:17.615542 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2025.01.17 08:25:17.615681 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3248 | 2025.01.17 08:25:17.615744 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3249 | 2025.01.17 08:25:17.616432 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3250 | 2025.01.17 08:25:17.616480 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3251 | 2025.01.17 08:25:17.616885 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3252 | 2025.01.17 08:25:17.617124 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3253 | 2025.01.17 08:25:17.617340 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec. | ||
| 3254 | 2025.01.17 08:25:17.617392 [ 255 ] {dbcee4f5-2dff-4342-9f84-05a9cc635e83} <Debug> TCPHandler: Processed in 0.001914425 sec. | ||
| 3255 | 2025.01.17 08:25:17.617524 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3256 | 2025.01.17 08:25:17.617641 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3257 | 2025.01.17 08:25:17.617692 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3258 | 2025.01.17 08:25:17.618171 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3259 | 2025.01.17 08:25:17.618208 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3260 | 2025.01.17 08:25:17.618579 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3261 | 2025.01.17 08:25:17.618806 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3262 | 2025.01.17 08:25:17.618997 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
| 3263 | 2025.01.17 08:25:17.619051 [ 5 ] {0cfa547f-51e6-408e-80ab-98e144c6f8c4} <Debug> TCPHandler: Processed in 0.001585642 sec. | ||
| 3264 | 2025.01.17 08:25:17.619187 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2025.01.17 08:25:17.619306 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3266 | 2025.01.17 08:25:17.619388 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3267 | 2025.01.17 08:25:17.620515 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2025.01.17 08:25:17.620555 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3269 | 2025.01.17 08:25:17.621186 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3270 | 2025.01.17 08:25:17.621448 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2025.01.17 08:25:17.621676 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002394 sec., 6265.664160401003 rows/sec., 11.23 MiB/sec. | ||
| 3272 | 2025.01.17 08:25:17.621768 [ 255 ] {aae66d27-989c-4d01-9f21-bf80580ab112} <Debug> TCPHandler: Processed in 0.002642451 sec. | ||
| 3273 | 2025.01.17 08:25:17.621901 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3274 | 2025.01.17 08:25:17.622020 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3275 | 2025.01.17 08:25:17.622071 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3276 | 2025.01.17 08:25:17.622570 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3277 | 2025.01.17 08:25:17.622606 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3278 | 2025.01.17 08:25:17.622971 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3279 | 2025.01.17 08:25:17.623207 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3280 | 2025.01.17 08:25:17.623381 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001386 sec., 59163.05916305916 rows/sec., 3.76 MiB/sec. | ||
| 3281 | 2025.01.17 08:25:17.623428 [ 5 ] {b4d923da-f3cc-446f-8e4d-87b244c8c073} <Debug> TCPHandler: Processed in 0.001583923 sec. | ||
| 3282 | 2025.01.17 08:25:20.822987 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3283 | 2025.01.17 08:25:20.823051 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3284 | 2025.01.17 08:25:20.990200 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6405 | ||
| 3285 | 2025.01.17 08:25:20.990840 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3286 | 2025.01.17 08:25:20.990886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3287 | 2025.01.17 08:25:20.991461 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3288 | 2025.01.17 08:25:20.991715 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2025.01.17 08:25:20.991948 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6405 | ||
| 3290 | 2025.01.17 08:25:21.397747 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3291 | 2025.01.17 08:25:21.418889 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2025.01.17 08:25:21.418958 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3293 | 2025.01.17 08:25:21.426488 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3294 | 2025.01.17 08:25:21.427241 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2025.01.17 08:25:21.429875 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3296 | 2025.01.17 08:25:22.596822 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3297 | 2025.01.17 08:25:22.597062 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3298 | 2025.01.17 08:25:22.597153 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3299 | 2025.01.17 08:25:22.598089 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3300 | 2025.01.17 08:25:22.598137 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3301 | 2025.01.17 08:25:22.598569 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3302 | 2025.01.17 08:25:22.598816 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3303 | 2025.01.17 08:25:22.599109 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002098 sec., 49571.02001906578 rows/sec., 4.13 MiB/sec. | ||
| 3304 | 2025.01.17 08:25:22.599223 [ 5 ] {424a8588-1016-412b-94f5-9302df33ff55} <Debug> TCPHandler: Processed in 0.00254534 sec. | ||
| 3305 | 2025.01.17 08:25:22.599580 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3306 | 2025.01.17 08:25:22.599797 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3307 | 2025.01.17 08:25:22.599880 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3308 | 2025.01.17 08:25:22.600713 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3309 | 2025.01.17 08:25:22.600765 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3310 | 2025.01.17 08:25:22.601234 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3311 | 2025.01.17 08:25:22.601492 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3312 | 2025.01.17 08:25:22.601756 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002019 sec., 11887.07280832095 rows/sec., 893.85 KiB/sec. | ||
| 3313 | 2025.01.17 08:25:22.601813 [ 255 ] {169e2ee1-1669-41f9-86b2-f5c7a9727962} <Debug> TCPHandler: Processed in 0.00243757 sec. | ||
| 3314 | 2025.01.17 08:25:22.601964 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3315 | 2025.01.17 08:25:22.602089 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3316 | 2025.01.17 08:25:22.602142 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3317 | 2025.01.17 08:25:22.602801 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2025.01.17 08:25:22.602843 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3319 | 2025.01.17 08:25:22.603237 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3320 | 2025.01.17 08:25:22.603473 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3321 | 2025.01.17 08:25:22.603708 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001647 sec., 53430.479659987854 rows/sec., 4.17 MiB/sec. | ||
| 3322 | 2025.01.17 08:25:22.603834 [ 5 ] {93dee4d1-b2c1-4029-9014-afe466bc9fdf} <Debug> TCPHandler: Processed in 0.001929296 sec. | ||
| 3323 | 2025.01.17 08:25:22.603994 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3324 | 2025.01.17 08:25:22.604130 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3325 | 2025.01.17 08:25:22.604194 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3326 | 2025.01.17 08:25:22.604837 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3327 | 2025.01.17 08:25:22.604877 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3328 | 2025.01.17 08:25:22.605282 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3329 | 2025.01.17 08:25:22.605525 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3330 | 2025.01.17 08:25:22.605791 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001693 sec., 94506.79267572357 rows/sec., 6.58 MiB/sec. | ||
| 3331 | 2025.01.17 08:25:22.606015 [ 255 ] {26fc65f7-fa73-4d89-9997-4eb20de22f93} <Debug> TCPHandler: Processed in 0.002087477 sec. | ||
| 3332 | 2025.01.17 08:25:22.606179 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3333 | 2025.01.17 08:25:22.606307 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3334 | 2025.01.17 08:25:22.606392 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3335 | 2025.01.17 08:25:22.607551 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3336 | 2025.01.17 08:25:22.607592 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3337 | 2025.01.17 08:25:22.608227 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3338 | 2025.01.17 08:25:22.608485 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3339 | 2025.01.17 08:25:22.608765 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002484 sec., 9661.83574879227 rows/sec., 17.31 MiB/sec. | ||
| 3340 | 2025.01.17 08:25:22.608871 [ 5 ] {08f484d0-6b74-47a8-ba7a-ddebc800d87f} <Debug> TCPHandler: Processed in 0.002760901 sec. | ||
| 3341 | 2025.01.17 08:25:22.609036 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3342 | 2025.01.17 08:25:22.609176 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3343 | 2025.01.17 08:25:22.609237 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3344 | 2025.01.17 08:25:22.609799 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3345 | 2025.01.17 08:25:22.609838 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3346 | 2025.01.17 08:25:22.610219 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3347 | 2025.01.17 08:25:22.610456 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3348 | 2025.01.17 08:25:22.610711 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 3349 | 2025.01.17 08:25:22.610906 [ 255 ] {72f4ba96-d965-488d-992d-deb31425dd04} <Debug> TCPHandler: Processed in 0.001933456 sec. | ||
| 3350 | 2025.01.17 08:25:26.023756 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 492 | ||
| 3351 | 2025.01.17 08:25:26.026710 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3352 | 2025.01.17 08:25:26.026754 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3353 | 2025.01.17 08:25:26.028221 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3354 | 2025.01.17 08:25:26.028530 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3355 | 2025.01.17 08:25:26.029154 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 492 | ||
| 3356 | 2025.01.17 08:25:26.536704 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2025.01.17 08:25:26.536886 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3358 | 2025.01.17 08:25:26.536953 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3359 | 2025.01.17 08:25:26.537685 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3360 | 2025.01.17 08:25:26.537725 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3361 | 2025.01.17 08:25:26.538135 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3362 | 2025.01.17 08:25:26.538398 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3363 | 2025.01.17 08:25:26.538584 [ 138 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3364 | 2025.01.17 08:25:26.538610 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001776 sec., 7882.882882882883 rows/sec., 567.46 KiB/sec. | ||
| 3365 | 2025.01.17 08:25:26.538663 [ 138 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3366 | 2025.01.17 08:25:26.538734 [ 5 ] {b6c564dc-0ea5-45be-a381-47e3d64a8455} <Debug> TCPHandler: Processed in 0.002151097 sec. | ||
| 3367 | 2025.01.17 08:25:26.538738 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3368 | 2025.01.17 08:25:26.538962 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3369 | 2025.01.17 08:25:26.539030 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2025.01.17 08:25:26.539223 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3371 | 2025.01.17 08:25:26.539301 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3372 | 2025.01.17 08:25:26.539343 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3373 | 2025.01.17 08:25:26.539551 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3374 | 2025.01.17 08:25:26.539550 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3375 | 2025.01.17 08:25:26.540013 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3376 | 2025.01.17 08:25:26.540283 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3377 | 2025.01.17 08:25:26.540699 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 3378 | 2025.01.17 08:25:26.542780 [ 191 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003907581 sec., 17913.896090701637 rows/sec., 1.33 MiB/sec. | ||
| 3379 | 2025.01.17 08:25:26.542955 [ 191 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3380 | 2025.01.17 08:25:26.543054 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2025.01.17 08:25:26.543124 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3382 | 2025.01.17 08:25:26.543416 [ 191 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_9_2} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2025.01.17 08:25:26.543611 [ 191 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_9_2} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3384 | 2025.01.17 08:25:26.543764 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3385 | 2025.01.17 08:25:26.544043 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3386 | 2025.01.17 08:25:26.544318 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3387 | 2025.01.17 08:25:26.544505 [ 138 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3388 | 2025.01.17 08:25:26.544566 [ 138 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3389 | 2025.01.17 08:25:26.544605 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Debug> executeQuery: Read 1373 rows, 116.98 KiB in 0.005364 sec., 255965.69724086503 rows/sec., 21.30 MiB/sec. | ||
| 3390 | 2025.01.17 08:25:26.544614 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3391 | 2025.01.17 08:25:26.544786 [ 255 ] {1060207e-78db-44b7-bc6b-1af2d53a61a7} <Debug> TCPHandler: Processed in 0.005912616 sec. | ||
| 3392 | 2025.01.17 08:25:26.544873 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 3393 | 2025.01.17 08:25:26.545015 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2025.01.17 08:25:26.545043 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3395 | 2025.01.17 08:25:26.545088 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1413 rows starting from the beginning of the part | ||
| 3396 | 2025.01.17 08:25:26.545274 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3397 | 2025.01.17 08:25:26.545392 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 233 rows starting from the beginning of the part | ||
| 3398 | 2025.01.17 08:25:26.545435 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3399 | 2025.01.17 08:25:26.545794 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 105 rows starting from the beginning of the part | ||
| 3400 | 2025.01.17 08:25:26.546135 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 233 rows starting from the beginning of the part | ||
| 3401 | 2025.01.17 08:25:26.546556 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part | ||
| 3402 | 2025.01.17 08:25:26.546877 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1373 rows starting from the beginning of the part | ||
| 3403 | 2025.01.17 08:25:26.548082 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2025.01.17 08:25:26.548145 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3405 | 2025.01.17 08:25:26.549067 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3406 | 2025.01.17 08:25:26.549597 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3407 | 2025.01.17 08:25:26.549794 [ 138 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3408 | 2025.01.17 08:25:26.549873 [ 138 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3409 | 2025.01.17 08:25:26.549901 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3410 | 2025.01.17 08:25:26.549944 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.004761 sec., 4620.877966813695 rows/sec., 332.70 KiB/sec. | ||
| 3411 | 2025.01.17 08:25:26.550200 [ 5 ] {d529ffeb-53ce-476a-aeef-a23c5a159726} <Debug> TCPHandler: Processed in 0.005287701 sec. | ||
| 3412 | 2025.01.17 08:25:26.550227 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 3413 | 2025.01.17 08:25:26.550574 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3414 | 2025.01.17 08:25:26.550802 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3415 | 2025.01.17 08:25:26.550968 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 49 rows starting from the beginning of the part | ||
| 3416 | 2025.01.17 08:25:26.551048 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3461 rows, containing 5 columns (5 merged, 0 gathered) in 0.00626612 sec., 552335.4164937793 rows/sec., 48.41 MiB/sec. | ||
| 3417 | 2025.01.17 08:25:26.551048 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3418 | 2025.01.17 08:25:26.551302 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3419 | 2025.01.17 08:25:26.551342 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
| 3420 | 2025.01.17 08:25:26.551551 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3421 | 2025.01.17 08:25:26.551971 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 3422 | 2025.01.17 08:25:26.552443 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
| 3423 | 2025.01.17 08:25:26.552957 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 3424 | 2025.01.17 08:25:26.553144 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2025.01.17 08:25:26.553574 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_21_4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3426 | 2025.01.17 08:25:26.553642 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
| 3427 | 2025.01.17 08:25:26.553864 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 3428 | 2025.01.17 08:25:26.555105 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3429 | 2025.01.17 08:25:26.555181 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3430 | 2025.01.17 08:25:26.556302 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3431 | 2025.01.17 08:25:26.556332 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.0063468 sec., 25997.352996785783 rows/sec., 1.96 MiB/sec. | ||
| 3432 | 2025.01.17 08:25:26.556501 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3433 | 2025.01.17 08:25:26.556762 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3434 | 2025.01.17 08:25:26.557106 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2025.01.17 08:25:26.557204 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006313 sec., 38333.59733882465 rows/sec., 2.60 MiB/sec. | ||
| 3436 | 2025.01.17 08:25:26.557260 [ 191 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_16_3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3437 | 2025.01.17 08:25:26.557342 [ 255 ] {28b365f4-0dc6-46d6-bb04-d684e85d9bf1} <Debug> TCPHandler: Processed in 0.006986976 sec. | ||
| 3438 | 2025.01.17 08:25:26.557431 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3439 | 2025.01.17 08:25:26.557560 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3440 | 2025.01.17 08:25:26.557677 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3441 | 2025.01.17 08:25:26.557726 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3442 | 2025.01.17 08:25:26.558330 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3443 | 2025.01.17 08:25:26.558371 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3444 | 2025.01.17 08:25:26.558732 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3445 | 2025.01.17 08:25:26.558967 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3446 | 2025.01.17 08:25:26.559118 [ 138 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3447 | 2025.01.17 08:25:26.559178 [ 138 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3448 | 2025.01.17 08:25:26.559211 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3449 | 2025.01.17 08:25:26.559221 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001559 sec., 8338.678640153945 rows/sec., 519.91 KiB/sec. | ||
| 3450 | 2025.01.17 08:25:26.559382 [ 5 ] {82c408e1-2b5c-4048-9479-93d77ce582f3} <Debug> TCPHandler: Processed in 0.001922465 sec. | ||
| 3451 | 2025.01.17 08:25:26.559409 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3452 | 2025.01.17 08:25:26.559526 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3453 | 2025.01.17 08:25:26.559550 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3454 | 2025.01.17 08:25:26.559569 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3455 | 2025.01.17 08:25:26.559816 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3456 | 2025.01.17 08:25:26.559868 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3457 | 2025.01.17 08:25:26.559952 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3458 | 2025.01.17 08:25:26.560276 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3459 | 2025.01.17 08:25:26.560596 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3460 | 2025.01.17 08:25:26.561020 [ 197 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 3461 | 2025.01.17 08:25:26.563226 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2025.01.17 08:25:26.563291 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003984172 sec., 16314.556700865323 rows/sec., 1.06 MiB/sec. | ||
| 3463 | 2025.01.17 08:25:26.563302 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3464 | 2025.01.17 08:25:26.563478 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3465 | 2025.01.17 08:25:26.564029 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_9_2} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2025.01.17 08:25:26.564151 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_9_2} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3467 | 2025.01.17 08:25:26.564272 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3468 | 2025.01.17 08:25:26.564283 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3469 | 2025.01.17 08:25:26.564558 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3470 | 2025.01.17 08:25:26.564737 [ 138 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3471 | 2025.01.17 08:25:26.564792 [ 138 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2025.01.17 08:25:26.564809 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Debug> executeQuery: Read 853 rows, 63.17 KiB in 0.005122 sec., 166536.50917610308 rows/sec., 12.04 MiB/sec. | ||
| 3473 | 2025.01.17 08:25:26.564825 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3474 | 2025.01.17 08:25:26.564995 [ 255 ] {e977228c-84c0-443d-b8ab-31e83d92cea9} <Debug> TCPHandler: Processed in 0.005515453 sec. | ||
| 3475 | 2025.01.17 08:25:26.565076 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 3476 | 2025.01.17 08:25:26.565192 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2025.01.17 08:25:26.565222 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3478 | 2025.01.17 08:25:26.565254 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 892 rows starting from the beginning of the part | ||
| 3479 | 2025.01.17 08:25:26.565422 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3480 | 2025.01.17 08:25:26.565447 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 403 rows starting from the beginning of the part | ||
| 3481 | 2025.01.17 08:25:26.565622 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3482 | 2025.01.17 08:25:26.565737 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 90 rows starting from the beginning of the part | ||
| 3483 | 2025.01.17 08:25:26.565956 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 397 rows starting from the beginning of the part | ||
| 3484 | 2025.01.17 08:25:26.566171 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part | ||
| 3485 | 2025.01.17 08:25:26.566365 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 853 rows starting from the beginning of the part | ||
| 3486 | 2025.01.17 08:25:26.566947 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3487 | 2025.01.17 08:25:26.566988 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3488 | 2025.01.17 08:25:26.567490 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3489 | 2025.01.17 08:25:26.567756 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2025.01.17 08:25:26.567992 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002689 sec., 2231.3127556712534 rows/sec., 116.58 KiB/sec. | ||
| 3491 | 2025.01.17 08:25:26.568044 [ 5 ] {6b34494a-ed72-43a6-aee6-e8dc1f60b8e2} <Debug> TCPHandler: Processed in 0.002926634 sec. | ||
| 3492 | 2025.01.17 08:25:26.568293 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3493 | 2025.01.17 08:25:26.568350 [ 186 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2723 rows, containing 5 columns (5 merged, 0 gathered) in 0.003403357 sec., 800092.3793771855 rows/sec., 61.01 MiB/sec. | ||
| 3494 | 2025.01.17 08:25:26.568464 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3495 | 2025.01.17 08:25:26.568561 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3496 | 2025.01.17 08:25:26.568584 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3497 | 2025.01.17 08:25:26.569190 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3498 | 2025.01.17 08:25:26.569330 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_21_4} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3499 | 2025.01.17 08:25:26.569442 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3500 | 2025.01.17 08:25:26.569821 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3501 | 2025.01.17 08:25:26.569867 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3502 | 2025.01.17 08:25:26.570346 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3503 | 2025.01.17 08:25:26.570601 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2025.01.17 08:25:26.570776 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3505 | 2025.01.17 08:25:26.570830 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3506 | 2025.01.17 08:25:26.570856 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.002412 sec., 383499.1708126036 rows/sec., 25.59 MiB/sec. | ||
| 3507 | 2025.01.17 08:25:26.570871 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3508 | 2025.01.17 08:25:26.571088 [ 255 ] {79c3a8c7-f5b1-46bc-b343-ee89469269de} <Debug> TCPHandler: Processed in 0.002945044 sec. | ||
| 3509 | 2025.01.17 08:25:26.571377 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3510 | 2025.01.17 08:25:26.571348 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 3511 | 2025.01.17 08:25:26.571588 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3512 | 2025.01.17 08:25:26.571668 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3513 | 2025.01.17 08:25:26.571690 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3514 | 2025.01.17 08:25:26.571756 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4512 rows starting from the beginning of the part | ||
| 3515 | 2025.01.17 08:25:26.572166 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3516 | 2025.01.17 08:25:26.572595 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3517 | 2025.01.17 08:25:26.572906 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 237 rows starting from the beginning of the part | ||
| 3518 | 2025.01.17 08:25:26.573123 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3519 | 2025.01.17 08:25:26.573517 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 925 rows starting from the beginning of the part | ||
| 3520 | 2025.01.17 08:25:26.574208 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3521 | 2025.01.17 08:25:26.574269 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3522 | 2025.01.17 08:25:26.574932 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3523 | 2025.01.17 08:25:26.575518 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3524 | 2025.01.17 08:25:26.576224 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004685 sec., 213.4471718249733 rows/sec., 14.38 KiB/sec. | ||
| 3525 | 2025.01.17 08:25:26.576443 [ 5 ] {7eb36cfe-8567-4e7e-8ed5-d05581d1156d} <Debug> TCPHandler: Processed in 0.005222771 sec. | ||
| 3526 | 2025.01.17 08:25:26.576620 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3527 | 2025.01.17 08:25:26.576774 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3528 | 2025.01.17 08:25:26.576864 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3529 | 2025.01.17 08:25:26.577780 [ 186 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6232 rows, containing 5 columns (5 merged, 0 gathered) in 0.006783514 sec., 918697.8902085262 rows/sec., 61.90 MiB/sec. | ||
| 3530 | 2025.01.17 08:25:26.578485 [ 186 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3531 | 2025.01.17 08:25:26.578862 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2025.01.17 08:25:26.578915 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3533 | 2025.01.17 08:25:26.579264 [ 186 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3534 | 2025.01.17 08:25:26.579466 [ 186 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3535 | 2025.01.17 08:25:26.579633 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.38 MiB. | ||
| 3536 | 2025.01.17 08:25:26.579993 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3537 | 2025.01.17 08:25:26.580264 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3538 | 2025.01.17 08:25:26.580455 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3539 | 2025.01.17 08:25:26.580518 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3540 | 2025.01.17 08:25:26.580553 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3541 | 2025.01.17 08:25:26.580560 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.003807 sec., 3940.1103230890462 rows/sec., 7.06 MiB/sec. | ||
| 3542 | 2025.01.17 08:25:26.580772 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 3543 | 2025.01.17 08:25:26.580817 [ 255 ] {c8f6daa5-2ffa-4b17-986e-bf8e24010981} <Debug> TCPHandler: Processed in 0.004261764 sec. | ||
| 3544 | 2025.01.17 08:25:26.581012 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3545 | 2025.01.17 08:25:26.581144 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3546 | 2025.01.17 08:25:26.581272 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3547 | 2025.01.17 08:25:26.581279 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 168 rows starting from the beginning of the part | ||
| 3548 | 2025.01.17 08:25:26.581343 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3549 | 2025.01.17 08:25:26.582111 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 15 rows starting from the beginning of the part | ||
| 3550 | 2025.01.17 08:25:26.582863 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part | ||
| 3551 | 2025.01.17 08:25:26.583591 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 15 rows starting from the beginning of the part | ||
| 3552 | 2025.01.17 08:25:26.583750 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3553 | 2025.01.17 08:25:26.583865 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3554 | 2025.01.17 08:25:26.584302 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part | ||
| 3555 | 2025.01.17 08:25:26.585005 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 15 rows starting from the beginning of the part | ||
| 3556 | 2025.01.17 08:25:26.585530 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3557 | 2025.01.17 08:25:26.586172 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3558 | 2025.01.17 08:25:26.586447 [ 138 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3559 | 2025.01.17 08:25:26.586561 [ 138 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3560 | 2025.01.17 08:25:26.586666 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3561 | 2025.01.17 08:25:26.586752 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005545 sec., 12623.985572587919 rows/sec., 812.42 KiB/sec. | ||
| 3562 | 2025.01.17 08:25:26.587059 [ 5 ] {91828cfd-8716-492f-aba9-881f71764065} <Debug> TCPHandler: Processed in 0.006137838 sec. | ||
| 3563 | 2025.01.17 08:25:26.587223 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 3564 | 2025.01.17 08:25:26.587558 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3565 | 2025.01.17 08:25:26.587620 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 780 rows starting from the beginning of the part | ||
| 3566 | 2025.01.17 08:25:26.587854 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3567 | 2025.01.17 08:25:26.588206 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3568 | 2025.01.17 08:25:26.588581 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3569 | 2025.01.17 08:25:26.588948 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3570 | 2025.01.17 08:25:26.589218 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 70 rows starting from the beginning of the part | ||
| 3571 | 2025.01.17 08:25:26.593047 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1134 rows, containing 4 columns (4 merged, 0 gathered) in 0.006226179 sec., 182134.17892418447 rows/sec., 11.78 MiB/sec. | ||
| 3572 | 2025.01.17 08:25:26.593338 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3573 | 2025.01.17 08:25:26.593984 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3574 | 2025.01.17 08:25:26.594090 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_21_4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3575 | 2025.01.17 08:25:26.594167 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3576 | 2025.01.17 08:25:26.594672 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 19 columns (19 merged, 0 gathered) in 0.014032931 sec., 18599.108055188186 rows/sec., 33.33 MiB/sec. | ||
| 3577 | 2025.01.17 08:25:26.595219 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3578 | 2025.01.17 08:25:26.595642 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3579 | 2025.01.17 08:25:26.595727 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3580 | 2025.01.17 08:25:26.595873 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3581 | 2025.01.17 08:25:27.590017 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3582 | 2025.01.17 08:25:27.590200 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3583 | 2025.01.17 08:25:27.590283 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3584 | 2025.01.17 08:25:27.591048 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3585 | 2025.01.17 08:25:27.591100 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3586 | 2025.01.17 08:25:27.591531 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3587 | 2025.01.17 08:25:27.591785 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3588 | 2025.01.17 08:25:27.592056 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001898 sec., 29504.741833508957 rows/sec., 2.25 MiB/sec. | ||
| 3589 | 2025.01.17 08:25:27.592287 [ 5 ] {ff4d0fb9-e2b3-4eab-a031-bb085ea49b9b} <Debug> TCPHandler: Processed in 0.002396579 sec. | ||
| 3590 | 2025.01.17 08:25:27.592592 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3591 | 2025.01.17 08:25:27.592807 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3592 | 2025.01.17 08:25:27.592881 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3593 | 2025.01.17 08:25:27.593636 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3594 | 2025.01.17 08:25:27.593682 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3595 | 2025.01.17 08:25:27.594137 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3596 | 2025.01.17 08:25:27.594400 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3597 | 2025.01.17 08:25:27.594643 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001889 sec., 33880.359978824774 rows/sec., 2.64 MiB/sec. | ||
| 3598 | 2025.01.17 08:25:27.594822 [ 255 ] {8b55eef5-f8f2-4552-9efa-25b7a0429ba7} <Debug> TCPHandler: Processed in 0.002361439 sec. | ||
| 3599 | 2025.01.17 08:25:27.595044 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3600 | 2025.01.17 08:25:27.595201 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3601 | 2025.01.17 08:25:27.595259 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3602 | 2025.01.17 08:25:27.595826 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3603 | 2025.01.17 08:25:27.595868 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3604 | 2025.01.17 08:25:27.596255 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3605 | 2025.01.17 08:25:27.596510 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3606 | 2025.01.17 08:25:27.596814 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00162 sec., 19753.086419753086 rows/sec., 1.38 MiB/sec. | ||
| 3607 | 2025.01.17 08:25:27.597038 [ 5 ] {2f4771de-320f-40bd-9290-62381d8c005a} <Debug> TCPHandler: Processed in 0.002099847 sec. | ||
| 3608 | 2025.01.17 08:25:27.597203 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2025.01.17 08:25:27.597346 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3610 | 2025.01.17 08:25:27.597411 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3611 | 2025.01.17 08:25:27.597938 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2025.01.17 08:25:27.597975 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3613 | 2025.01.17 08:25:27.598358 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3614 | 2025.01.17 08:25:27.598603 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2025.01.17 08:25:27.598825 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001512 sec., 7936.507936507936 rows/sec., 547.70 KiB/sec. | ||
| 3616 | 2025.01.17 08:25:27.599022 [ 255 ] {606e7fe7-1408-4929-a1ea-38f29747df45} <Debug> TCPHandler: Processed in 0.001884705 sec. | ||
| 3617 | 2025.01.17 08:25:28.492129 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6893 | ||
| 3618 | 2025.01.17 08:25:28.492781 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2025.01.17 08:25:28.492817 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3620 | 2025.01.17 08:25:28.493360 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3621 | 2025.01.17 08:25:28.493612 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2025.01.17 08:25:28.493832 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3623 | 2025.01.17 08:25:28.930006 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3624 | 2025.01.17 08:25:28.950825 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2025.01.17 08:25:28.950890 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3626 | 2025.01.17 08:25:28.958652 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3627 | 2025.01.17 08:25:28.959506 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3628 | 2025.01.17 08:25:28.963046 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3629 | 2025.01.17 08:25:32.597264 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3630 | 2025.01.17 08:25:32.597477 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3631 | 2025.01.17 08:25:32.597550 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3632 | 2025.01.17 08:25:32.598348 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3633 | 2025.01.17 08:25:32.598393 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3634 | 2025.01.17 08:25:32.598825 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3635 | 2025.01.17 08:25:32.599079 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3636 | 2025.01.17 08:25:32.599307 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001879 sec., 55348.58967535923 rows/sec., 4.61 MiB/sec. | ||
| 3637 | 2025.01.17 08:25:32.599379 [ 5 ] {c8d150a6-dfaa-4543-bd08-6b4ffe522fae} <Debug> TCPHandler: Processed in 0.002245048 sec. | ||
| 3638 | 2025.01.17 08:25:32.599643 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3639 | 2025.01.17 08:25:32.599844 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3640 | 2025.01.17 08:25:32.599923 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3641 | 2025.01.17 08:25:32.600695 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3642 | 2025.01.17 08:25:32.600752 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3643 | 2025.01.17 08:25:32.601207 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3644 | 2025.01.17 08:25:32.601471 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2025.01.17 08:25:32.601704 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 941.90 KiB/sec. | ||
| 3646 | 2025.01.17 08:25:32.601773 [ 255 ] {35013994-0d5a-4113-8af3-2d635c98835e} <Debug> TCPHandler: Processed in 0.002263467 sec. | ||
| 3647 | 2025.01.17 08:25:32.601924 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3648 | 2025.01.17 08:25:32.602049 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3649 | 2025.01.17 08:25:32.602101 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3650 | 2025.01.17 08:25:32.602756 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2025.01.17 08:25:32.602794 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3652 | 2025.01.17 08:25:32.603164 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3653 | 2025.01.17 08:25:32.603419 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3654 | 2025.01.17 08:25:32.603612 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001592 sec., 55276.38190954774 rows/sec., 4.32 MiB/sec. | ||
| 3655 | 2025.01.17 08:25:32.603752 [ 5 ] {4871c4dc-60be-421c-8d83-cc14fb48cf03} <Debug> TCPHandler: Processed in 0.001883745 sec. | ||
| 3656 | 2025.01.17 08:25:32.603934 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3657 | 2025.01.17 08:25:32.604092 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3658 | 2025.01.17 08:25:32.604163 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3659 | 2025.01.17 08:25:32.604888 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3660 | 2025.01.17 08:25:32.604940 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3661 | 2025.01.17 08:25:32.605379 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3662 | 2025.01.17 08:25:32.605630 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3663 | 2025.01.17 08:25:32.605845 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001791 sec., 89335.56672250139 rows/sec., 6.22 MiB/sec. | ||
| 3664 | 2025.01.17 08:25:32.605908 [ 255 ] {b43b027e-2ea9-4cf8-95b9-86117b4c4f73} <Debug> TCPHandler: Processed in 0.002047396 sec. | ||
| 3665 | 2025.01.17 08:25:32.606065 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3666 | 2025.01.17 08:25:32.606197 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3667 | 2025.01.17 08:25:32.606285 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3668 | 2025.01.17 08:25:32.607469 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3669 | 2025.01.17 08:25:32.607507 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3670 | 2025.01.17 08:25:32.608146 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3671 | 2025.01.17 08:25:32.608419 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3672 | 2025.01.17 08:25:32.608667 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002503 sec., 9588.493807431083 rows/sec., 17.18 MiB/sec. | ||
| 3673 | 2025.01.17 08:25:32.609061 [ 5 ] {65eb0281-778b-41da-a409-b48f6ce8414d} <Debug> TCPHandler: Processed in 0.003057034 sec. | ||
| 3674 | 2025.01.17 08:25:32.609231 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2025.01.17 08:25:32.609381 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3676 | 2025.01.17 08:25:32.609447 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3677 | 2025.01.17 08:25:32.610022 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2025.01.17 08:25:32.610064 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3679 | 2025.01.17 08:25:32.610464 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3680 | 2025.01.17 08:25:32.610704 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2025.01.17 08:25:32.610904 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 3682 | 2025.01.17 08:25:32.611060 [ 255 ] {b5249b1f-269c-49e0-9405-146b60b59861} <Debug> TCPHandler: Processed in 0.001892495 sec. | ||
| 3683 | 2025.01.17 08:25:35.823106 [ 126 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3684 | 2025.01.17 08:25:35.823218 [ 126 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3685 | 2025.01.17 08:25:35.994035 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7320 | ||
| 3686 | 2025.01.17 08:25:35.994706 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2025.01.17 08:25:35.994759 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3688 | 2025.01.17 08:25:35.995374 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3689 | 2025.01.17 08:25:35.995633 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2025.01.17 08:25:35.995875 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7320 | ||
| 3691 | 2025.01.17 08:25:35.995873 [ 124 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3692 | 2025.01.17 08:25:35.995969 [ 124 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2025.01.17 08:25:35.996005 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3694 | 2025.01.17 08:25:35.996170 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3695 | 2025.01.17 08:25:35.996326 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3696 | 2025.01.17 08:25:35.996372 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3697 | 2025.01.17 08:25:35.996458 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3698 | 2025.01.17 08:25:35.996637 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3699 | 2025.01.17 08:25:35.996927 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3700 | 2025.01.17 08:25:35.997186 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3701 | 2025.01.17 08:25:35.997354 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 3702 | 2025.01.17 08:25:35.999187 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7320 rows, containing 4 columns (4 merged, 0 gathered) in 0.003092315 sec., 2367158.5850729956 rows/sec., 33.86 MiB/sec. | ||
| 3703 | 2025.01.17 08:25:35.999592 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3704 | 2025.01.17 08:25:35.999892 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3705 | 2025.01.17 08:25:35.999977 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_16_3} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3706 | 2025.01.17 08:25:36.000069 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3707 | 2025.01.17 08:25:36.001254 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000907217 sec. | ||
| 3708 | 2025.01.17 08:25:36.029419 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 534 | ||
| 3709 | 2025.01.17 08:25:36.032655 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3710 | 2025.01.17 08:25:36.032701 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3711 | 2025.01.17 08:25:36.034132 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3712 | 2025.01.17 08:25:36.034452 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3713 | 2025.01.17 08:25:36.034642 [ 124 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3714 | 2025.01.17 08:25:36.034765 [ 124 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3715 | 2025.01.17 08:25:36.034828 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3716 | 2025.01.17 08:25:36.035226 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full | ||
| 3717 | 2025.01.17 08:25:36.035916 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3718 | 2025.01.17 08:25:36.036370 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3719 | 2025.01.17 08:25:36.036539 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 338 rows starting from the beginning of the part | ||
| 3720 | 2025.01.17 08:25:36.037210 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 3721 | 2025.01.17 08:25:36.037831 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 3722 | 2025.01.17 08:25:36.038438 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3723 | 2025.01.17 08:25:36.039049 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3724 | 2025.01.17 08:25:36.039652 [ 188 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part | ||
| 3725 | 2025.01.17 08:25:36.047807 [ 196 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 534 rows, containing 72 columns (72 merged, 0 gathered) in 0.012863002 sec., 41514.414753259 rows/sec., 37.41 MiB/sec. | ||
| 3726 | 2025.01.17 08:25:36.048750 [ 196 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3727 | 2025.01.17 08:25:36.049506 [ 196 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2025.01.17 08:25:36.049635 [ 196 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_11_2} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3729 | 2025.01.17 08:25:36.049909 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3730 | 2025.01.17 08:25:36.463176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3731 | 2025.01.17 08:25:36.484311 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3732 | 2025.01.17 08:25:36.484358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3733 | 2025.01.17 08:25:36.492219 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3734 | 2025.01.17 08:25:36.492982 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3735 | 2025.01.17 08:25:36.493310 [ 124 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3736 | 2025.01.17 08:25:36.493382 [ 124 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3737 | 2025.01.17 08:25:36.493432 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3738 | 2025.01.17 08:25:36.493899 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 3739 | 2025.01.17 08:25:36.507973 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3740 | 2025.01.17 08:25:36.509743 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3741 | 2025.01.17 08:25:36.511001 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 3742 | 2025.01.17 08:25:36.516034 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 3743 | 2025.01.17 08:25:36.521574 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3744 | 2025.01.17 08:25:36.526833 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3745 | 2025.01.17 08:25:36.532560 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3746 | 2025.01.17 08:25:36.536972 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3747 | 2025.01.17 08:25:36.598730 [ 196 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.105150222 sec., 1150.7346128094719 rows/sec., 5.95 MiB/sec. | ||
| 3748 | 2025.01.17 08:25:36.601310 [ 196 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3749 | 2025.01.17 08:25:36.604144 [ 196 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3750 | 2025.01.17 08:25:36.604257 [ 196 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_16_3} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3751 | 2025.01.17 08:25:36.606331 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3752 | 2025.01.17 08:25:37.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.15 MiB, peak 188.12 MiB, free memory in arenas 0.00 B, will set to 180.05 MiB (RSS), difference: 1.89 MiB | ||
| 3753 | 2025.01.17 08:25:37.600550 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2025.01.17 08:25:37.600791 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3755 | 2025.01.17 08:25:37.600880 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3756 | 2025.01.17 08:25:37.601639 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3757 | 2025.01.17 08:25:37.601690 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3758 | 2025.01.17 08:25:37.602109 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3759 | 2025.01.17 08:25:37.602361 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3760 | 2025.01.17 08:25:37.602643 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 3761 | 2025.01.17 08:25:37.603057 [ 5 ] {d0a066d2-c820-4f69-996a-fc3554dcdfc8} <Debug> TCPHandler: Processed in 0.002663661 sec. | ||
| 3762 | 2025.01.17 08:25:37.603327 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3763 | 2025.01.17 08:25:37.603541 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3764 | 2025.01.17 08:25:37.603620 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3765 | 2025.01.17 08:25:37.604529 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3766 | 2025.01.17 08:25:37.604574 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3767 | 2025.01.17 08:25:37.605025 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3768 | 2025.01.17 08:25:37.605284 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3769 | 2025.01.17 08:25:37.605544 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002055 sec., 113381.99513381995 rows/sec., 9.91 MiB/sec. | ||
| 3770 | 2025.01.17 08:25:37.605846 [ 255 ] {d3db552d-8292-4318-874c-1cb120352062} <Debug> TCPHandler: Processed in 0.002652941 sec. | ||
| 3771 | 2025.01.17 08:25:37.606144 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3772 | 2025.01.17 08:25:37.606325 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3773 | 2025.01.17 08:25:37.606383 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3774 | 2025.01.17 08:25:37.607114 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2025.01.17 08:25:37.607157 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3776 | 2025.01.17 08:25:37.607547 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3777 | 2025.01.17 08:25:37.607867 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2025.01.17 08:25:37.608108 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001802 sec., 12208.65704772475 rows/sec., 879.01 KiB/sec. | ||
| 3779 | 2025.01.17 08:25:37.608193 [ 5 ] {e586761b-750f-4726-9e70-3f5e3baddad1} <Debug> TCPHandler: Processed in 0.002224718 sec. | ||
| 3780 | 2025.01.17 08:25:37.608366 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2025.01.17 08:25:37.608489 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3782 | 2025.01.17 08:25:37.608539 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3783 | 2025.01.17 08:25:37.609117 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3784 | 2025.01.17 08:25:37.609159 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3785 | 2025.01.17 08:25:37.609526 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3786 | 2025.01.17 08:25:37.609764 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3787 | 2025.01.17 08:25:37.610019 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00155 sec., 9032.258064516129 rows/sec., 632.56 KiB/sec. | ||
| 3788 | 2025.01.17 08:25:37.610139 [ 255 ] {2d86703b-7d56-406a-a0e3-9da059efe6e7} <Debug> TCPHandler: Processed in 0.001828974 sec. | ||
| 3789 | 2025.01.17 08:25:37.610324 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3790 | 2025.01.17 08:25:37.610457 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3791 | 2025.01.17 08:25:37.610507 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3792 | 2025.01.17 08:25:37.611118 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3793 | 2025.01.17 08:25:37.611159 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3794 | 2025.01.17 08:25:37.611523 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3795 | 2025.01.17 08:25:37.611769 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3796 | 2025.01.17 08:25:37.611972 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec. | ||
| 3797 | 2025.01.17 08:25:37.612027 [ 5 ] {146193f1-291e-47a4-8a81-f7fab5d150f1} <Debug> TCPHandler: Processed in 0.001761854 sec. | ||
| 3798 | 2025.01.17 08:25:37.612180 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3799 | 2025.01.17 08:25:37.612319 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3800 | 2025.01.17 08:25:37.612378 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3801 | 2025.01.17 08:25:37.613208 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2025.01.17 08:25:37.613246 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3803 | 2025.01.17 08:25:37.613634 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3804 | 2025.01.17 08:25:37.613876 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2025.01.17 08:25:37.614060 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001773 sec., 223914.26959954877 rows/sec., 15.91 MiB/sec. | ||
| 3806 | 2025.01.17 08:25:37.614113 [ 255 ] {f70c001e-f166-4f3f-88d1-91de7d77bedb} <Debug> TCPHandler: Processed in 0.001997206 sec. | ||
| 3807 | 2025.01.17 08:25:37.614260 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3808 | 2025.01.17 08:25:37.614406 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3809 | 2025.01.17 08:25:37.614466 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3810 | 2025.01.17 08:25:37.615048 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3811 | 2025.01.17 08:25:37.615094 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3812 | 2025.01.17 08:25:37.615463 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3813 | 2025.01.17 08:25:37.615707 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2025.01.17 08:25:37.615951 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001576 sec., 3807.1065989847716 rows/sec., 198.91 KiB/sec. | ||
| 3815 | 2025.01.17 08:25:37.616039 [ 5 ] {70c0b8db-2649-47c8-8d65-d46a18a239e4} <Debug> TCPHandler: Processed in 0.001845115 sec. | ||
| 3816 | 2025.01.17 08:25:37.616224 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3817 | 2025.01.17 08:25:37.616362 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3818 | 2025.01.17 08:25:37.616431 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3819 | 2025.01.17 08:25:37.617111 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3820 | 2025.01.17 08:25:37.617151 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3821 | 2025.01.17 08:25:37.617547 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3822 | 2025.01.17 08:25:37.617783 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3823 | 2025.01.17 08:25:37.617991 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 3824 | 2025.01.17 08:25:37.618095 [ 255 ] {05a71125-ef3d-4f89-b41a-0f7a1aabe3eb} <Debug> TCPHandler: Processed in 0.001935535 sec. | ||
| 3825 | 2025.01.17 08:25:37.618247 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3826 | 2025.01.17 08:25:37.618388 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3827 | 2025.01.17 08:25:37.618450 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3828 | 2025.01.17 08:25:37.619041 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3829 | 2025.01.17 08:25:37.619087 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3830 | 2025.01.17 08:25:37.619453 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3831 | 2025.01.17 08:25:37.619705 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3832 | 2025.01.17 08:25:37.619856 [ 120 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3833 | 2025.01.17 08:25:37.619918 [ 120 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3834 | 2025.01.17 08:25:37.619951 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001587 sec., 630.1197227473219 rows/sec., 42.46 KiB/sec. | ||
| 3835 | 2025.01.17 08:25:37.619954 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3836 | 2025.01.17 08:25:37.620097 [ 5 ] {10c441f7-c1a4-48fa-86b6-cc24cfdde2e8} <Debug> TCPHandler: Processed in 0.001910895 sec. | ||
| 3837 | 2025.01.17 08:25:37.620442 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3838 | 2025.01.17 08:25:37.620782 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 3839 | 2025.01.17 08:25:37.620799 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3840 | 2025.01.17 08:25:37.621060 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3841 | 2025.01.17 08:25:37.621324 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3842 | 2025.01.17 08:25:37.621461 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3843 | 2025.01.17 08:25:37.621774 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3844 | 2025.01.17 08:25:37.622138 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3845 | 2025.01.17 08:25:37.622435 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3846 | 2025.01.17 08:25:37.622731 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3847 | 2025.01.17 08:25:37.623046 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3848 | 2025.01.17 08:25:37.627005 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3849 | 2025.01.17 08:25:37.627005 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006875515 sec., 1454.4365040291527 rows/sec., 98.00 KiB/sec. | ||
| 3850 | 2025.01.17 08:25:37.627062 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3851 | 2025.01.17 08:25:37.627217 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3852 | 2025.01.17 08:25:37.627950 [ 190 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2025.01.17 08:25:37.628269 [ 190 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_10_2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3854 | 2025.01.17 08:25:37.628466 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3855 | 2025.01.17 08:25:37.628659 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3856 | 2025.01.17 08:25:37.628936 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2025.01.17 08:25:37.629339 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.008587 sec., 1746.8265983463377 rows/sec., 3.13 MiB/sec. | ||
| 3858 | 2025.01.17 08:25:37.629890 [ 255 ] {ecff0f8a-9231-4a84-807c-02350b7f4194} <Debug> TCPHandler: Processed in 0.009644587 sec. | ||
| 3859 | 2025.01.17 08:25:37.630076 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3860 | 2025.01.17 08:25:37.630204 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3861 | 2025.01.17 08:25:37.630257 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3862 | 2025.01.17 08:25:37.630757 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3863 | 2025.01.17 08:25:37.630796 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3864 | 2025.01.17 08:25:37.631175 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3865 | 2025.01.17 08:25:37.631418 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3866 | 2025.01.17 08:25:37.631659 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 3867 | 2025.01.17 08:25:37.631890 [ 5 ] {d79babaa-ae00-4f6d-94fe-1892a6a0cb4f} <Debug> TCPHandler: Processed in 0.001879314 sec. | ||
| 3868 | 2025.01.17 08:25:42.596923 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3869 | 2025.01.17 08:25:42.597146 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3870 | 2025.01.17 08:25:42.597227 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3871 | 2025.01.17 08:25:42.597946 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2025.01.17 08:25:42.597996 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3873 | 2025.01.17 08:25:42.598422 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3874 | 2025.01.17 08:25:42.598692 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2025.01.17 08:25:42.598959 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001867 sec., 1071.2372790573113 rows/sec., 87.35 KiB/sec. | ||
| 3876 | 2025.01.17 08:25:42.599238 [ 5 ] {bd28c112-fb10-41c2-9b13-3ff49f87cd6b} <Debug> TCPHandler: Processed in 0.002449159 sec. | ||
| 3877 | 2025.01.17 08:25:42.599527 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2025.01.17 08:25:42.599726 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3879 | 2025.01.17 08:25:42.599802 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3880 | 2025.01.17 08:25:42.600632 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3881 | 2025.01.17 08:25:42.600685 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3882 | 2025.01.17 08:25:42.601140 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3883 | 2025.01.17 08:25:42.601400 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3884 | 2025.01.17 08:25:42.601644 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.001973 sec., 53218.44906234161 rows/sec., 4.43 MiB/sec. | ||
| 3885 | 2025.01.17 08:25:42.601711 [ 255 ] {e0ee66b1-5c87-45f9-ae2c-31c35375e742} <Debug> TCPHandler: Processed in 0.002316548 sec. | ||
| 3886 | 2025.01.17 08:25:42.601900 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3887 | 2025.01.17 08:25:42.602046 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3888 | 2025.01.17 08:25:42.602108 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3889 | 2025.01.17 08:25:42.602745 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2025.01.17 08:25:42.602786 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3891 | 2025.01.17 08:25:42.603149 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3892 | 2025.01.17 08:25:42.603398 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3893 | 2025.01.17 08:25:42.603683 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001669 sec., 15578.190533253446 rows/sec., 1.14 MiB/sec. | ||
| 3894 | 2025.01.17 08:25:42.603755 [ 5 ] {03e1eac7-5b3e-424c-82c9-0d47138506e5} <Debug> TCPHandler: Processed in 0.001926065 sec. | ||
| 3895 | 2025.01.17 08:25:42.603929 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2025.01.17 08:25:42.604055 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3897 | 2025.01.17 08:25:42.604106 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3898 | 2025.01.17 08:25:42.604745 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3899 | 2025.01.17 08:25:42.604786 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3900 | 2025.01.17 08:25:42.605155 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3901 | 2025.01.17 08:25:42.605401 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3902 | 2025.01.17 08:25:42.605656 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00162 sec., 55555.55555555556 rows/sec., 4.34 MiB/sec. | ||
| 3903 | 2025.01.17 08:25:42.605741 [ 255 ] {cf2ec6d7-f105-44cc-9413-973521ebf1d6} <Debug> TCPHandler: Processed in 0.001871445 sec. | ||
| 3904 | 2025.01.17 08:25:42.605980 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3905 | 2025.01.17 08:25:42.606133 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3906 | 2025.01.17 08:25:42.606196 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3907 | 2025.01.17 08:25:42.606796 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3908 | 2025.01.17 08:25:42.606837 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3909 | 2025.01.17 08:25:42.607242 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3910 | 2025.01.17 08:25:42.607482 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3911 | 2025.01.17 08:25:42.607693 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001591 sec., 101194.21747328724 rows/sec., 7.05 MiB/sec. | ||
| 3912 | 2025.01.17 08:25:42.607748 [ 5 ] {79ea64e5-f24e-4b09-99b4-ff075bfa92b9} <Debug> TCPHandler: Processed in 0.001897245 sec. | ||
| 3913 | 2025.01.17 08:25:42.607891 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3914 | 2025.01.17 08:25:42.608010 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3915 | 2025.01.17 08:25:42.608092 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3916 | 2025.01.17 08:25:42.609286 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3917 | 2025.01.17 08:25:42.609327 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3918 | 2025.01.17 08:25:42.609958 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3919 | 2025.01.17 08:25:42.610230 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3920 | 2025.01.17 08:25:42.610485 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.0025 sec., 9600 rows/sec., 17.20 MiB/sec. | ||
| 3921 | 2025.01.17 08:25:42.610591 [ 255 ] {53c34e40-a148-4c65-a7b4-d2b1b0e4be33} <Debug> TCPHandler: Processed in 0.002753912 sec. | ||
| 3922 | 2025.01.17 08:25:42.610759 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3923 | 2025.01.17 08:25:42.610899 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3924 | 2025.01.17 08:25:42.610958 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3925 | 2025.01.17 08:25:42.611507 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3926 | 2025.01.17 08:25:42.611546 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3927 | 2025.01.17 08:25:42.611922 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3928 | 2025.01.17 08:25:42.612162 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3929 | 2025.01.17 08:25:42.612385 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 3930 | 2025.01.17 08:25:42.612436 [ 5 ] {8ad3bb24-c930-4852-9812-50ae1d943cc7} <Debug> TCPHandler: Processed in 0.001745304 sec. | ||
| 3931 | 2025.01.17 08:25:43.496079 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7808 | ||
| 3932 | 2025.01.17 08:25:43.496851 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3933 | 2025.01.17 08:25:43.496906 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3934 | 2025.01.17 08:25:43.497548 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3935 | 2025.01.17 08:25:43.497832 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3936 | 2025.01.17 08:25:43.498084 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3937 | 2025.01.17 08:25:44.008133 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3938 | 2025.01.17 08:25:44.033541 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2025.01.17 08:25:44.033625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3940 | 2025.01.17 08:25:44.040997 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3941 | 2025.01.17 08:25:44.041806 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2025.01.17 08:25:44.046792 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3943 | 2025.01.17 08:25:45.001193 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.60 MiB, peak 188.12 MiB, free memory in arenas 0.00 B, will set to 181.86 MiB (RSS), difference: 1.26 MiB | ||
| 3944 | 2025.01.17 08:25:46.036230 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 570 | ||
| 3945 | 2025.01.17 08:25:46.039257 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3946 | 2025.01.17 08:25:46.039302 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3947 | 2025.01.17 08:25:46.040773 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3948 | 2025.01.17 08:25:46.041090 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3949 | 2025.01.17 08:25:46.041907 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570 | ||
| 3950 | 2025.01.17 08:25:47.600886 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3951 | 2025.01.17 08:25:47.601171 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3952 | 2025.01.17 08:25:47.601278 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3953 | 2025.01.17 08:25:47.602108 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2025.01.17 08:25:47.602164 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3955 | 2025.01.17 08:25:47.602609 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3956 | 2025.01.17 08:25:47.602866 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3957 | 2025.01.17 08:25:47.603147 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00205 sec., 6829.268292682927 rows/sec., 491.62 KiB/sec. | ||
| 3958 | 2025.01.17 08:25:47.603349 [ 5 ] {85808650-3460-4d21-98bf-8a996165d041} <Debug> TCPHandler: Processed in 0.002635491 sec. | ||
| 3959 | 2025.01.17 08:25:47.603653 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3960 | 2025.01.17 08:25:47.603868 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3961 | 2025.01.17 08:25:47.603953 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3962 | 2025.01.17 08:25:47.604887 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3963 | 2025.01.17 08:25:47.604936 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3964 | 2025.01.17 08:25:47.605399 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3965 | 2025.01.17 08:25:47.605655 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3966 | 2025.01.17 08:25:47.605825 [ 94 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3967 | 2025.01.17 08:25:47.605906 [ 94 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2025.01.17 08:25:47.605906 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002092 sec., 111376.67304015296 rows/sec., 9.74 MiB/sec. | ||
| 3969 | 2025.01.17 08:25:47.605940 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3970 | 2025.01.17 08:25:47.606097 [ 255 ] {4e6cf5e7-9b99-4b0f-a28a-10234eed3d9b} <Debug> TCPHandler: Processed in 0.00258165 sec. | ||
| 3971 | 2025.01.17 08:25:47.606421 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2025.01.17 08:25:47.606466 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 3973 | 2025.01.17 08:25:47.606756 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3974 | 2025.01.17 08:25:47.606798 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3975 | 2025.01.17 08:25:47.606874 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1428 rows starting from the beginning of the part | ||
| 3976 | 2025.01.17 08:25:47.606874 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3977 | 2025.01.17 08:25:47.607234 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 3978 | 2025.01.17 08:25:47.607514 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part | ||
| 3979 | 2025.01.17 08:25:47.607843 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 233 rows starting from the beginning of the part | ||
| 3980 | 2025.01.17 08:25:47.608148 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 105 rows starting from the beginning of the part | ||
| 3981 | 2025.01.17 08:25:47.608505 [ 198 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 233 rows starting from the beginning of the part | ||
| 3982 | 2025.01.17 08:25:47.609756 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2025.01.17 08:25:47.609816 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3984 | 2025.01.17 08:25:47.610933 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3985 | 2025.01.17 08:25:47.611306 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3986 | 2025.01.17 08:25:47.611893 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.005233 sec., 4204.089432447927 rows/sec., 302.69 KiB/sec. | ||
| 3987 | 2025.01.17 08:25:47.612257 [ 5 ] {427d38f6-8860-4c47-b7e3-80b925e1fa40} <Debug> TCPHandler: Processed in 0.005999107 sec. | ||
| 3988 | 2025.01.17 08:25:47.612293 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006193129 sec., 348612.14742983715 rows/sec., 30.65 MiB/sec. | ||
| 3989 | 2025.01.17 08:25:47.612650 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3990 | 2025.01.17 08:25:47.612771 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3991 | 2025.01.17 08:25:47.612996 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3992 | 2025.01.17 08:25:47.613130 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3993 | 2025.01.17 08:25:47.613422 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2025.01.17 08:25:47.613646 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_26_5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3995 | 2025.01.17 08:25:47.613884 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3996 | 2025.01.17 08:25:47.614275 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2025.01.17 08:25:47.614321 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3998 | 2025.01.17 08:25:47.614682 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3999 | 2025.01.17 08:25:47.614925 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2025.01.17 08:25:47.615094 [ 102 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4001 | 2025.01.17 08:25:47.615174 [ 102 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4002 | 2025.01.17 08:25:47.615182 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002269 sec., 6170.118995152049 rows/sec., 432.11 KiB/sec. | ||
| 4003 | 2025.01.17 08:25:47.615216 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4004 | 2025.01.17 08:25:47.615345 [ 255 ] {6aa7b681-a1ee-4f4c-98a8-6feeff4c18d5} <Debug> TCPHandler: Processed in 0.002895642 sec. | ||
| 4005 | 2025.01.17 08:25:47.615633 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4006 | 2025.01.17 08:25:47.615680 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4007 | 2025.01.17 08:25:47.616000 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4008 | 2025.01.17 08:25:47.616011 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4009 | 2025.01.17 08:25:47.616099 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4010 | 2025.01.17 08:25:47.616108 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4011 | 2025.01.17 08:25:47.616454 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 4012 | 2025.01.17 08:25:47.616754 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4013 | 2025.01.17 08:25:47.617108 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4014 | 2025.01.17 08:25:47.617422 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4015 | 2025.01.17 08:25:47.617772 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 4016 | 2025.01.17 08:25:47.618877 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2025.01.17 08:25:47.618942 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4018 | 2025.01.17 08:25:47.619957 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4019 | 2025.01.17 08:25:47.620376 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005045439 sec., 107027.3567869912 rows/sec., 7.67 MiB/sec. | ||
| 4020 | 2025.01.17 08:25:47.620535 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4021 | 2025.01.17 08:25:47.620808 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4022 | 2025.01.17 08:25:47.621281 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005311 sec., 2447.7499529278857 rows/sec., 152.62 KiB/sec. | ||
| 4023 | 2025.01.17 08:25:47.621580 [ 5 ] {c0450194-ecbe-49a4-bec9-3e08253f1432} <Debug> TCPHandler: Processed in 0.006086398 sec. | ||
| 4024 | 2025.01.17 08:25:47.621789 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4025 | 2025.01.17 08:25:47.621804 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2025.01.17 08:25:47.621979 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_11_2} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4027 | 2025.01.17 08:25:47.622014 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4028 | 2025.01.17 08:25:47.622124 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 4029 | 2025.01.17 08:25:47.622137 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4030 | 2025.01.17 08:25:47.622909 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2025.01.17 08:25:47.622946 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4032 | 2025.01.17 08:25:47.623313 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4033 | 2025.01.17 08:25:47.623624 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2025.01.17 08:25:47.623795 [ 102 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4035 | 2025.01.17 08:25:47.623856 [ 102 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4036 | 2025.01.17 08:25:47.623872 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001902 sec., 208727.65509989485 rows/sec., 14.83 MiB/sec. | ||
| 4037 | 2025.01.17 08:25:47.623900 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4038 | 2025.01.17 08:25:47.624035 [ 255 ] {9550518f-f039-4b5e-87da-06c038224a8d} <Debug> TCPHandler: Processed in 0.002335278 sec. | ||
| 4039 | 2025.01.17 08:25:47.624120 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 4040 | 2025.01.17 08:25:47.624258 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4041 | 2025.01.17 08:25:47.624295 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4042 | 2025.01.17 08:25:47.624334 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 907 rows starting from the beginning of the part | ||
| 4043 | 2025.01.17 08:25:47.624595 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 4044 | 2025.01.17 08:25:47.624604 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4045 | 2025.01.17 08:25:47.624787 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4046 | 2025.01.17 08:25:47.624821 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 88 rows starting from the beginning of the part | ||
| 4047 | 2025.01.17 08:25:47.625173 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 397 rows starting from the beginning of the part | ||
| 4048 | 2025.01.17 08:25:47.625644 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 90 rows starting from the beginning of the part | ||
| 4049 | 2025.01.17 08:25:47.625973 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 397 rows starting from the beginning of the part | ||
| 4050 | 2025.01.17 08:25:47.627178 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4051 | 2025.01.17 08:25:47.627247 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4052 | 2025.01.17 08:25:47.628270 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4053 | 2025.01.17 08:25:47.628708 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4054 | 2025.01.17 08:25:47.628902 [ 198 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1943 rows, containing 5 columns (5 merged, 0 gathered) in 0.004888209 sec., 397487.0959895536 rows/sec., 30.41 MiB/sec. | ||
| 4055 | 2025.01.17 08:25:47.629012 [ 102 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4056 | 2025.01.17 08:25:47.629095 [ 102 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4057 | 2025.01.17 08:25:47.629177 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4058 | 2025.01.17 08:25:47.629250 [ 198 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4059 | 2025.01.17 08:25:47.629262 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004812 sec., 1246.8827930174564 rows/sec., 65.14 KiB/sec. | ||
| 4060 | 2025.01.17 08:25:47.629678 [ 5 ] {51dae01a-4ec9-420c-9de0-af7823104c10} <Debug> TCPHandler: Processed in 0.005522944 sec. | ||
| 4061 | 2025.01.17 08:25:47.629694 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4062 | 2025.01.17 08:25:47.630038 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4063 | 2025.01.17 08:25:47.630103 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2025.01.17 08:25:47.630133 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4065 | 2025.01.17 08:25:47.630275 [ 198 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4066 | 2025.01.17 08:25:47.630657 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4067 | 2025.01.17 08:25:47.630715 [ 198 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_26_5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4068 | 2025.01.17 08:25:47.630797 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4069 | 2025.01.17 08:25:47.631057 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4070 | 2025.01.17 08:25:47.631064 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4071 | 2025.01.17 08:25:47.631345 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4072 | 2025.01.17 08:25:47.631363 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4073 | 2025.01.17 08:25:47.631618 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4074 | 2025.01.17 08:25:47.631895 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 4075 | 2025.01.17 08:25:47.633799 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2025.01.17 08:25:47.633877 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4077 | 2025.01.17 08:25:47.634670 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005369262 sec., 12292.192111318092 rows/sec., 642.22 KiB/sec. | ||
| 4078 | 2025.01.17 08:25:47.634860 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4079 | 2025.01.17 08:25:47.634976 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4080 | 2025.01.17 08:25:47.635326 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_11_2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2025.01.17 08:25:47.635486 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4082 | 2025.01.17 08:25:47.635533 [ 189 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_11_2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4083 | 2025.01.17 08:25:47.635694 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4084 | 2025.01.17 08:25:47.635781 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4085 | 2025.01.17 08:25:47.635860 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4086 | 2025.01.17 08:25:47.635902 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4087 | 2025.01.17 08:25:47.635943 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00535 sec., 44299.06542056075 rows/sec., 2.97 MiB/sec. | ||
| 4088 | 2025.01.17 08:25:47.636232 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 4089 | 2025.01.17 08:25:47.636398 [ 255 ] {c0268a31-9910-4422-a01d-088cfeaead29} <Debug> TCPHandler: Processed in 0.006602542 sec. | ||
| 4090 | 2025.01.17 08:25:47.636740 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4091 | 2025.01.17 08:25:47.636853 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4092 | 2025.01.17 08:25:47.636955 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6232 rows starting from the beginning of the part | ||
| 4093 | 2025.01.17 08:25:47.637020 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4094 | 2025.01.17 08:25:47.637196 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4095 | 2025.01.17 08:25:47.637196 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part | ||
| 4096 | 2025.01.17 08:25:47.637610 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 4097 | 2025.01.17 08:25:47.637887 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 4098 | 2025.01.17 08:25:47.638302 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 4099 | 2025.01.17 08:25:47.638688 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 4100 | 2025.01.17 08:25:47.639662 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2025.01.17 08:25:47.639736 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4102 | 2025.01.17 08:25:47.640459 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4103 | 2025.01.17 08:25:47.641044 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2025.01.17 08:25:47.641522 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004547 sec., 219.92522542335607 rows/sec., 14.82 KiB/sec. | ||
| 4105 | 2025.01.17 08:25:47.641734 [ 5 ] {b965a80c-564b-4128-a6b2-a9f57a09886a} <Debug> TCPHandler: Processed in 0.00513329 sec. | ||
| 4106 | 2025.01.17 08:25:47.641940 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2025.01.17 08:25:47.642079 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4108 | 2025.01.17 08:25:47.642265 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4109 | 2025.01.17 08:25:47.642650 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7059 rows, containing 5 columns (5 merged, 0 gathered) in 0.006674413 sec., 1057621.0971661478 rows/sec., 71.36 MiB/sec. | ||
| 4110 | 2025.01.17 08:25:47.643312 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4111 | 2025.01.17 08:25:47.643847 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2025.01.17 08:25:47.644088 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4113 | 2025.01.17 08:25:47.644254 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
| 4114 | 2025.01.17 08:25:47.644534 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2025.01.17 08:25:47.644580 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4116 | 2025.01.17 08:25:47.645237 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4117 | 2025.01.17 08:25:47.645500 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2025.01.17 08:25:47.645817 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.003767 sec., 3981.9485001327316 rows/sec., 7.14 MiB/sec. | ||
| 4119 | 2025.01.17 08:25:47.646230 [ 255 ] {34f3bc78-ff60-43fd-b605-74741e743c9a} <Debug> TCPHandler: Processed in 0.004381695 sec. | ||
| 4120 | 2025.01.17 08:25:47.646402 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4121 | 2025.01.17 08:25:47.646546 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4122 | 2025.01.17 08:25:47.646607 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4123 | 2025.01.17 08:25:47.647197 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4124 | 2025.01.17 08:25:47.647244 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4125 | 2025.01.17 08:25:47.647647 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4126 | 2025.01.17 08:25:47.647892 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4127 | 2025.01.17 08:25:47.648059 [ 102 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4128 | 2025.01.17 08:25:47.648113 [ 102 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4129 | 2025.01.17 08:25:47.648132 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001615 sec., 50773.99380804954 rows/sec., 3.22 MiB/sec. | ||
| 4130 | 2025.01.17 08:25:47.648151 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4131 | 2025.01.17 08:25:47.648272 [ 5 ] {87b8306f-2925-42ae-965e-f73f7286681c} <Debug> TCPHandler: Processed in 0.001939235 sec. | ||
| 4132 | 2025.01.17 08:25:47.648344 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 4133 | 2025.01.17 08:25:47.648448 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4134 | 2025.01.17 08:25:47.648481 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1134 rows starting from the beginning of the part | ||
| 4135 | 2025.01.17 08:25:47.648551 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 12 rows starting from the beginning of the part | ||
| 4136 | 2025.01.17 08:25:47.648776 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 4137 | 2025.01.17 08:25:47.648895 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 4138 | 2025.01.17 08:25:47.649061 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 4139 | 2025.01.17 08:25:47.649141 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 4140 | 2025.01.17 08:25:47.650326 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1430 rows, containing 4 columns (4 merged, 0 gathered) in 0.002050296 sec., 697460.2691513811 rows/sec., 45.19 MiB/sec. | ||
| 4141 | 2025.01.17 08:25:47.650650 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4142 | 2025.01.17 08:25:47.651206 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4143 | 2025.01.17 08:25:47.651361 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_26_5} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4144 | 2025.01.17 08:25:47.651476 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 4145 | 2025.01.17 08:25:50.823276 [ 101 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4146 | 2025.01.17 08:25:50.823342 [ 101 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4147 | 2025.01.17 08:25:50.998285 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8235 | ||
| 4148 | 2025.01.17 08:25:50.998941 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2025.01.17 08:25:50.998984 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4150 | 2025.01.17 08:25:50.999524 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4151 | 2025.01.17 08:25:50.999788 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2025.01.17 08:25:51.000097 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8235 | ||
| 4153 | 2025.01.17 08:25:51.546929 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 4154 | 2025.01.17 08:25:51.566555 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4155 | 2025.01.17 08:25:51.566608 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4156 | 2025.01.17 08:25:51.574237 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4157 | 2025.01.17 08:25:51.575001 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4158 | 2025.01.17 08:25:51.577556 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 4159 | 2025.01.17 08:25:52.597619 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4160 | 2025.01.17 08:25:52.597847 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4161 | 2025.01.17 08:25:52.597930 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4162 | 2025.01.17 08:25:52.598806 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4163 | 2025.01.17 08:25:52.598865 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4164 | 2025.01.17 08:25:52.599328 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4165 | 2025.01.17 08:25:52.599600 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4166 | 2025.01.17 08:25:52.599857 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002067 sec., 50314.46540880504 rows/sec., 4.19 MiB/sec. | ||
| 4167 | 2025.01.17 08:25:52.599924 [ 5 ] {ed413387-4765-438f-a5a4-17f62f02d849} <Debug> TCPHandler: Processed in 0.002446419 sec. | ||
| 4168 | 2025.01.17 08:25:52.600183 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4169 | 2025.01.17 08:25:52.600401 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4170 | 2025.01.17 08:25:52.600485 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4171 | 2025.01.17 08:25:52.601238 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4172 | 2025.01.17 08:25:52.601285 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4173 | 2025.01.17 08:25:52.601735 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4174 | 2025.01.17 08:25:52.601994 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4175 | 2025.01.17 08:25:52.602194 [ 99 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4176 | 2025.01.17 08:25:52.602270 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00192 sec., 12500 rows/sec., 939.94 KiB/sec. | ||
| 4177 | 2025.01.17 08:25:52.602313 [ 99 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4178 | 2025.01.17 08:25:52.602410 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4179 | 2025.01.17 08:25:52.602416 [ 255 ] {0709969a-67e0-4be5-b70c-c5de1ebbb361} <Debug> TCPHandler: Processed in 0.002363479 sec. | ||
| 4180 | 2025.01.17 08:25:52.602665 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4181 | 2025.01.17 08:25:52.602678 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 4182 | 2025.01.17 08:25:52.602843 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4183 | 2025.01.17 08:25:52.602855 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4184 | 2025.01.17 08:25:52.602903 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part | ||
| 4185 | 2025.01.17 08:25:52.602916 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4186 | 2025.01.17 08:25:52.603173 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 4187 | 2025.01.17 08:25:52.603498 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
| 4188 | 2025.01.17 08:25:52.603785 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
| 4189 | 2025.01.17 08:25:52.604090 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
| 4190 | 2025.01.17 08:25:52.604313 [ 189 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 4191 | 2025.01.17 08:25:52.605103 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4192 | 2025.01.17 08:25:52.605156 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4193 | 2025.01.17 08:25:52.605835 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4194 | 2025.01.17 08:25:52.605966 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 176 rows, containing 5 columns (5 merged, 0 gathered) in 0.003435807 sec., 51225.22889091267 rows/sec., 3.88 MiB/sec. | ||
| 4195 | 2025.01.17 08:25:52.606182 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4196 | 2025.01.17 08:25:52.606295 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2025.01.17 08:25:52.606831 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.004003 sec., 21983.512365725706 rows/sec., 1.72 MiB/sec. | ||
| 4198 | 2025.01.17 08:25:52.606968 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2025.01.17 08:25:52.607266 [ 5 ] {ae36d84b-a513-4b88-be59-774d92162c84} <Debug> TCPHandler: Processed in 0.004717287 sec. | ||
| 4200 | 2025.01.17 08:25:52.607286 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_21_4} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4201 | 2025.01.17 08:25:52.607445 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4202 | 2025.01.17 08:25:52.607466 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4203 | 2025.01.17 08:25:52.607590 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4204 | 2025.01.17 08:25:52.607647 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4205 | 2025.01.17 08:25:52.608221 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4206 | 2025.01.17 08:25:52.608261 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4207 | 2025.01.17 08:25:52.608678 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4208 | 2025.01.17 08:25:52.608923 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2025.01.17 08:25:52.609133 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001573 sec., 101716.465352829 rows/sec., 7.08 MiB/sec. | ||
| 4210 | 2025.01.17 08:25:52.609187 [ 255 ] {1cedb548-d4c0-4c1b-b0b6-a8406adf1162} <Debug> TCPHandler: Processed in 0.001802425 sec. | ||
| 4211 | 2025.01.17 08:25:52.609338 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4212 | 2025.01.17 08:25:52.609464 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4213 | 2025.01.17 08:25:52.609557 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4214 | 2025.01.17 08:25:52.610865 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4215 | 2025.01.17 08:25:52.610906 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4216 | 2025.01.17 08:25:52.611576 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4217 | 2025.01.17 08:25:52.611844 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2025.01.17 08:25:52.612036 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4219 | 2025.01.17 08:25:52.612108 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4220 | 2025.01.17 08:25:52.612149 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4221 | 2025.01.17 08:25:52.612164 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002718 sec., 8830.022075055187 rows/sec., 15.82 MiB/sec. | ||
| 4222 | 2025.01.17 08:25:52.612548 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 4223 | 2025.01.17 08:25:52.613155 [ 5 ] {e9474bdc-ec06-4c2b-bcfd-725de8ecd11d} <Debug> TCPHandler: Processed in 0.003869321 sec. | ||
| 4224 | 2025.01.17 08:25:52.613432 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4225 | 2025.01.17 08:25:52.613528 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4226 | 2025.01.17 08:25:52.613688 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4227 | 2025.01.17 08:25:52.613703 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 261 rows starting from the beginning of the part | ||
| 4228 | 2025.01.17 08:25:52.613775 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4229 | 2025.01.17 08:25:52.614584 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 4230 | 2025.01.17 08:25:52.615269 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 15 rows starting from the beginning of the part | ||
| 4231 | 2025.01.17 08:25:52.615942 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part | ||
| 4232 | 2025.01.17 08:25:52.616104 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4233 | 2025.01.17 08:25:52.616235 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4234 | 2025.01.17 08:25:52.616643 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 15 rows starting from the beginning of the part | ||
| 4235 | 2025.01.17 08:25:52.617265 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part | ||
| 4236 | 2025.01.17 08:25:52.617868 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4237 | 2025.01.17 08:25:52.618459 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4238 | 2025.01.17 08:25:52.619123 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005489 sec., 10930.95281472035 rows/sec., 754.35 KiB/sec. | ||
| 4239 | 2025.01.17 08:25:52.619529 [ 255 ] {1511964e-457b-4228-aeca-2b7144b0719d} <Debug> TCPHandler: Processed in 0.006247439 sec. | ||
| 4240 | 2025.01.17 08:25:52.622243 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 363 rows, containing 19 columns (19 merged, 0 gathered) in 0.01001557 sec., 36243.56876343533 rows/sec., 64.95 MiB/sec. | ||
| 4241 | 2025.01.17 08:25:52.622880 [ 189 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4242 | 2025.01.17 08:25:52.623373 [ 189 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2025.01.17 08:25:52.623465 [ 189 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4244 | 2025.01.17 08:25:52.623617 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.00 MiB. | ||
| 4245 | 2025.01.17 08:25:56.042203 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 604 | ||
| 4246 | 2025.01.17 08:25:56.045404 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4247 | 2025.01.17 08:25:56.045469 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4248 | 2025.01.17 08:25:56.046955 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4249 | 2025.01.17 08:25:56.047288 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4250 | 2025.01.17 08:25:56.047939 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4251 | 2025.01.17 08:25:56.538347 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4252 | 2025.01.17 08:25:56.538554 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4253 | 2025.01.17 08:25:56.538635 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4254 | 2025.01.17 08:25:56.539362 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4255 | 2025.01.17 08:25:56.539409 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4256 | 2025.01.17 08:25:56.539841 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4257 | 2025.01.17 08:25:56.540095 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4258 | 2025.01.17 08:25:56.540296 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001797 sec., 7790.762381747357 rows/sec., 560.83 KiB/sec. | ||
| 4259 | 2025.01.17 08:25:56.540355 [ 5 ] {172b6668-3087-4bf7-89f7-7a0b153f5021} <Debug> TCPHandler: Processed in 0.002147507 sec. | ||
| 4260 | 2025.01.17 08:25:56.540599 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4261 | 2025.01.17 08:25:56.540794 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4262 | 2025.01.17 08:25:56.540869 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4263 | 2025.01.17 08:25:56.541676 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4264 | 2025.01.17 08:25:56.541731 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4265 | 2025.01.17 08:25:56.542158 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4266 | 2025.01.17 08:25:56.542410 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4267 | 2025.01.17 08:25:56.542634 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001894 sec., 7391.763463569166 rows/sec., 602.75 KiB/sec. | ||
| 4268 | 2025.01.17 08:25:56.542701 [ 255 ] {3ae78151-bb96-44bb-b6c4-48b64ee1dc40} <Debug> TCPHandler: Processed in 0.002233447 sec. | ||
| 4269 | 2025.01.17 08:25:56.542850 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4270 | 2025.01.17 08:25:56.542992 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4271 | 2025.01.17 08:25:56.543052 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4272 | 2025.01.17 08:25:56.544377 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4273 | 2025.01.17 08:25:56.544416 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4274 | 2025.01.17 08:25:56.544879 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4275 | 2025.01.17 08:25:56.545125 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4276 | 2025.01.17 08:25:56.545315 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Debug> executeQuery: Read 1380 rows, 117.49 KiB in 0.002355 sec., 585987.2611464969 rows/sec., 48.72 MiB/sec. | ||
| 4277 | 2025.01.17 08:25:56.545374 [ 5 ] {021cbe9b-adaa-4be9-b82e-a28d9e81401b} <Debug> TCPHandler: Processed in 0.002594831 sec. | ||
| 4278 | 2025.01.17 08:25:56.545560 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4279 | 2025.01.17 08:25:56.545686 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4280 | 2025.01.17 08:25:56.545739 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4281 | 2025.01.17 08:25:56.546342 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4282 | 2025.01.17 08:25:56.546382 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4283 | 2025.01.17 08:25:56.546743 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4284 | 2025.01.17 08:25:56.546980 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4285 | 2025.01.17 08:25:56.547228 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Debug> executeQuery: Read 36 rows, 2.56 KiB in 0.001568 sec., 22959.18367346939 rows/sec., 1.60 MiB/sec. | ||
| 4286 | 2025.01.17 08:25:56.547433 [ 255 ] {60e93680-bed5-44c0-8184-cd2656e1deec} <Debug> TCPHandler: Processed in 0.001932655 sec. | ||
| 4287 | 2025.01.17 08:25:56.547615 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4288 | 2025.01.17 08:25:56.547735 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4289 | 2025.01.17 08:25:56.547784 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4290 | 2025.01.17 08:25:56.548460 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2025.01.17 08:25:56.548498 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4292 | 2025.01.17 08:25:56.548885 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4293 | 2025.01.17 08:25:56.549135 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4294 | 2025.01.17 08:25:56.549330 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001613 sec., 150030.9981401116 rows/sec., 10.16 MiB/sec. | ||
| 4295 | 2025.01.17 08:25:56.549405 [ 5 ] {235c7804-00dc-4ac8-9d4e-152235a5d0dc} <Debug> TCPHandler: Processed in 0.001848815 sec. | ||
| 4296 | 2025.01.17 08:25:56.549549 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4297 | 2025.01.17 08:25:56.549686 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4298 | 2025.01.17 08:25:56.549743 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4299 | 2025.01.17 08:25:56.550434 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4300 | 2025.01.17 08:25:56.550484 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4301 | 2025.01.17 08:25:56.550886 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4302 | 2025.01.17 08:25:56.551130 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4303 | 2025.01.17 08:25:56.551338 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001683 sec., 7724.301841948901 rows/sec., 481.61 KiB/sec. | ||
| 4304 | 2025.01.17 08:25:56.551392 [ 255 ] {4c03d111-db70-4336-8517-c77cf1bda0fc} <Debug> TCPHandler: Processed in 0.001898555 sec. | ||
| 4305 | 2025.01.17 08:25:56.551534 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4306 | 2025.01.17 08:25:56.551651 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4307 | 2025.01.17 08:25:56.551700 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4308 | 2025.01.17 08:25:56.552570 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4309 | 2025.01.17 08:25:56.552635 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4310 | 2025.01.17 08:25:56.553029 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4311 | 2025.01.17 08:25:56.553276 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4312 | 2025.01.17 08:25:56.553466 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Debug> executeQuery: Read 867 rows, 64.31 KiB in 0.001833 sec., 472995.0900163666 rows/sec., 34.26 MiB/sec. | ||
| 4313 | 2025.01.17 08:25:56.553594 [ 5 ] {77549273-6bab-43f7-9fb0-a916a380fe56} <Debug> TCPHandler: Processed in 0.002117037 sec. | ||
| 4314 | 2025.01.17 08:25:56.553764 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2025.01.17 08:25:56.553903 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4316 | 2025.01.17 08:25:56.553964 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4317 | 2025.01.17 08:25:56.554568 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4318 | 2025.01.17 08:25:56.554616 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4319 | 2025.01.17 08:25:56.554994 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4320 | 2025.01.17 08:25:56.555238 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4321 | 2025.01.17 08:25:56.555447 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 4322 | 2025.01.17 08:25:56.555499 [ 255 ] {e2637d95-e741-4c75-bfa7-5b1679c1e0c9} <Debug> TCPHandler: Processed in 0.001800695 sec. | ||
| 4323 | 2025.01.17 08:25:56.555644 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4324 | 2025.01.17 08:25:56.555782 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4325 | 2025.01.17 08:25:56.555844 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4326 | 2025.01.17 08:25:56.556709 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2025.01.17 08:25:56.556747 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4328 | 2025.01.17 08:25:56.557189 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4329 | 2025.01.17 08:25:56.557439 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2025.01.17 08:25:56.557640 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Debug> executeQuery: Read 932 rows, 63.70 KiB in 0.001885 sec., 494429.7082228117 rows/sec., 33.00 MiB/sec. | ||
| 4331 | 2025.01.17 08:25:56.557773 [ 5 ] {ec0d44f3-38b6-460c-b9e9-54a0762e2db0} <Debug> TCPHandler: Processed in 0.002190008 sec. | ||
| 4332 | 2025.01.17 08:25:56.557920 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4333 | 2025.01.17 08:25:56.558058 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4334 | 2025.01.17 08:25:56.558121 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4335 | 2025.01.17 08:25:56.558667 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2025.01.17 08:25:56.558707 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4337 | 2025.01.17 08:25:56.559068 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4338 | 2025.01.17 08:25:56.559320 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2025.01.17 08:25:56.559532 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001503 sec., 665.3359946773121 rows/sec., 44.83 KiB/sec. | ||
| 4340 | 2025.01.17 08:25:56.559581 [ 255 ] {a3fb45b0-b53f-456b-a6c1-56f2bfb56849} <Debug> TCPHandler: Processed in 0.001725803 sec. | ||
| 4341 | 2025.01.17 08:25:56.559724 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4342 | 2025.01.17 08:25:56.559841 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4343 | 2025.01.17 08:25:56.559922 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4344 | 2025.01.17 08:25:56.561034 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2025.01.17 08:25:56.561071 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4346 | 2025.01.17 08:25:56.561680 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4347 | 2025.01.17 08:25:56.561933 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2025.01.17 08:25:56.562123 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002307 sec., 6501.950585175553 rows/sec., 11.65 MiB/sec. | ||
| 4349 | 2025.01.17 08:25:56.562212 [ 5 ] {6fe38960-206b-4056-86ea-c6e7357ba95d} <Debug> TCPHandler: Processed in 0.00254909 sec. | ||
| 4350 | 2025.01.17 08:25:56.562358 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4351 | 2025.01.17 08:25:56.562495 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4352 | 2025.01.17 08:25:56.562555 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4353 | 2025.01.17 08:25:56.563047 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2025.01.17 08:25:56.563088 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4355 | 2025.01.17 08:25:56.563465 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4356 | 2025.01.17 08:25:56.563708 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4357 | 2025.01.17 08:25:56.563924 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001458 sec., 48010.973936899856 rows/sec., 3.02 MiB/sec. | ||
| 4358 | 2025.01.17 08:25:56.563975 [ 255 ] {6eff0c93-c384-4d02-8128-d1364e567cc6} <Debug> TCPHandler: Processed in 0.001683373 sec. | ||
| 4359 | 2025.01.17 08:25:57.591102 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4360 | 2025.01.17 08:25:57.591310 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4361 | 2025.01.17 08:25:57.591389 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4362 | 2025.01.17 08:25:57.592173 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4363 | 2025.01.17 08:25:57.592218 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4364 | 2025.01.17 08:25:57.592642 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4365 | 2025.01.17 08:25:57.592905 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4366 | 2025.01.17 08:25:57.593180 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001915 sec., 29242.819843342037 rows/sec., 2.23 MiB/sec. | ||
| 4367 | 2025.01.17 08:25:57.593386 [ 5 ] {13f6fde6-f1f7-4f77-8566-18c337c9c6ea} <Debug> TCPHandler: Processed in 0.002414279 sec. | ||
| 4368 | 2025.01.17 08:25:57.593658 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4369 | 2025.01.17 08:25:57.593871 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4370 | 2025.01.17 08:25:57.593950 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4371 | 2025.01.17 08:25:57.594771 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2025.01.17 08:25:57.594813 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4373 | 2025.01.17 08:25:57.595256 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4374 | 2025.01.17 08:25:57.595512 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2025.01.17 08:25:57.595703 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001892 sec., 33826.638477801265 rows/sec., 2.64 MiB/sec. | ||
| 4376 | 2025.01.17 08:25:57.595756 [ 255 ] {75477c2a-3879-49dd-ace7-58d90f286da2} <Debug> TCPHandler: Processed in 0.002227447 sec. | ||
| 4377 | 2025.01.17 08:25:57.595915 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4378 | 2025.01.17 08:25:57.596057 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4379 | 2025.01.17 08:25:57.596120 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4380 | 2025.01.17 08:25:57.596746 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4381 | 2025.01.17 08:25:57.596786 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4382 | 2025.01.17 08:25:57.597174 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4383 | 2025.01.17 08:25:57.597432 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4384 | 2025.01.17 08:25:57.597652 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001627 sec., 19668.100799016596 rows/sec., 1.37 MiB/sec. | ||
| 4385 | 2025.01.17 08:25:57.597786 [ 5 ] {8e1b7a50-641e-4d30-8657-ab080c4a9e52} <Debug> TCPHandler: Processed in 0.001935946 sec. | ||
| 4386 | 2025.01.17 08:25:57.597951 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4387 | 2025.01.17 08:25:57.598090 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4388 | 2025.01.17 08:25:57.598150 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4389 | 2025.01.17 08:25:57.598704 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4390 | 2025.01.17 08:25:57.598742 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4391 | 2025.01.17 08:25:57.599109 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4392 | 2025.01.17 08:25:57.599347 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4393 | 2025.01.17 08:25:57.599556 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001497 sec., 8016.032064128256 rows/sec., 553.19 KiB/sec. | ||
| 4394 | 2025.01.17 08:25:57.599780 [ 255 ] {2444a490-e9c7-4648-97d3-f505418412b7} <Debug> TCPHandler: Processed in 0.001892734 sec. | ||
| 4395 | 2025.01.17 08:25:58.500287 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8723 | ||
| 4396 | 2025.01.17 08:25:58.501007 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2025.01.17 08:25:58.501044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4398 | 2025.01.17 08:25:58.501566 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4399 | 2025.01.17 08:25:58.501827 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2025.01.17 08:25:58.502002 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4401 | 2025.01.17 08:25:59.077692 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4402 | 2025.01.17 08:25:59.098574 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4403 | 2025.01.17 08:25:59.098640 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4404 | 2025.01.17 08:25:59.106370 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4405 | 2025.01.17 08:25:59.107145 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4406 | 2025.01.17 08:25:59.109978 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4407 | 2025.01.17 08:26:02.597595 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4408 | 2025.01.17 08:26:02.597919 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4409 | 2025.01.17 08:26:02.598007 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4410 | 2025.01.17 08:26:02.598805 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4411 | 2025.01.17 08:26:02.598854 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4412 | 2025.01.17 08:26:02.599308 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4413 | 2025.01.17 08:26:02.599574 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4414 | 2025.01.17 08:26:02.599855 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002024 sec., 51383.39920948616 rows/sec., 4.28 MiB/sec. | ||
| 4415 | 2025.01.17 08:26:02.600074 [ 5 ] {bc6fb2f4-a975-4730-a7fc-966475610be9} <Debug> TCPHandler: Processed in 0.002646421 sec. | ||
| 4416 | 2025.01.17 08:26:02.600359 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4417 | 2025.01.17 08:26:02.600578 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4418 | 2025.01.17 08:26:02.600661 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4419 | 2025.01.17 08:26:02.601415 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4420 | 2025.01.17 08:26:02.601468 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4421 | 2025.01.17 08:26:02.601908 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4422 | 2025.01.17 08:26:02.602157 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4423 | 2025.01.17 08:26:02.602405 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001885 sec., 12732.095490716181 rows/sec., 957.39 KiB/sec. | ||
| 4424 | 2025.01.17 08:26:02.602602 [ 255 ] {f2dd0738-61b6-4290-95de-a126d8b1566c} <Debug> TCPHandler: Processed in 0.002384028 sec. | ||
| 4425 | 2025.01.17 08:26:02.602803 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4426 | 2025.01.17 08:26:02.602947 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4427 | 2025.01.17 08:26:02.603008 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4428 | 2025.01.17 08:26:02.603728 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4429 | 2025.01.17 08:26:02.603776 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4430 | 2025.01.17 08:26:02.604153 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4431 | 2025.01.17 08:26:02.604407 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4432 | 2025.01.17 08:26:02.604615 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001694 sec., 51948.05194805195 rows/sec., 4.06 MiB/sec. | ||
| 4433 | 2025.01.17 08:26:02.604799 [ 5 ] {ec74a8a0-dde8-4b13-a3a3-980929de9092} <Debug> TCPHandler: Processed in 0.002069267 sec. | ||
| 4434 | 2025.01.17 08:26:02.605051 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4435 | 2025.01.17 08:26:02.605203 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4436 | 2025.01.17 08:26:02.605266 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4437 | 2025.01.17 08:26:02.605913 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2025.01.17 08:26:02.605954 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4439 | 2025.01.17 08:26:02.606341 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4440 | 2025.01.17 08:26:02.606576 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2025.01.17 08:26:02.606788 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001617 sec., 98948.67037724181 rows/sec., 6.89 MiB/sec. | ||
| 4442 | 2025.01.17 08:26:02.606840 [ 255 ] {1f09be90-7764-488c-a2b2-5ccea03d76a6} <Debug> TCPHandler: Processed in 0.001926205 sec. | ||
| 4443 | 2025.01.17 08:26:02.606986 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4444 | 2025.01.17 08:26:02.607127 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4445 | 2025.01.17 08:26:02.607221 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4446 | 2025.01.17 08:26:02.608451 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4447 | 2025.01.17 08:26:02.608488 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4448 | 2025.01.17 08:26:02.609118 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4449 | 2025.01.17 08:26:02.609383 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4450 | 2025.01.17 08:26:02.609583 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002489 sec., 9642.426677380474 rows/sec., 17.28 MiB/sec. | ||
| 4451 | 2025.01.17 08:26:02.609689 [ 5 ] {fd3e4ea8-39cb-4e4c-827b-732d3748bbff} <Debug> TCPHandler: Processed in 0.002773522 sec. | ||
| 4452 | 2025.01.17 08:26:02.609861 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4453 | 2025.01.17 08:26:02.610083 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4454 | 2025.01.17 08:26:02.610176 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4455 | 2025.01.17 08:26:02.610971 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4456 | 2025.01.17 08:26:02.611010 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4457 | 2025.01.17 08:26:02.611380 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4458 | 2025.01.17 08:26:02.611616 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4459 | 2025.01.17 08:26:02.611821 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001794 sec., 33444.816053511706 rows/sec., 2.25 MiB/sec. | ||
| 4460 | 2025.01.17 08:26:02.611871 [ 255 ] {4b611c57-b624-4503-a832-19df7dd20c46} <Debug> TCPHandler: Processed in 0.002096967 sec. | ||
| 4461 | 2025.01.17 08:26:05.823591 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4462 | 2025.01.17 08:26:05.823693 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4463 | 2025.01.17 08:26:06.002207 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4464 | 2025.01.17 08:26:06.002897 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4465 | 2025.01.17 08:26:06.002944 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4466 | 2025.01.17 08:26:06.003513 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4467 | 2025.01.17 08:26:06.003767 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4468 | 2025.01.17 08:26:06.004006 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4469 | 2025.01.17 08:26:06.048237 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 648 | ||
| 4470 | 2025.01.17 08:26:06.051636 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2025.01.17 08:26:06.051700 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4472 | 2025.01.17 08:26:06.053213 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4473 | 2025.01.17 08:26:06.053570 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4474 | 2025.01.17 08:26:06.054210 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 648 | ||
| 4475 | 2025.01.17 08:26:06.610120 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4476 | 2025.01.17 08:26:06.631162 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2025.01.17 08:26:06.631211 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4478 | 2025.01.17 08:26:06.639011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4479 | 2025.01.17 08:26:06.639794 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4480 | 2025.01.17 08:26:06.643001 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4481 | 2025.01.17 08:26:07.601714 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2025.01.17 08:26:07.601905 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4483 | 2025.01.17 08:26:07.601979 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4484 | 2025.01.17 08:26:07.602710 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4485 | 2025.01.17 08:26:07.602764 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4486 | 2025.01.17 08:26:07.603231 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4487 | 2025.01.17 08:26:07.603498 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4488 | 2025.01.17 08:26:07.603691 [ 79 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4489 | 2025.01.17 08:26:07.603772 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 4490 | 2025.01.17 08:26:07.603779 [ 79 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4491 | 2025.01.17 08:26:07.603857 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4492 | 2025.01.17 08:26:07.603929 [ 5 ] {1ff515d0-d0b5-4f8e-87cd-c3b7674af62e} <Debug> TCPHandler: Processed in 0.002335798 sec. | ||
| 4493 | 2025.01.17 08:26:07.604304 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4494 | 2025.01.17 08:26:07.604309 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4495 | 2025.01.17 08:26:07.604542 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4496 | 2025.01.17 08:26:07.604620 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4497 | 2025.01.17 08:26:07.604626 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4498 | 2025.01.17 08:26:07.604786 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4499 | 2025.01.17 08:26:07.604846 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4500 | 2025.01.17 08:26:07.605338 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4501 | 2025.01.17 08:26:07.605613 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4502 | 2025.01.17 08:26:07.606024 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 4503 | 2025.01.17 08:26:07.607729 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4504 | 2025.01.17 08:26:07.607813 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4505 | 2025.01.17 08:26:07.608694 [ 200 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004733807 sec., 14787.252627747604 rows/sec., 1.10 MiB/sec. | ||
| 4506 | 2025.01.17 08:26:07.608938 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4507 | 2025.01.17 08:26:07.608942 [ 200 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4508 | 2025.01.17 08:26:07.609278 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2025.01.17 08:26:07.609322 [ 200 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_13_3} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4510 | 2025.01.17 08:26:07.609461 [ 200 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_13_3} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4511 | 2025.01.17 08:26:07.609546 [ 77 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4512 | 2025.01.17 08:26:07.609657 [ 77 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4513 | 2025.01.17 08:26:07.609688 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4514 | 2025.01.17 08:26:07.609707 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.005158 sec., 45172.54749903063 rows/sec., 3.95 MiB/sec. | ||
| 4515 | 2025.01.17 08:26:07.609748 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4516 | 2025.01.17 08:26:07.609905 [ 255 ] {81bf5d95-758b-4fdd-ba42-cc2f4b384928} <Debug> TCPHandler: Processed in 0.005823027 sec. | ||
| 4517 | 2025.01.17 08:26:07.609959 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full | ||
| 4518 | 2025.01.17 08:26:07.610074 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4519 | 2025.01.17 08:26:07.610118 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4520 | 2025.01.17 08:26:07.610126 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4521 | 2025.01.17 08:26:07.610320 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part | ||
| 4522 | 2025.01.17 08:26:07.610521 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4523 | 2025.01.17 08:26:07.610614 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1380 rows starting from the beginning of the part | ||
| 4524 | 2025.01.17 08:26:07.610687 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4525 | 2025.01.17 08:26:07.610996 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4526 | 2025.01.17 08:26:07.611342 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part | ||
| 4527 | 2025.01.17 08:26:07.611754 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 233 rows starting from the beginning of the part | ||
| 4528 | 2025.01.17 08:26:07.613249 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4529 | 2025.01.17 08:26:07.613325 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4530 | 2025.01.17 08:26:07.614340 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4531 | 2025.01.17 08:26:07.614623 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4532 | 2025.01.17 08:26:07.614836 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.00447 sec., 4921.700223713647 rows/sec., 354.36 KiB/sec. | ||
| 4533 | 2025.01.17 08:26:07.615012 [ 5 ] {56ece2fb-a701-4741-a2a1-a527cda4716b} <Debug> TCPHandler: Processed in 0.004985409 sec. | ||
| 4534 | 2025.01.17 08:26:07.615304 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4535 | 2025.01.17 08:26:07.615370 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3306 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477463 sec., 603564.0952754952 rows/sec., 52.68 MiB/sec. | ||
| 4536 | 2025.01.17 08:26:07.615471 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4537 | 2025.01.17 08:26:07.615537 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4538 | 2025.01.17 08:26:07.615595 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4539 | 2025.01.17 08:26:07.615986 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2025.01.17 08:26:07.616087 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_31_6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4541 | 2025.01.17 08:26:07.616177 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 4542 | 2025.01.17 08:26:07.616363 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4543 | 2025.01.17 08:26:07.616404 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4544 | 2025.01.17 08:26:07.616780 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4545 | 2025.01.17 08:26:07.617022 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4546 | 2025.01.17 08:26:07.617233 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001795 sec., 7799.442896935933 rows/sec., 546.22 KiB/sec. | ||
| 4547 | 2025.01.17 08:26:07.617288 [ 255 ] {7c7475d7-8f7c-432d-82cf-847380a784a1} <Debug> TCPHandler: Processed in 0.002150097 sec. | ||
| 4548 | 2025.01.17 08:26:07.617451 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4549 | 2025.01.17 08:26:07.617573 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4550 | 2025.01.17 08:26:07.617626 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4551 | 2025.01.17 08:26:07.618220 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4552 | 2025.01.17 08:26:07.618257 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4553 | 2025.01.17 08:26:07.618624 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4554 | 2025.01.17 08:26:07.618871 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4555 | 2025.01.17 08:26:07.619003 [ 77 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4556 | 2025.01.17 08:26:07.619050 [ 77 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4557 | 2025.01.17 08:26:07.619060 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001513 sec., 8592.200925313946 rows/sec., 535.72 KiB/sec. | ||
| 4558 | 2025.01.17 08:26:07.619080 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4559 | 2025.01.17 08:26:07.619155 [ 5 ] {3bb2ff6f-d2e1-4ff1-b8d8-d575d068ca32} <Debug> TCPHandler: Processed in 0.001768654 sec. | ||
| 4560 | 2025.01.17 08:26:07.619212 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4561 | 2025.01.17 08:26:07.619340 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4562 | 2025.01.17 08:26:07.619361 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4563 | 2025.01.17 08:26:07.619414 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4564 | 2025.01.17 08:26:07.619659 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4565 | 2025.01.17 08:26:07.619706 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4566 | 2025.01.17 08:26:07.619906 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4567 | 2025.01.17 08:26:07.619930 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4568 | 2025.01.17 08:26:07.620378 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4569 | 2025.01.17 08:26:07.620695 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 4570 | 2025.01.17 08:26:07.622496 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2025.01.17 08:26:07.622570 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4572 | 2025.01.17 08:26:07.623265 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004101362 sec., 15848.393777481724 rows/sec., 1.03 MiB/sec. | ||
| 4573 | 2025.01.17 08:26:07.623455 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4574 | 2025.01.17 08:26:07.623574 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4575 | 2025.01.17 08:26:07.623880 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_13_3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4576 | 2025.01.17 08:26:07.624030 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2025.01.17 08:26:07.624067 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_13_3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4578 | 2025.01.17 08:26:07.624214 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4579 | 2025.01.17 08:26:07.624316 [ 77 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4580 | 2025.01.17 08:26:07.624392 [ 77 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4581 | 2025.01.17 08:26:07.624432 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4582 | 2025.01.17 08:26:07.624452 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.004947 sec., 80250.65696381645 rows/sec., 5.70 MiB/sec. | ||
| 4583 | 2025.01.17 08:26:07.624620 [ 255 ] {b24ee5b0-9579-459a-914d-0b7379b76f6b} <Debug> TCPHandler: Processed in 0.005380343 sec. | ||
| 4584 | 2025.01.17 08:26:07.624647 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 4585 | 2025.01.17 08:26:07.624778 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4586 | 2025.01.17 08:26:07.624807 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4587 | 2025.01.17 08:26:07.624826 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4588 | 2025.01.17 08:26:07.625014 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 88 rows starting from the beginning of the part | ||
| 4589 | 2025.01.17 08:26:07.625238 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4590 | 2025.01.17 08:26:07.625313 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 867 rows starting from the beginning of the part | ||
| 4591 | 2025.01.17 08:26:07.625441 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4592 | 2025.01.17 08:26:07.625779 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4593 | 2025.01.17 08:26:07.626177 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part | ||
| 4594 | 2025.01.17 08:26:07.626526 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 397 rows starting from the beginning of the part | ||
| 4595 | 2025.01.17 08:26:07.627949 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4596 | 2025.01.17 08:26:07.628022 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4597 | 2025.01.17 08:26:07.629021 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4598 | 2025.01.17 08:26:07.629536 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4599 | 2025.01.17 08:26:07.629654 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2413 rows, containing 5 columns (5 merged, 0 gathered) in 0.005126561 sec., 470685.90425433347 rows/sec., 36.10 MiB/sec. | ||
| 4600 | 2025.01.17 08:26:07.629941 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4601 | 2025.01.17 08:26:07.630075 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004945 sec., 1213.3468149646108 rows/sec., 63.39 KiB/sec. | ||
| 4602 | 2025.01.17 08:26:07.630357 [ 5 ] {e3aff3e4-e488-4e6e-b90c-0e82cad62f24} <Debug> TCPHandler: Processed in 0.005638094 sec. | ||
| 4603 | 2025.01.17 08:26:07.630553 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2025.01.17 08:26:07.630598 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4605 | 2025.01.17 08:26:07.630696 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_31_6} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4606 | 2025.01.17 08:26:07.630718 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4607 | 2025.01.17 08:26:07.630790 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 4608 | 2025.01.17 08:26:07.630794 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4609 | 2025.01.17 08:26:07.631379 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2025.01.17 08:26:07.631419 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4611 | 2025.01.17 08:26:07.631827 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4612 | 2025.01.17 08:26:07.632074 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2025.01.17 08:26:07.632249 [ 77 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4614 | 2025.01.17 08:26:07.632318 [ 77 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4615 | 2025.01.17 08:26:07.632325 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001638 sec., 144688.6446886447 rows/sec., 9.70 MiB/sec. | ||
| 4616 | 2025.01.17 08:26:07.632354 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4617 | 2025.01.17 08:26:07.632485 [ 255 ] {a13746f1-5c07-47fc-b11a-53cf59bf94cc} <Debug> TCPHandler: Processed in 0.002010016 sec. | ||
| 4618 | 2025.01.17 08:26:07.632643 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 4619 | 2025.01.17 08:26:07.632738 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4620 | 2025.01.17 08:26:07.633007 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4621 | 2025.01.17 08:26:07.633079 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4622 | 2025.01.17 08:26:07.633085 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7059 rows starting from the beginning of the part | ||
| 4623 | 2025.01.17 08:26:07.633215 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4624 | 2025.01.17 08:26:07.633354 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4625 | 2025.01.17 08:26:07.633734 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 932 rows starting from the beginning of the part | ||
| 4626 | 2025.01.17 08:26:07.634058 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 4627 | 2025.01.17 08:26:07.634384 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 4628 | 2025.01.17 08:26:07.634794 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 4629 | 2025.01.17 08:26:07.635792 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2025.01.17 08:26:07.635875 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4631 | 2025.01.17 08:26:07.636528 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4632 | 2025.01.17 08:26:07.637116 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2025.01.17 08:26:07.637441 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004438 sec., 225.32672374943667 rows/sec., 15.18 KiB/sec. | ||
| 4634 | 2025.01.17 08:26:07.637505 [ 5 ] {98f1c476-aa55-4593-9d29-98cc0f50a691} <Debug> TCPHandler: Processed in 0.004905529 sec. | ||
| 4635 | 2025.01.17 08:26:07.637794 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4636 | 2025.01.17 08:26:07.637912 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4637 | 2025.01.17 08:26:07.637995 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4638 | 2025.01.17 08:26:07.639145 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8580 rows, containing 5 columns (5 merged, 0 gathered) in 0.006671713 sec., 1286026.542208875 rows/sec., 86.76 MiB/sec. | ||
| 4639 | 2025.01.17 08:26:07.639484 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4640 | 2025.01.17 08:26:07.639855 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2025.01.17 08:26:07.639913 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4642 | 2025.01.17 08:26:07.640286 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2025.01.17 08:26:07.640440 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4644 | 2025.01.17 08:26:07.640594 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 4645 | 2025.01.17 08:26:07.640935 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4646 | 2025.01.17 08:26:07.641206 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4647 | 2025.01.17 08:26:07.641453 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.003564 sec., 4208.754208754209 rows/sec., 7.54 MiB/sec. | ||
| 4648 | 2025.01.17 08:26:07.641577 [ 255 ] {fe5db92b-7e3f-42c4-b426-e4081dddbe7d} <Debug> TCPHandler: Processed in 0.00384193 sec. | ||
| 4649 | 2025.01.17 08:26:07.641749 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2025.01.17 08:26:07.641893 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4651 | 2025.01.17 08:26:07.641955 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4652 | 2025.01.17 08:26:07.642476 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4653 | 2025.01.17 08:26:07.642514 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4654 | 2025.01.17 08:26:07.642900 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4655 | 2025.01.17 08:26:07.643145 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4656 | 2025.01.17 08:26:07.643273 [ 77 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4657 | 2025.01.17 08:26:07.643312 [ 77 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4658 | 2025.01.17 08:26:07.643337 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001476 sec., 55555.555555555555 rows/sec., 3.53 MiB/sec. | ||
| 4659 | 2025.01.17 08:26:07.643342 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 4660 | 2025.01.17 08:26:07.643464 [ 5 ] {e257fbf9-c8ab-4bfe-be4e-4bca901d143b} <Debug> TCPHandler: Processed in 0.001782244 sec. | ||
| 4661 | 2025.01.17 08:26:07.643576 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 4662 | 2025.01.17 08:26:07.643684 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4663 | 2025.01.17 08:26:07.643712 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1430 rows starting from the beginning of the part | ||
| 4664 | 2025.01.17 08:26:07.643790 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4665 | 2025.01.17 08:26:07.643874 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 70 rows starting from the beginning of the part | ||
| 4666 | 2025.01.17 08:26:07.644127 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 4667 | 2025.01.17 08:26:07.644234 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4668 | 2025.01.17 08:26:07.644450 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4669 | 2025.01.17 08:26:07.645642 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1714 rows, containing 4 columns (4 merged, 0 gathered) in 0.002184477 sec., 784627.1670518847 rows/sec., 50.88 MiB/sec. | ||
| 4670 | 2025.01.17 08:26:07.645832 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4671 | 2025.01.17 08:26:07.646106 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2025.01.17 08:26:07.646184 [ 196 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_31_6} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4673 | 2025.01.17 08:26:07.646251 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4674 | 2025.01.17 08:26:12.596823 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4675 | 2025.01.17 08:26:12.597026 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4676 | 2025.01.17 08:26:12.597100 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4677 | 2025.01.17 08:26:12.597834 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4678 | 2025.01.17 08:26:12.597880 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4679 | 2025.01.17 08:26:12.598299 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4680 | 2025.01.17 08:26:12.598551 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4681 | 2025.01.17 08:26:12.598846 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001847 sec., 1082.8370330265295 rows/sec., 88.30 KiB/sec. | ||
| 4682 | 2025.01.17 08:26:12.598933 [ 5 ] {745965b0-b9ca-4d15-8edc-a961f390e795} <Debug> TCPHandler: Processed in 0.002239417 sec. | ||
| 4683 | 2025.01.17 08:26:12.599172 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4684 | 2025.01.17 08:26:12.599389 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4685 | 2025.01.17 08:26:12.599471 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4686 | 2025.01.17 08:26:12.600363 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4687 | 2025.01.17 08:26:12.600410 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4688 | 2025.01.17 08:26:12.600851 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4689 | 2025.01.17 08:26:12.601108 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4690 | 2025.01.17 08:26:12.601341 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.002013 sec., 52160.95380029806 rows/sec., 4.34 MiB/sec. | ||
| 4691 | 2025.01.17 08:26:12.601405 [ 255 ] {3dc983bc-1741-4e97-a8f3-464e088d7009} <Debug> TCPHandler: Processed in 0.002371269 sec. | ||
| 4692 | 2025.01.17 08:26:12.601576 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4693 | 2025.01.17 08:26:12.601725 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4694 | 2025.01.17 08:26:12.601789 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4695 | 2025.01.17 08:26:12.602450 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2025.01.17 08:26:12.602489 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4697 | 2025.01.17 08:26:12.602875 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4698 | 2025.01.17 08:26:12.603115 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4699 | 2025.01.17 08:26:12.603344 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001653 sec., 15728.977616454931 rows/sec., 1.15 MiB/sec. | ||
| 4700 | 2025.01.17 08:26:12.603574 [ 5 ] {4e194f4d-121e-41fa-af31-a95e80bfe03c} <Debug> TCPHandler: Processed in 0.002061586 sec. | ||
| 4701 | 2025.01.17 08:26:12.603756 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4702 | 2025.01.17 08:26:12.603899 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4703 | 2025.01.17 08:26:12.603960 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4704 | 2025.01.17 08:26:12.604575 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4705 | 2025.01.17 08:26:12.604616 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4706 | 2025.01.17 08:26:12.604993 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4707 | 2025.01.17 08:26:12.605239 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2025.01.17 08:26:12.605451 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001587 sec., 56710.775047258976 rows/sec., 4.43 MiB/sec. | ||
| 4709 | 2025.01.17 08:26:12.605505 [ 255 ] {12771315-c5d5-443f-8e40-01f7ababd2be} <Debug> TCPHandler: Processed in 0.001822294 sec. | ||
| 4710 | 2025.01.17 08:26:12.605662 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4711 | 2025.01.17 08:26:12.605808 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4712 | 2025.01.17 08:26:12.605874 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4713 | 2025.01.17 08:26:12.606497 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2025.01.17 08:26:12.606535 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4715 | 2025.01.17 08:26:12.606932 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4716 | 2025.01.17 08:26:12.607172 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2025.01.17 08:26:12.607357 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001582 sec., 101769.91150442477 rows/sec., 7.09 MiB/sec. | ||
| 4718 | 2025.01.17 08:26:12.607412 [ 5 ] {74723198-5ff1-4313-8ff2-7bfb6c3d34dc} <Debug> TCPHandler: Processed in 0.001819834 sec. | ||
| 4719 | 2025.01.17 08:26:12.607584 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4720 | 2025.01.17 08:26:12.607723 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4721 | 2025.01.17 08:26:12.607818 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4722 | 2025.01.17 08:26:12.609000 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2025.01.17 08:26:12.609041 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4724 | 2025.01.17 08:26:12.609683 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4725 | 2025.01.17 08:26:12.609959 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2025.01.17 08:26:12.610209 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002518 sec., 9531.374106433677 rows/sec., 17.08 MiB/sec. | ||
| 4727 | 2025.01.17 08:26:12.610317 [ 255 ] {35e6a6fb-0bb5-4d5e-8cae-4b9f50e7e2b6} <Debug> TCPHandler: Processed in 0.002803073 sec. | ||
| 4728 | 2025.01.17 08:26:12.610471 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4729 | 2025.01.17 08:26:12.610611 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4730 | 2025.01.17 08:26:12.610673 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4731 | 2025.01.17 08:26:12.611234 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4732 | 2025.01.17 08:26:12.611272 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4733 | 2025.01.17 08:26:12.611644 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4734 | 2025.01.17 08:26:12.611874 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4735 | 2025.01.17 08:26:12.612046 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 4736 | 2025.01.17 08:26:12.612095 [ 5 ] {26e42079-5bfe-4e82-a10f-d1c540a5147a} <Debug> TCPHandler: Processed in 0.001694603 sec. | ||
| 4737 | 2025.01.17 08:26:13.504202 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4738 | 2025.01.17 08:26:13.504858 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4739 | 2025.01.17 08:26:13.504912 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4740 | 2025.01.17 08:26:13.505448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4741 | 2025.01.17 08:26:13.505709 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4742 | 2025.01.17 08:26:13.505967 [ 68 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4743 | 2025.01.17 08:26:13.505997 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4744 | 2025.01.17 08:26:13.506094 [ 68 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4745 | 2025.01.17 08:26:13.506143 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4746 | 2025.01.17 08:26:13.506294 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 4747 | 2025.01.17 08:26:13.506447 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4748 | 2025.01.17 08:26:13.506489 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7320 rows starting from the beginning of the part | ||
| 4749 | 2025.01.17 08:26:13.506565 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 4750 | 2025.01.17 08:26:13.506656 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 4751 | 2025.01.17 08:26:13.506883 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 4752 | 2025.01.17 08:26:13.507027 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4753 | 2025.01.17 08:26:13.507239 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4754 | 2025.01.17 08:26:13.509629 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003401187 sec., 2833716.581887441 rows/sec., 40.54 MiB/sec. | ||
| 4755 | 2025.01.17 08:26:13.509859 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4756 | 2025.01.17 08:26:13.510169 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4757 | 2025.01.17 08:26:13.510252 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_21_4} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4758 | 2025.01.17 08:26:13.510341 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4759 | 2025.01.17 08:26:14.143136 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4760 | 2025.01.17 08:26:14.165613 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4761 | 2025.01.17 08:26:14.165686 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4762 | 2025.01.17 08:26:14.173485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4763 | 2025.01.17 08:26:14.174265 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4764 | 2025.01.17 08:26:14.174709 [ 67 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4765 | 2025.01.17 08:26:14.174838 [ 67 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4766 | 2025.01.17 08:26:14.174906 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4767 | 2025.01.17 08:26:14.175407 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4768 | 2025.01.17 08:26:14.190579 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4769 | 2025.01.17 08:26:14.192622 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4770 | 2025.01.17 08:26:14.194433 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4771 | 2025.01.17 08:26:14.200378 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4772 | 2025.01.17 08:26:14.205886 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4773 | 2025.01.17 08:26:14.211376 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4774 | 2025.01.17 08:26:14.217174 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4775 | 2025.01.17 08:26:14.221600 [ 193 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 4776 | 2025.01.17 08:26:14.284898 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.109821929 sec., 1447.7982807969072 rows/sec., 7.49 MiB/sec. | ||
| 4777 | 2025.01.17 08:26:14.287695 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4778 | 2025.01.17 08:26:14.290870 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_21_4} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4779 | 2025.01.17 08:26:14.291011 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_21_4} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4780 | 2025.01.17 08:26:14.293225 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4781 | 2025.01.17 08:26:15.000177 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.79 MiB, peak 196.33 MiB, free memory in arenas 0.00 B, will set to 188.20 MiB (RSS), difference: 2.41 MiB | ||
| 4782 | 2025.01.17 08:26:16.054543 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 684 | ||
| 4783 | 2025.01.17 08:26:16.057666 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4784 | 2025.01.17 08:26:16.057718 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4785 | 2025.01.17 08:26:16.059176 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4786 | 2025.01.17 08:26:16.059481 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4787 | 2025.01.17 08:26:16.060054 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 684 | ||
| 4788 | 2025.01.17 08:26:17.600901 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4789 | 2025.01.17 08:26:17.601112 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4790 | 2025.01.17 08:26:17.601192 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4791 | 2025.01.17 08:26:17.601925 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4792 | 2025.01.17 08:26:17.601976 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4793 | 2025.01.17 08:26:17.602407 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4794 | 2025.01.17 08:26:17.602677 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4795 | 2025.01.17 08:26:17.602943 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001887 sec., 7419.183889772125 rows/sec., 534.08 KiB/sec. | ||
| 4796 | 2025.01.17 08:26:17.603004 [ 5 ] {57763030-41bb-40d4-ba78-a05d018eb589} <Debug> TCPHandler: Processed in 0.002242717 sec. | ||
| 4797 | 2025.01.17 08:26:17.603284 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4798 | 2025.01.17 08:26:17.603502 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4799 | 2025.01.17 08:26:17.603587 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4800 | 2025.01.17 08:26:17.604533 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2025.01.17 08:26:17.604586 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4802 | 2025.01.17 08:26:17.605057 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4803 | 2025.01.17 08:26:17.605321 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2025.01.17 08:26:17.605564 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002122 sec., 109802.07351555135 rows/sec., 9.60 MiB/sec. | ||
| 4805 | 2025.01.17 08:26:17.605633 [ 255 ] {55004f06-d90b-4cff-96c0-b1a141e0bda7} <Debug> TCPHandler: Processed in 0.00250242 sec. | ||
| 4806 | 2025.01.17 08:26:17.605814 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4807 | 2025.01.17 08:26:17.605956 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4808 | 2025.01.17 08:26:17.606018 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4809 | 2025.01.17 08:26:17.606655 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4810 | 2025.01.17 08:26:17.606696 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4811 | 2025.01.17 08:26:17.607066 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4812 | 2025.01.17 08:26:17.607313 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4813 | 2025.01.17 08:26:17.607487 [ 63 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4814 | 2025.01.17 08:26:17.607549 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001621 sec., 13571.869216533003 rows/sec., 977.16 KiB/sec. | ||
| 4815 | 2025.01.17 08:26:17.607569 [ 63 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2025.01.17 08:26:17.607641 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4817 | 2025.01.17 08:26:17.607692 [ 5 ] {7c94718b-6f14-4a56-bbef-4e76d7a256b5} <Debug> TCPHandler: Processed in 0.001946035 sec. | ||
| 4818 | 2025.01.17 08:26:17.607925 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2025.01.17 08:26:17.607929 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 4820 | 2025.01.17 08:26:17.608157 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4821 | 2025.01.17 08:26:17.608205 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4822 | 2025.01.17 08:26:17.608266 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4823 | 2025.01.17 08:26:17.608284 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 60 rows starting from the beginning of the part | ||
| 4824 | 2025.01.17 08:26:17.608691 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 36 rows starting from the beginning of the part | ||
| 4825 | 2025.01.17 08:26:17.609020 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
| 4826 | 2025.01.17 08:26:17.609413 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part | ||
| 4827 | 2025.01.17 08:26:17.609795 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 4828 | 2025.01.17 08:26:17.610113 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
| 4829 | 2025.01.17 08:26:17.611080 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4830 | 2025.01.17 08:26:17.611149 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4831 | 2025.01.17 08:26:17.612237 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4832 | 2025.01.17 08:26:17.612888 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4833 | 2025.01.17 08:26:17.612990 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 5 columns (5 merged, 0 gathered) in 0.005234391 sec., 36298.39650878202 rows/sec., 2.72 MiB/sec. | ||
| 4834 | 2025.01.17 08:26:17.613279 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4835 | 2025.01.17 08:26:17.613524 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005402 sec., 2591.6327286190303 rows/sec., 181.50 KiB/sec. | ||
| 4836 | 2025.01.17 08:26:17.613757 [ 255 ] {7ad6b95c-251f-4a92-9a71-0c8d3fb160ba} <Debug> TCPHandler: Processed in 0.005951807 sec. | ||
| 4837 | 2025.01.17 08:26:17.613956 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4838 | 2025.01.17 08:26:17.613966 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2025.01.17 08:26:17.614102 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_26_5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4840 | 2025.01.17 08:26:17.614162 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4841 | 2025.01.17 08:26:17.614239 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4842 | 2025.01.17 08:26:17.614285 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4843 | 2025.01.17 08:26:17.614883 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4844 | 2025.01.17 08:26:17.614925 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4845 | 2025.01.17 08:26:17.615288 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4846 | 2025.01.17 08:26:17.615541 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4847 | 2025.01.17 08:26:17.615756 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001658 sec., 7840.772014475271 rows/sec., 488.87 KiB/sec. | ||
| 4848 | 2025.01.17 08:26:17.615812 [ 5 ] {e4f88c0c-6ee2-4dfa-b754-2d28679a6ee2} <Debug> TCPHandler: Processed in 0.001947945 sec. | ||
| 4849 | 2025.01.17 08:26:17.615968 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4850 | 2025.01.17 08:26:17.616108 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4851 | 2025.01.17 08:26:17.616167 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4852 | 2025.01.17 08:26:17.616918 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4853 | 2025.01.17 08:26:17.616958 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4854 | 2025.01.17 08:26:17.617352 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4855 | 2025.01.17 08:26:17.617608 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4856 | 2025.01.17 08:26:17.617846 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001767 sec., 224674.58970005662 rows/sec., 15.96 MiB/sec. | ||
| 4857 | 2025.01.17 08:26:17.617915 [ 255 ] {df5b60b5-bc31-4e5e-ac0b-9f4f8709a485} <Debug> TCPHandler: Processed in 0.002012116 sec. | ||
| 4858 | 2025.01.17 08:26:17.618122 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4859 | 2025.01.17 08:26:17.618263 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4860 | 2025.01.17 08:26:17.618325 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4861 | 2025.01.17 08:26:17.618912 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4862 | 2025.01.17 08:26:17.618960 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4863 | 2025.01.17 08:26:17.619379 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4864 | 2025.01.17 08:26:17.619631 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2025.01.17 08:26:17.619930 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001672 sec., 3588.516746411483 rows/sec., 187.49 KiB/sec. | ||
| 4866 | 2025.01.17 08:26:17.620053 [ 5 ] {782ba030-87a2-4b6c-86fb-b5bfc7ad4796} <Debug> TCPHandler: Processed in 0.002041066 sec. | ||
| 4867 | 2025.01.17 08:26:17.620202 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4868 | 2025.01.17 08:26:17.620348 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4869 | 2025.01.17 08:26:17.620414 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4870 | 2025.01.17 08:26:17.621121 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4871 | 2025.01.17 08:26:17.621169 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4872 | 2025.01.17 08:26:17.621590 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4873 | 2025.01.17 08:26:17.621834 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4874 | 2025.01.17 08:26:17.622049 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001733 sec., 136757.06866705135 rows/sec., 9.17 MiB/sec. | ||
| 4875 | 2025.01.17 08:26:17.622102 [ 255 ] {823c86e7-2c42-4d23-b917-59f304edddbd} <Debug> TCPHandler: Processed in 0.001959025 sec. | ||
| 4876 | 2025.01.17 08:26:17.622245 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4877 | 2025.01.17 08:26:17.622386 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4878 | 2025.01.17 08:26:17.622449 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4879 | 2025.01.17 08:26:17.623019 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4880 | 2025.01.17 08:26:17.623067 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4881 | 2025.01.17 08:26:17.623468 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4882 | 2025.01.17 08:26:17.623712 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4883 | 2025.01.17 08:26:17.623932 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001577 sec., 634.1154090044388 rows/sec., 42.73 KiB/sec. | ||
| 4884 | 2025.01.17 08:26:17.623985 [ 5 ] {95cbe146-29eb-4fdb-9323-149efdd14fb8} <Debug> TCPHandler: Processed in 0.001800544 sec. | ||
| 4885 | 2025.01.17 08:26:17.624124 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4886 | 2025.01.17 08:26:17.624242 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4887 | 2025.01.17 08:26:17.624379 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4888 | 2025.01.17 08:26:17.625928 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4889 | 2025.01.17 08:26:17.625968 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4890 | 2025.01.17 08:26:17.626627 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4891 | 2025.01.17 08:26:17.626897 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4892 | 2025.01.17 08:26:17.627114 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4893 | 2025.01.17 08:26:17.627197 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002971 sec., 5048.805116122518 rows/sec., 9.05 MiB/sec. | ||
| 4894 | 2025.01.17 08:26:17.627207 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4895 | 2025.01.17 08:26:17.627309 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4896 | 2025.01.17 08:26:17.627604 [ 255 ] {3b0e3a0c-35e5-49aa-a6cd-f7d8c13a0549} <Debug> TCPHandler: Processed in 0.003531278 sec. | ||
| 4897 | 2025.01.17 08:26:17.627679 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 4898 | 2025.01.17 08:26:17.627801 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4899 | 2025.01.17 08:26:17.628046 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4900 | 2025.01.17 08:26:17.628172 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4901 | 2025.01.17 08:26:17.628577 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4902 | 2025.01.17 08:26:17.628825 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 363 rows starting from the beginning of the part | ||
| 4903 | 2025.01.17 08:26:17.629468 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 15 rows starting from the beginning of the part | ||
| 4904 | 2025.01.17 08:26:17.630439 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4905 | 2025.01.17 08:26:17.630476 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part | ||
| 4906 | 2025.01.17 08:26:17.630517 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4907 | 2025.01.17 08:26:17.631292 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 15 rows starting from the beginning of the part | ||
| 4908 | 2025.01.17 08:26:17.631972 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part | ||
| 4909 | 2025.01.17 08:26:17.632120 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4910 | 2025.01.17 08:26:17.632565 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 15 rows starting from the beginning of the part | ||
| 4911 | 2025.01.17 08:26:17.632966 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4912 | 2025.01.17 08:26:17.633898 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005887 sec., 13928.996093086462 rows/sec., 905.90 KiB/sec. | ||
| 4913 | 2025.01.17 08:26:17.634284 [ 5 ] {b23fe071-6153-473b-8a0b-66da5d6ee9aa} <Debug> TCPHandler: Processed in 0.006569522 sec. | ||
| 4914 | 2025.01.17 08:26:17.637415 [ 192 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 456 rows, containing 19 columns (19 merged, 0 gathered) in 0.009970199 sec., 45736.298743886655 rows/sec., 81.96 MiB/sec. | ||
| 4915 | 2025.01.17 08:26:17.638128 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4916 | 2025.01.17 08:26:17.638589 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4917 | 2025.01.17 08:26:17.638673 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4918 | 2025.01.17 08:26:17.638821 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
| 4919 | 2025.01.17 08:26:20.823739 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4920 | 2025.01.17 08:26:20.823810 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4921 | 2025.01.17 08:26:21.006242 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4922 | 2025.01.17 08:26:21.006908 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4923 | 2025.01.17 08:26:21.006947 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4924 | 2025.01.17 08:26:21.007477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4925 | 2025.01.17 08:26:21.007743 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4926 | 2025.01.17 08:26:21.007990 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4927 | 2025.01.17 08:26:21.690752 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4928 | 2025.01.17 08:26:21.710566 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2025.01.17 08:26:21.710625 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4930 | 2025.01.17 08:26:21.717703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4931 | 2025.01.17 08:26:21.718423 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2025.01.17 08:26:21.721035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4933 | 2025.01.17 08:26:22.598065 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4934 | 2025.01.17 08:26:22.598256 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4935 | 2025.01.17 08:26:22.598329 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4936 | 2025.01.17 08:26:22.599121 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4937 | 2025.01.17 08:26:22.599164 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4938 | 2025.01.17 08:26:22.599628 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4939 | 2025.01.17 08:26:22.599884 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4940 | 2025.01.17 08:26:22.600112 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001902 sec., 54679.28496319663 rows/sec., 4.56 MiB/sec. | ||
| 4941 | 2025.01.17 08:26:22.600203 [ 5 ] {5a3cd4cc-e296-4dfe-93f4-3b83d34fd11c} <Debug> TCPHandler: Processed in 0.002268397 sec. | ||
| 4942 | 2025.01.17 08:26:22.600583 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2025.01.17 08:26:22.600896 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4944 | 2025.01.17 08:26:22.601018 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4945 | 2025.01.17 08:26:22.601955 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4946 | 2025.01.17 08:26:22.602009 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4947 | 2025.01.17 08:26:22.602460 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4948 | 2025.01.17 08:26:22.602725 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4949 | 2025.01.17 08:26:22.602941 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00213 sec., 11267.605633802817 rows/sec., 847.27 KiB/sec. | ||
| 4950 | 2025.01.17 08:26:22.603076 [ 255 ] {7fd6c897-1f59-4595-81db-b05f7a20feb5} <Debug> TCPHandler: Processed in 0.002738301 sec. | ||
| 4951 | 2025.01.17 08:26:22.603252 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4952 | 2025.01.17 08:26:22.603400 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4953 | 2025.01.17 08:26:22.603464 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4954 | 2025.01.17 08:26:22.604238 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4955 | 2025.01.17 08:26:22.604287 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4956 | 2025.01.17 08:26:22.604685 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4957 | 2025.01.17 08:26:22.604928 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4958 | 2025.01.17 08:26:22.605155 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.00179 sec., 49162.01117318436 rows/sec., 3.84 MiB/sec. | ||
| 4959 | 2025.01.17 08:26:22.605214 [ 5 ] {594da3c2-1f01-46a6-b04f-4bdee82a849f} <Debug> TCPHandler: Processed in 0.002032926 sec. | ||
| 4960 | 2025.01.17 08:26:22.605367 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2025.01.17 08:26:22.605494 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4962 | 2025.01.17 08:26:22.605552 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4963 | 2025.01.17 08:26:22.606173 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4964 | 2025.01.17 08:26:22.606217 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4965 | 2025.01.17 08:26:22.606641 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4966 | 2025.01.17 08:26:22.606891 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4967 | 2025.01.17 08:26:22.607074 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001611 sec., 99317.19428926133 rows/sec., 6.92 MiB/sec. | ||
| 4968 | 2025.01.17 08:26:22.607131 [ 255 ] {1ddab329-f5a0-47e1-a215-63188f7e4dec} <Debug> TCPHandler: Processed in 0.001824634 sec. | ||
| 4969 | 2025.01.17 08:26:22.607271 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4970 | 2025.01.17 08:26:22.607395 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4971 | 2025.01.17 08:26:22.607494 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4972 | 2025.01.17 08:26:22.608814 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2025.01.17 08:26:22.608855 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4974 | 2025.01.17 08:26:22.609509 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4975 | 2025.01.17 08:26:22.609784 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4976 | 2025.01.17 08:26:22.610053 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002686 sec., 8935.219657483247 rows/sec., 16.01 MiB/sec. | ||
| 4977 | 2025.01.17 08:26:22.610171 [ 5 ] {1686ffe2-b940-4e6c-a4a1-cfab3428f5a5} <Debug> TCPHandler: Processed in 0.002955463 sec. | ||
| 4978 | 2025.01.17 08:26:22.610344 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2025.01.17 08:26:22.610477 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4980 | 2025.01.17 08:26:22.610529 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4981 | 2025.01.17 08:26:22.611022 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4982 | 2025.01.17 08:26:22.611061 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4983 | 2025.01.17 08:26:22.611434 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4984 | 2025.01.17 08:26:22.611675 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4985 | 2025.01.17 08:26:22.611852 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 4986 | 2025.01.17 08:26:22.611907 [ 255 ] {848b4457-a61c-4143-b833-c0d6034beb06} <Debug> TCPHandler: Processed in 0.001632973 sec. | ||
| 4987 | 2025.01.17 08:26:23.457638 [ 56 ] {} <Debug> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4988 | 2025.01.17 08:26:23.457708 [ 56 ] {} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4989 | 2025.01.17 08:26:23.457734 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4990 | 2025.01.17 08:26:23.457951 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 4991 | 2025.01.17 08:26:23.458164 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4992 | 2025.01.17 08:26:23.458202 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part | ||
| 4993 | 2025.01.17 08:26:23.458290 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 4994 | 2025.01.17 08:26:23.458587 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4995 | 2025.01.17 08:26:23.458757 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 4996 | 2025.01.17 08:26:23.458881 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4997 | 2025.01.17 08:26:23.460099 [ 191 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002283508 sec., 13137.681146726878 rows/sec., 1.10 MiB/sec. | ||
| 4998 | 2025.01.17 08:26:23.460317 [ 192 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4999 | 2025.01.17 08:26:23.460673 [ 192 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5000 | 2025.01.17 08:26:23.460759 [ 192 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_5_1} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5001 | 2025.01.17 08:26:23.460860 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5002 | 2025.01.17 08:26:26.060397 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 718 | ||
| 5003 | 2025.01.17 08:26:26.063871 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5004 | 2025.01.17 08:26:26.063922 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5005 | 2025.01.17 08:26:26.065386 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5006 | 2025.01.17 08:26:26.065704 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5007 | 2025.01.17 08:26:26.065926 [ 52 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5008 | 2025.01.17 08:26:26.066054 [ 52 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2025.01.17 08:26:26.066120 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5010 | 2025.01.17 08:26:26.066567 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 5011 | 2025.01.17 08:26:26.067108 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 718 | ||
| 5012 | 2025.01.17 08:26:26.067634 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5013 | 2025.01.17 08:26:26.067816 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 534 rows starting from the beginning of the part | ||
| 5014 | 2025.01.17 08:26:26.068434 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 5015 | 2025.01.17 08:26:26.069123 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 5016 | 2025.01.17 08:26:26.069831 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 44 rows starting from the beginning of the part | ||
| 5017 | 2025.01.17 08:26:26.070549 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 5018 | 2025.01.17 08:26:26.071217 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 5019 | 2025.01.17 08:26:26.079317 [ 192 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 718 rows, containing 72 columns (72 merged, 0 gathered) in 0.013015663 sec., 55164.30473038523 rows/sec., 46.97 MiB/sec. | ||
| 5020 | 2025.01.17 08:26:26.080618 [ 200 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5021 | 2025.01.17 08:26:26.081447 [ 200 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2025.01.17 08:26:26.081541 [ 200 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_16_3} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5023 | 2025.01.17 08:26:26.081885 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 5024 | 2025.01.17 08:26:26.538002 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5025 | 2025.01.17 08:26:26.538193 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5026 | 2025.01.17 08:26:26.538265 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5027 | 2025.01.17 08:26:26.539007 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5028 | 2025.01.17 08:26:26.539062 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5029 | 2025.01.17 08:26:26.539491 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5030 | 2025.01.17 08:26:26.539744 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5031 | 2025.01.17 08:26:26.540011 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 5032 | 2025.01.17 08:26:26.540137 [ 5 ] {3f9521f7-7f48-49a9-a7b7-4daeb899ff02} <Debug> TCPHandler: Processed in 0.002273689 sec. | ||
| 5033 | 2025.01.17 08:26:26.540453 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5034 | 2025.01.17 08:26:26.540651 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5035 | 2025.01.17 08:26:26.540725 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5036 | 2025.01.17 08:26:26.542154 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5037 | 2025.01.17 08:26:26.542195 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5038 | 2025.01.17 08:26:26.542723 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5039 | 2025.01.17 08:26:26.542985 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5040 | 2025.01.17 08:26:26.543187 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Debug> executeQuery: Read 1373 rows, 116.98 KiB in 0.002591 sec., 529911.2311848707 rows/sec., 44.09 MiB/sec. | ||
| 5041 | 2025.01.17 08:26:26.543243 [ 255 ] {beb6a686-fa88-468f-86a5-2176775f0130} <Debug> TCPHandler: Processed in 0.002929463 sec. | ||
| 5042 | 2025.01.17 08:26:26.543401 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5043 | 2025.01.17 08:26:26.543527 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5044 | 2025.01.17 08:26:26.543580 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5045 | 2025.01.17 08:26:26.544184 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5046 | 2025.01.17 08:26:26.544226 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5047 | 2025.01.17 08:26:26.544602 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5048 | 2025.01.17 08:26:26.544847 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5049 | 2025.01.17 08:26:26.545070 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001574 sec., 13977.12833545108 rows/sec., 1006.34 KiB/sec. | ||
| 5050 | 2025.01.17 08:26:26.545129 [ 5 ] {90ecd97c-6f2c-46ba-b20b-5fdf98d766ce} <Debug> TCPHandler: Processed in 0.001790474 sec. | ||
| 5051 | 2025.01.17 08:26:26.545299 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5052 | 2025.01.17 08:26:26.545421 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5053 | 2025.01.17 08:26:26.545474 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5054 | 2025.01.17 08:26:26.546177 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5055 | 2025.01.17 08:26:26.546219 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5056 | 2025.01.17 08:26:26.546596 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5057 | 2025.01.17 08:26:26.546850 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5058 | 2025.01.17 08:26:26.547078 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001683 sec., 143790.8496732026 rows/sec., 9.74 MiB/sec. | ||
| 5059 | 2025.01.17 08:26:26.547133 [ 255 ] {e96a7981-81ec-407b-8df1-ef1e6e44fc61} <Debug> TCPHandler: Processed in 0.001899045 sec. | ||
| 5060 | 2025.01.17 08:26:26.547291 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5061 | 2025.01.17 08:26:26.547411 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5062 | 2025.01.17 08:26:26.547463 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5063 | 2025.01.17 08:26:26.548058 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5064 | 2025.01.17 08:26:26.548099 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5065 | 2025.01.17 08:26:26.548451 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5066 | 2025.01.17 08:26:26.548687 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5067 | 2025.01.17 08:26:26.548899 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 5068 | 2025.01.17 08:26:26.548963 [ 5 ] {80c85250-0cc9-4f66-9ec4-3855a239e7fd} <Debug> TCPHandler: Processed in 0.001730964 sec. | ||
| 5069 | 2025.01.17 08:26:26.549099 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5070 | 2025.01.17 08:26:26.549215 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5071 | 2025.01.17 08:26:26.549264 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5072 | 2025.01.17 08:26:26.550171 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2025.01.17 08:26:26.550212 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5074 | 2025.01.17 08:26:26.550623 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5075 | 2025.01.17 08:26:26.550879 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5076 | 2025.01.17 08:26:26.551156 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Debug> executeQuery: Read 853 rows, 63.17 KiB in 0.001949 sec., 437660.33863519755 rows/sec., 31.65 MiB/sec. | ||
| 5077 | 2025.01.17 08:26:26.551241 [ 255 ] {932e6584-99bf-425c-a04a-e12d86985396} <Debug> TCPHandler: Processed in 0.002198518 sec. | ||
| 5078 | 2025.01.17 08:26:26.551467 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5079 | 2025.01.17 08:26:26.551655 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5080 | 2025.01.17 08:26:26.551710 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5081 | 2025.01.17 08:26:26.552215 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5082 | 2025.01.17 08:26:26.552255 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5083 | 2025.01.17 08:26:26.552624 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5084 | 2025.01.17 08:26:26.552858 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5085 | 2025.01.17 08:26:26.553086 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 5086 | 2025.01.17 08:26:26.553140 [ 5 ] {bce671d7-20f3-46da-a5e3-b8a946ac3e7b} <Debug> TCPHandler: Processed in 0.001804285 sec. | ||
| 5087 | 2025.01.17 08:26:26.553284 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5088 | 2025.01.17 08:26:26.553402 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5089 | 2025.01.17 08:26:26.553455 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5090 | 2025.01.17 08:26:26.554213 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5091 | 2025.01.17 08:26:26.554252 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5092 | 2025.01.17 08:26:26.554697 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5093 | 2025.01.17 08:26:26.554945 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5094 | 2025.01.17 08:26:26.555196 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.001806 sec., 512181.6168327796 rows/sec., 34.18 MiB/sec. | ||
| 5095 | 2025.01.17 08:26:26.555268 [ 255 ] {068b5a7b-85f2-427f-82b6-42614ef2f441} <Debug> TCPHandler: Processed in 0.002042376 sec. | ||
| 5096 | 2025.01.17 08:26:26.555494 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5097 | 2025.01.17 08:26:26.555656 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5098 | 2025.01.17 08:26:26.555707 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5099 | 2025.01.17 08:26:26.556202 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5100 | 2025.01.17 08:26:26.556242 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5101 | 2025.01.17 08:26:26.556610 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5102 | 2025.01.17 08:26:26.556848 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5103 | 2025.01.17 08:26:26.557021 [ 51 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5104 | 2025.01.17 08:26:26.557095 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001461 sec., 684.4626967830253 rows/sec., 46.12 KiB/sec. | ||
| 5105 | 2025.01.17 08:26:26.557118 [ 51 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2025.01.17 08:26:26.557195 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5107 | 2025.01.17 08:26:26.557225 [ 5 ] {66629f53-c561-4461-9296-dba52f677e4a} <Debug> TCPHandler: Processed in 0.001858015 sec. | ||
| 5108 | 2025.01.17 08:26:26.557434 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 5109 | 2025.01.17 08:26:26.557445 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2025.01.17 08:26:26.557683 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5111 | 2025.01.17 08:26:26.557696 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5112 | 2025.01.17 08:26:26.557783 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 5113 | 2025.01.17 08:26:26.557864 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5114 | 2025.01.17 08:26:26.558174 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 5115 | 2025.01.17 08:26:26.558612 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5116 | 2025.01.17 08:26:26.558911 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5117 | 2025.01.17 08:26:26.559308 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5118 | 2025.01.17 08:26:26.559679 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5119 | 2025.01.17 08:26:26.563569 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.0062573 sec., 2397.2000703178687 rows/sec., 161.53 KiB/sec. | ||
| 5120 | 2025.01.17 08:26:26.563692 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5121 | 2025.01.17 08:26:26.563766 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5122 | 2025.01.17 08:26:26.563779 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5123 | 2025.01.17 08:26:26.564422 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5124 | 2025.01.17 08:26:26.564670 [ 189 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_15_3} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5125 | 2025.01.17 08:26:26.564837 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 5126 | 2025.01.17 08:26:26.565145 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5127 | 2025.01.17 08:26:26.565429 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5128 | 2025.01.17 08:26:26.565685 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.008081 sec., 1856.2059151095161 rows/sec., 3.33 MiB/sec. | ||
| 5129 | 2025.01.17 08:26:26.565798 [ 255 ] {881ab827-5e38-4034-afdc-554e0f11d32a} <Debug> TCPHandler: Processed in 0.008474597 sec. | ||
| 5130 | 2025.01.17 08:26:26.565958 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5131 | 2025.01.17 08:26:26.566076 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5132 | 2025.01.17 08:26:26.566129 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5133 | 2025.01.17 08:26:26.566626 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2025.01.17 08:26:26.566667 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5135 | 2025.01.17 08:26:26.567043 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5136 | 2025.01.17 08:26:26.567274 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5137 | 2025.01.17 08:26:26.567532 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001481 sec., 47265.361242403786 rows/sec., 2.97 MiB/sec. | ||
| 5138 | 2025.01.17 08:26:26.567734 [ 5 ] {df9597c0-5835-47d4-8542-50e272bd901b} <Debug> TCPHandler: Processed in 0.001833465 sec. | ||
| 5139 | 2025.01.17 08:26:27.590213 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5140 | 2025.01.17 08:26:27.590427 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5141 | 2025.01.17 08:26:27.590510 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5142 | 2025.01.17 08:26:27.591267 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5143 | 2025.01.17 08:26:27.591318 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5144 | 2025.01.17 08:26:27.591749 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5145 | 2025.01.17 08:26:27.591996 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5146 | 2025.01.17 08:26:27.592185 [ 50 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5147 | 2025.01.17 08:26:27.592221 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001851 sec., 30253.916801728796 rows/sec., 2.31 MiB/sec. | ||
| 5148 | 2025.01.17 08:26:27.592273 [ 50 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5149 | 2025.01.17 08:26:27.592352 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5150 | 2025.01.17 08:26:27.592357 [ 5 ] {a7c3dd6e-b769-4548-a09c-6f4039db6180} <Debug> TCPHandler: Processed in 0.002281718 sec. | ||
| 5151 | 2025.01.17 08:26:27.592625 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 5152 | 2025.01.17 08:26:27.592678 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5153 | 2025.01.17 08:26:27.592931 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5154 | 2025.01.17 08:26:27.593005 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1431 rows starting from the beginning of the part | ||
| 5155 | 2025.01.17 08:26:27.593007 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5156 | 2025.01.17 08:26:27.593242 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5157 | 2025.01.17 08:26:27.593337 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 105 rows starting from the beginning of the part | ||
| 5158 | 2025.01.17 08:26:27.593746 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 233 rows starting from the beginning of the part | ||
| 5159 | 2025.01.17 08:26:27.594068 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part | ||
| 5160 | 2025.01.17 08:26:27.594463 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1373 rows starting from the beginning of the part | ||
| 5161 | 2025.01.17 08:26:27.594789 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 5162 | 2025.01.17 08:26:27.595871 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5163 | 2025.01.17 08:26:27.595923 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5164 | 2025.01.17 08:26:27.596510 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5165 | 2025.01.17 08:26:27.596780 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5166 | 2025.01.17 08:26:27.597032 [ 50 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5167 | 2025.01.17 08:26:27.597250 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004307 sec., 14859.530996052938 rows/sec., 1.16 MiB/sec. | ||
| 5168 | 2025.01.17 08:26:27.597243 [ 50 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5169 | 2025.01.17 08:26:27.597487 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5170 | 2025.01.17 08:26:27.597679 [ 255 ] {9a981668-35f2-4ac1-9989-7e20559f0a84} <Debug> TCPHandler: Processed in 0.005186561 sec. | ||
| 5171 | 2025.01.17 08:26:27.597992 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5172 | 2025.01.17 08:26:27.597806 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3302 rows, containing 5 columns (5 merged, 0 gathered) in 0.005312382 sec., 621566.74727081 rows/sec., 54.26 MiB/sec. | ||
| 5173 | 2025.01.17 08:26:27.598062 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 5174 | 2025.01.17 08:26:27.598524 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5175 | 2025.01.17 08:26:27.598722 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5176 | 2025.01.17 08:26:27.598818 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5177 | 2025.01.17 08:26:27.598870 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5178 | 2025.01.17 08:26:27.599062 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 913 rows starting from the beginning of the part | ||
| 5179 | 2025.01.17 08:26:27.599663 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 90 rows starting from the beginning of the part | ||
| 5180 | 2025.01.17 08:26:27.600147 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 397 rows starting from the beginning of the part | ||
| 5181 | 2025.01.17 08:26:27.600329 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2025.01.17 08:26:27.600802 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part | ||
| 5183 | 2025.01.17 08:26:27.600895 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_36_7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5184 | 2025.01.17 08:26:27.601521 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 5185 | 2025.01.17 08:26:27.601639 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 853 rows starting from the beginning of the part | ||
| 5186 | 2025.01.17 08:26:27.602010 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 5187 | 2025.01.17 08:26:27.602731 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2025.01.17 08:26:27.602799 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5189 | 2025.01.17 08:26:27.603739 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5190 | 2025.01.17 08:26:27.604327 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2025.01.17 08:26:27.604581 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5192 | 2025.01.17 08:26:27.604651 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5193 | 2025.01.17 08:26:27.604748 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5194 | 2025.01.17 08:26:27.604772 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.006443 sec., 4966.630451652957 rows/sec., 354.22 KiB/sec. | ||
| 5195 | 2025.01.17 08:26:27.605243 [ 5 ] {ca0c0be3-1519-4937-88f2-6b6bc9a11436} <Debug> TCPHandler: Processed in 0.007392688 sec. | ||
| 5196 | 2025.01.17 08:26:27.605341 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 5197 | 2025.01.17 08:26:27.605618 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5198 | 2025.01.17 08:26:27.606219 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5199 | 2025.01.17 08:26:27.606458 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5200 | 2025.01.17 08:26:27.606547 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5201 | 2025.01.17 08:26:27.606649 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8580 rows starting from the beginning of the part | ||
| 5202 | 2025.01.17 08:26:27.607057 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 5203 | 2025.01.17 08:26:27.607188 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2405 rows, containing 5 columns (5 merged, 0 gathered) in 0.009498625 sec., 253194.54131519035 rows/sec., 19.41 MiB/sec. | ||
| 5204 | 2025.01.17 08:26:27.607573 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5205 | 2025.01.17 08:26:27.607715 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5206 | 2025.01.17 08:26:27.608188 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5207 | 2025.01.17 08:26:27.608445 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 925 rows starting from the beginning of the part | ||
| 5208 | 2025.01.17 08:26:27.609054 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 32 rows starting from the beginning of the part | ||
| 5209 | 2025.01.17 08:26:27.609211 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5210 | 2025.01.17 08:26:27.609625 [ 196 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_36_7} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5211 | 2025.01.17 08:26:27.609830 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 5212 | 2025.01.17 08:26:27.609965 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2025.01.17 08:26:27.610012 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5214 | 2025.01.17 08:26:27.610490 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5215 | 2025.01.17 08:26:27.610804 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2025.01.17 08:26:27.611088 [ 50 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5217 | 2025.01.17 08:26:27.611247 [ 50 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5218 | 2025.01.17 08:26:27.611296 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005276 sec., 2274.450341167551 rows/sec., 156.96 KiB/sec. | ||
| 5219 | 2025.01.17 08:26:27.611332 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5220 | 2025.01.17 08:26:27.611476 [ 255 ] {236c51dd-6029-4cb8-b79d-d66b65b6298b} <Debug> TCPHandler: Processed in 0.006083339 sec. | ||
| 5221 | 2025.01.17 08:26:27.612067 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 5222 | 2025.01.17 08:26:27.612636 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5223 | 2025.01.17 08:26:27.612680 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1714 rows starting from the beginning of the part | ||
| 5224 | 2025.01.17 08:26:27.612795 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5225 | 2025.01.17 08:26:27.612863 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5226 | 2025.01.17 08:26:27.613447 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5227 | 2025.01.17 08:26:27.613714 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 70 rows starting from the beginning of the part | ||
| 5228 | 2025.01.17 08:26:27.613908 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part | ||
| 5229 | 2025.01.17 08:26:27.615326 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10095 rows, containing 5 columns (5 merged, 0 gathered) in 0.010457843 sec., 965304.2219126832 rows/sec., 65.12 MiB/sec. | ||
| 5230 | 2025.01.17 08:26:27.615650 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5231 | 2025.01.17 08:26:27.616190 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 4 columns (4 merged, 0 gathered) in 0.004661307 sec., 428635.14460643765 rows/sec., 27.81 MiB/sec. | ||
| 5232 | 2025.01.17 08:26:27.616273 [ 190 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2025.01.17 08:26:27.616405 [ 190 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5234 | 2025.01.17 08:26:27.616525 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5235 | 2025.01.17 08:26:27.616529 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 5236 | 2025.01.17 08:26:27.616813 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5237 | 2025.01.17 08:26:27.616891 [ 198 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_36_7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5238 | 2025.01.17 08:26:27.616977 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5239 | 2025.01.17 08:26:28.508191 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 5240 | 2025.01.17 08:26:28.508893 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2025.01.17 08:26:28.508942 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5242 | 2025.01.17 08:26:28.509477 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5243 | 2025.01.17 08:26:28.509736 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2025.01.17 08:26:28.509979 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 5245 | 2025.01.17 08:26:29.221168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 5246 | 2025.01.17 08:26:29.242343 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2025.01.17 08:26:29.242386 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5248 | 2025.01.17 08:26:29.250298 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5249 | 2025.01.17 08:26:29.251056 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2025.01.17 08:26:29.253653 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 5251 | 2025.01.17 08:26:32.597952 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5252 | 2025.01.17 08:26:32.598248 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5253 | 2025.01.17 08:26:32.598353 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5254 | 2025.01.17 08:26:32.599281 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5255 | 2025.01.17 08:26:32.599326 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5256 | 2025.01.17 08:26:32.599754 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5257 | 2025.01.17 08:26:32.600014 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5258 | 2025.01.17 08:26:32.600242 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002069 sec., 50265.828902851616 rows/sec., 4.19 MiB/sec. | ||
| 5259 | 2025.01.17 08:26:32.600299 [ 5 ] {9c9d8436-b9b2-47e4-89b3-6c42e51956a4} <Debug> TCPHandler: Processed in 0.002520589 sec. | ||
| 5260 | 2025.01.17 08:26:32.600541 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5261 | 2025.01.17 08:26:32.600761 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5262 | 2025.01.17 08:26:32.600845 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5263 | 2025.01.17 08:26:32.601710 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2025.01.17 08:26:32.601754 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5265 | 2025.01.17 08:26:32.602198 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5266 | 2025.01.17 08:26:32.602454 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2025.01.17 08:26:32.602657 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001956 sec., 12269.938650306749 rows/sec., 922.64 KiB/sec. | ||
| 5268 | 2025.01.17 08:26:32.602721 [ 255 ] {92e44f07-bb5f-4cad-b896-517b9e9539c7} <Debug> TCPHandler: Processed in 0.002317149 sec. | ||
| 5269 | 2025.01.17 08:26:32.602908 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5270 | 2025.01.17 08:26:32.603050 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5271 | 2025.01.17 08:26:32.603110 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5272 | 2025.01.17 08:26:32.603809 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5273 | 2025.01.17 08:26:32.603850 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5274 | 2025.01.17 08:26:32.604212 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5275 | 2025.01.17 08:26:32.604447 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5276 | 2025.01.17 08:26:32.604673 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001652 sec., 53268.76513317191 rows/sec., 4.16 MiB/sec. | ||
| 5277 | 2025.01.17 08:26:32.604787 [ 5 ] {37ef78d2-9fdd-454d-8a06-c63a5570f93f} <Debug> TCPHandler: Processed in 0.001946515 sec. | ||
| 5278 | 2025.01.17 08:26:32.604983 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5279 | 2025.01.17 08:26:32.605133 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5280 | 2025.01.17 08:26:32.605200 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5281 | 2025.01.17 08:26:32.605838 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5282 | 2025.01.17 08:26:32.605876 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5283 | 2025.01.17 08:26:32.606275 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5284 | 2025.01.17 08:26:32.606513 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2025.01.17 08:26:32.606767 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001659 sec., 96443.64074743821 rows/sec., 6.72 MiB/sec. | ||
| 5286 | 2025.01.17 08:26:32.606943 [ 255 ] {279e02f5-cf10-491a-bbe8-1c821680fc79} <Debug> TCPHandler: Processed in 0.002067336 sec. | ||
| 5287 | 2025.01.17 08:26:32.607151 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5288 | 2025.01.17 08:26:32.607293 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5289 | 2025.01.17 08:26:32.607380 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5290 | 2025.01.17 08:26:32.608583 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5291 | 2025.01.17 08:26:32.608622 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5292 | 2025.01.17 08:26:32.609244 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5293 | 2025.01.17 08:26:32.609499 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5294 | 2025.01.17 08:26:32.609716 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002447 sec., 9807.928075194115 rows/sec., 17.58 MiB/sec. | ||
| 5295 | 2025.01.17 08:26:32.609952 [ 5 ] {c7752677-f9b7-4d94-8cea-ef9f5b0ad7b1} <Debug> TCPHandler: Processed in 0.002913783 sec. | ||
| 5296 | 2025.01.17 08:26:32.610117 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5297 | 2025.01.17 08:26:32.610259 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5298 | 2025.01.17 08:26:32.610320 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5299 | 2025.01.17 08:26:32.610861 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5300 | 2025.01.17 08:26:32.610901 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5301 | 2025.01.17 08:26:32.611278 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5302 | 2025.01.17 08:26:32.611516 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5303 | 2025.01.17 08:26:32.611759 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 5304 | 2025.01.17 08:26:32.611841 [ 255 ] {4b7b70a4-5cb6-409e-9d3a-dd8147025c8d} <Debug> TCPHandler: Processed in 0.001791244 sec. | ||
| 5305 | 2025.01.17 08:26:35.823860 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5306 | 2025.01.17 08:26:35.823928 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5307 | 2025.01.17 08:26:36.010188 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5308 | 2025.01.17 08:26:36.011089 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2025.01.17 08:26:36.011131 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5310 | 2025.01.17 08:26:36.011702 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5311 | 2025.01.17 08:26:36.011958 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5312 | 2025.01.17 08:26:36.012197 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5313 | 2025.01.17 08:26:36.067409 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 760 | ||
| 5314 | 2025.01.17 08:26:36.070679 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5315 | 2025.01.17 08:26:36.070721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5316 | 2025.01.17 08:26:36.072180 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5317 | 2025.01.17 08:26:36.072489 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5318 | 2025.01.17 08:26:36.073482 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 760 | ||
| 5319 | 2025.01.17 08:26:36.753794 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5320 | 2025.01.17 08:26:36.774712 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5321 | 2025.01.17 08:26:36.774771 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5322 | 2025.01.17 08:26:36.782325 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5323 | 2025.01.17 08:26:36.783174 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5324 | 2025.01.17 08:26:36.786385 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5325 | 2025.01.17 08:26:37.600691 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5326 | 2025.01.17 08:26:37.600897 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5327 | 2025.01.17 08:26:37.600978 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5328 | 2025.01.17 08:26:37.601873 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5329 | 2025.01.17 08:26:37.601925 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5330 | 2025.01.17 08:26:37.602354 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5331 | 2025.01.17 08:26:37.602631 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5332 | 2025.01.17 08:26:37.602865 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002025 sec., 6913.580246913581 rows/sec., 497.69 KiB/sec. | ||
| 5333 | 2025.01.17 08:26:37.602924 [ 5 ] {4d294a97-616d-4c3b-8e2b-52e52158f457} <Debug> TCPHandler: Processed in 0.002374439 sec. | ||
| 5334 | 2025.01.17 08:26:37.603211 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5335 | 2025.01.17 08:26:37.603425 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5336 | 2025.01.17 08:26:37.603508 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5337 | 2025.01.17 08:26:37.604420 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5338 | 2025.01.17 08:26:37.604463 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5339 | 2025.01.17 08:26:37.604930 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5340 | 2025.01.17 08:26:37.605199 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5341 | 2025.01.17 08:26:37.605410 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002044 sec., 113992.1722113503 rows/sec., 9.97 MiB/sec. | ||
| 5342 | 2025.01.17 08:26:37.605475 [ 255 ] {54b45ca9-1695-482e-b3c1-2cd819badf71} <Debug> TCPHandler: Processed in 0.002399409 sec. | ||
| 5343 | 2025.01.17 08:26:37.605638 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5344 | 2025.01.17 08:26:37.605757 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5345 | 2025.01.17 08:26:37.605810 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5346 | 2025.01.17 08:26:37.606407 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5347 | 2025.01.17 08:26:37.606447 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5348 | 2025.01.17 08:26:37.606806 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5349 | 2025.01.17 08:26:37.607045 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2025.01.17 08:26:37.607256 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001523 sec., 14445.173998686801 rows/sec., 1.02 MiB/sec. | ||
| 5351 | 2025.01.17 08:26:37.607308 [ 5 ] {c0b5500e-ec03-4f1d-8964-91782dab38f2} <Debug> TCPHandler: Processed in 0.001725733 sec. | ||
| 5352 | 2025.01.17 08:26:37.607498 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5353 | 2025.01.17 08:26:37.607660 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5354 | 2025.01.17 08:26:37.607726 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5355 | 2025.01.17 08:26:37.608382 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2025.01.17 08:26:37.608421 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5357 | 2025.01.17 08:26:37.608805 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5358 | 2025.01.17 08:26:37.609065 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2025.01.17 08:26:37.609197 [ 40 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5360 | 2025.01.17 08:26:37.609238 [ 40 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2025.01.17 08:26:37.609256 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 5362 | 2025.01.17 08:26:37.609265 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5363 | 2025.01.17 08:26:37.609364 [ 255 ] {8abd8c1b-a40a-4d03-9265-4a5a4c3a3e8a} <Debug> TCPHandler: Processed in 0.001946636 sec. | ||
| 5364 | 2025.01.17 08:26:37.609516 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 5365 | 2025.01.17 08:26:37.609564 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5366 | 2025.01.17 08:26:37.609678 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5367 | 2025.01.17 08:26:37.609729 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5368 | 2025.01.17 08:26:37.609731 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5369 | 2025.01.17 08:26:37.609820 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5370 | 2025.01.17 08:26:37.609911 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 242 rows starting from the beginning of the part | ||
| 5371 | 2025.01.17 08:26:37.610366 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 5372 | 2025.01.17 08:26:37.610753 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5373 | 2025.01.17 08:26:37.611191 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 242 rows starting from the beginning of the part | ||
| 5374 | 2025.01.17 08:26:37.611569 [ 193 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5375 | 2025.01.17 08:26:37.612318 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5376 | 2025.01.17 08:26:37.612363 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5377 | 2025.01.17 08:26:37.612992 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5378 | 2025.01.17 08:26:37.613348 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2025.01.17 08:26:37.613351 [ 190 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.003973231 sec., 193293.5688863799 rows/sec., 13.84 MiB/sec. | ||
| 5380 | 2025.01.17 08:26:37.613730 [ 190 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5381 | 2025.01.17 08:26:37.613809 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004091 sec., 3177.7071620630654 rows/sec., 198.13 KiB/sec. | ||
| 5382 | 2025.01.17 08:26:37.614132 [ 5 ] {b791b334-ae5b-491e-8ac1-2fc89b9ee35b} <Debug> TCPHandler: Processed in 0.004652827 sec. | ||
| 5383 | 2025.01.17 08:26:37.614384 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5384 | 2025.01.17 08:26:37.614580 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5385 | 2025.01.17 08:26:37.614586 [ 190 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2025.01.17 08:26:37.614692 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5387 | 2025.01.17 08:26:37.614813 [ 190 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_16_3} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5388 | 2025.01.17 08:26:37.615010 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 5389 | 2025.01.17 08:26:37.615681 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5390 | 2025.01.17 08:26:37.615725 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5391 | 2025.01.17 08:26:37.616130 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5392 | 2025.01.17 08:26:37.616385 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5393 | 2025.01.17 08:26:37.616607 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.002081 sec., 190773.66650648726 rows/sec., 13.55 MiB/sec. | ||
| 5394 | 2025.01.17 08:26:37.616680 [ 255 ] {964397e1-f3c9-44ad-b10f-ae47d2bd50e8} <Debug> TCPHandler: Processed in 0.002408559 sec. | ||
| 5395 | 2025.01.17 08:26:37.616867 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5396 | 2025.01.17 08:26:37.616987 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5397 | 2025.01.17 08:26:37.617039 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5398 | 2025.01.17 08:26:37.617541 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5399 | 2025.01.17 08:26:37.617586 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5400 | 2025.01.17 08:26:37.617953 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5401 | 2025.01.17 08:26:37.618210 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5402 | 2025.01.17 08:26:37.618386 [ 39 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5403 | 2025.01.17 08:26:37.618451 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 5404 | 2025.01.17 08:26:37.618466 [ 39 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5405 | 2025.01.17 08:26:37.618530 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5406 | 2025.01.17 08:26:37.618577 [ 5 ] {2ac2ba5b-b16b-4798-9fad-1ae0eda90c4b} <Debug> TCPHandler: Processed in 0.001810685 sec. | ||
| 5407 | 2025.01.17 08:26:37.618767 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5408 | 2025.01.17 08:26:37.618769 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 5409 | 2025.01.17 08:26:37.618937 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5410 | 2025.01.17 08:26:37.618941 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5411 | 2025.01.17 08:26:37.618993 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5412 | 2025.01.17 08:26:37.619013 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5413 | 2025.01.17 08:26:37.619240 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5414 | 2025.01.17 08:26:37.619588 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5415 | 2025.01.17 08:26:37.619942 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5416 | 2025.01.17 08:26:37.620260 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 5417 | 2025.01.17 08:26:37.620630 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5418 | 2025.01.17 08:26:37.621522 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5419 | 2025.01.17 08:26:37.621568 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5420 | 2025.01.17 08:26:37.622234 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5421 | 2025.01.17 08:26:37.622354 [ 191 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710709 sec., 25871.066688333685 rows/sec., 1.32 MiB/sec. | ||
| 5422 | 2025.01.17 08:26:37.622624 [ 191 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5423 | 2025.01.17 08:26:37.622637 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2025.01.17 08:26:37.623096 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004212 sec., 56267.80626780627 rows/sec., 3.77 MiB/sec. | ||
| 5425 | 2025.01.17 08:26:37.623238 [ 255 ] {ae23e264-0caf-4c7c-bd89-4d1dd665bf07} <Debug> TCPHandler: Processed in 0.004555347 sec. | ||
| 5426 | 2025.01.17 08:26:37.623373 [ 191 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2025.01.17 08:26:37.623445 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5428 | 2025.01.17 08:26:37.623503 [ 191 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_16_3} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5429 | 2025.01.17 08:26:37.623665 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5430 | 2025.01.17 08:26:37.623674 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5431 | 2025.01.17 08:26:37.623755 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5432 | 2025.01.17 08:26:37.624249 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2025.01.17 08:26:37.624289 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5434 | 2025.01.17 08:26:37.624649 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5435 | 2025.01.17 08:26:37.624890 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2025.01.17 08:26:37.625104 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001516 sec., 659.6306068601583 rows/sec., 44.45 KiB/sec. | ||
| 5437 | 2025.01.17 08:26:37.625152 [ 5 ] {ae86bcc5-4e68-4349-8dcb-e056854eb880} <Debug> TCPHandler: Processed in 0.001818865 sec. | ||
| 5438 | 2025.01.17 08:26:37.625323 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5439 | 2025.01.17 08:26:37.625466 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5440 | 2025.01.17 08:26:37.625562 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5441 | 2025.01.17 08:26:37.626715 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5442 | 2025.01.17 08:26:37.626755 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5443 | 2025.01.17 08:26:37.627402 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5444 | 2025.01.17 08:26:37.627667 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5445 | 2025.01.17 08:26:37.627962 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002526 sec., 5938.242280285035 rows/sec., 10.64 MiB/sec. | ||
| 5446 | 2025.01.17 08:26:37.628286 [ 255 ] {b5102908-b395-401b-ab1d-2d56e514c99a} <Debug> TCPHandler: Processed in 0.003027913 sec. | ||
| 5447 | 2025.01.17 08:26:37.628444 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5448 | 2025.01.17 08:26:37.628584 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5449 | 2025.01.17 08:26:37.628645 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5450 | 2025.01.17 08:26:37.629170 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5451 | 2025.01.17 08:26:37.629210 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5452 | 2025.01.17 08:26:37.629593 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5453 | 2025.01.17 08:26:37.629838 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5454 | 2025.01.17 08:26:37.630084 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 5455 | 2025.01.17 08:26:37.630135 [ 5 ] {46526648-5858-4a6f-bad3-444a67f3736c} <Debug> TCPHandler: Processed in 0.001759214 sec. | ||
| 5456 | 2025.01.17 08:26:42.597339 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5457 | 2025.01.17 08:26:42.597541 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5458 | 2025.01.17 08:26:42.597616 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5459 | 2025.01.17 08:26:42.598352 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5460 | 2025.01.17 08:26:42.598402 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5461 | 2025.01.17 08:26:42.598823 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5462 | 2025.01.17 08:26:42.599077 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5463 | 2025.01.17 08:26:42.599310 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001819 sec., 1099.5052226498076 rows/sec., 89.66 KiB/sec. | ||
| 5464 | 2025.01.17 08:26:42.599414 [ 5 ] {8b69b0ad-430c-476c-a8cb-cfb1656b3603} <Debug> TCPHandler: Processed in 0.002205838 sec. | ||
| 5465 | 2025.01.17 08:26:42.599689 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5466 | 2025.01.17 08:26:42.599909 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5467 | 2025.01.17 08:26:42.599991 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5468 | 2025.01.17 08:26:42.600802 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5469 | 2025.01.17 08:26:42.600851 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5470 | 2025.01.17 08:26:42.601314 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5471 | 2025.01.17 08:26:42.601577 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2025.01.17 08:26:42.601837 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.00199 sec., 52763.81909547739 rows/sec., 4.39 MiB/sec. | ||
| 5473 | 2025.01.17 08:26:42.601908 [ 255 ] {77db630c-dedf-487b-8020-9b26224f4d9a} <Debug> TCPHandler: Processed in 0.002362288 sec. | ||
| 5474 | 2025.01.17 08:26:42.602077 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5475 | 2025.01.17 08:26:42.602222 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5476 | 2025.01.17 08:26:42.602285 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5477 | 2025.01.17 08:26:42.603001 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2025.01.17 08:26:42.603043 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5479 | 2025.01.17 08:26:42.603432 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5480 | 2025.01.17 08:26:42.603671 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5481 | 2025.01.17 08:26:42.603830 [ 26 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5482 | 2025.01.17 08:26:42.603903 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001709 sec., 15213.57519016969 rows/sec., 1.11 MiB/sec. | ||
| 5483 | 2025.01.17 08:26:42.603910 [ 26 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2025.01.17 08:26:42.603980 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5485 | 2025.01.17 08:26:42.604035 [ 5 ] {2cf637d1-5269-4aa6-ad4e-647ad09e5f60} <Debug> TCPHandler: Processed in 0.002023496 sec. | ||
| 5486 | 2025.01.17 08:26:42.604349 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 5487 | 2025.01.17 08:26:42.604360 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5488 | 2025.01.17 08:26:42.604807 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5489 | 2025.01.17 08:26:42.604873 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5490 | 2025.01.17 08:26:42.604929 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 64 rows starting from the beginning of the part | ||
| 5491 | 2025.01.17 08:26:42.605093 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5492 | 2025.01.17 08:26:42.605353 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
| 5493 | 2025.01.17 08:26:42.605679 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
| 5494 | 2025.01.17 08:26:42.606019 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 5495 | 2025.01.17 08:26:42.606330 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part | ||
| 5496 | 2025.01.17 08:26:42.606753 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
| 5497 | 2025.01.17 08:26:42.608160 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5498 | 2025.01.17 08:26:42.608243 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5499 | 2025.01.17 08:26:42.609245 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5500 | 2025.01.17 08:26:42.609507 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.005417633 sec., 33594.00682918167 rows/sec., 2.54 MiB/sec. | ||
| 5501 | 2025.01.17 08:26:42.609671 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5502 | 2025.01.17 08:26:42.609729 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2025.01.17 08:26:42.610136 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.005465 sec., 16468.43549862763 rows/sec., 1.29 MiB/sec. | ||
| 5504 | 2025.01.17 08:26:42.610323 [ 255 ] {209b9cca-e2d8-4eef-9dae-a7195bcc345f} <Debug> TCPHandler: Processed in 0.006164689 sec. | ||
| 5505 | 2025.01.17 08:26:42.610321 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5506 | 2025.01.17 08:26:42.610507 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5507 | 2025.01.17 08:26:42.610507 [ 201 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_31_6} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5508 | 2025.01.17 08:26:42.610618 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5509 | 2025.01.17 08:26:42.610656 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5510 | 2025.01.17 08:26:42.610711 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5511 | 2025.01.17 08:26:42.611284 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2025.01.17 08:26:42.611325 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5513 | 2025.01.17 08:26:42.611723 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5514 | 2025.01.17 08:26:42.611961 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5515 | 2025.01.17 08:26:42.612175 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001555 sec., 103536.97749196141 rows/sec., 7.21 MiB/sec. | ||
| 5516 | 2025.01.17 08:26:42.612229 [ 5 ] {7b57d7f2-107d-4665-b604-db345c562473} <Debug> TCPHandler: Processed in 0.001810324 sec. | ||
| 5517 | 2025.01.17 08:26:42.612377 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5518 | 2025.01.17 08:26:42.612518 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5519 | 2025.01.17 08:26:42.612613 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5520 | 2025.01.17 08:26:42.613877 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5521 | 2025.01.17 08:26:42.613918 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5522 | 2025.01.17 08:26:42.614574 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5523 | 2025.01.17 08:26:42.614853 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5524 | 2025.01.17 08:26:42.615040 [ 26 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5525 | 2025.01.17 08:26:42.615120 [ 26 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5526 | 2025.01.17 08:26:42.615144 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002651 sec., 9053.187476423991 rows/sec., 16.22 MiB/sec. | ||
| 5527 | 2025.01.17 08:26:42.615159 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5528 | 2025.01.17 08:26:42.615670 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 5529 | 2025.01.17 08:26:42.615957 [ 255 ] {21c7aba1-4417-4643-ae42-cd0a6f917104} <Debug> TCPHandler: Processed in 0.003644148 sec. | ||
| 5530 | 2025.01.17 08:26:42.616242 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5531 | 2025.01.17 08:26:42.616465 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5532 | 2025.01.17 08:26:42.616543 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5533 | 2025.01.17 08:26:42.616561 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5534 | 2025.01.17 08:26:42.616680 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 456 rows starting from the beginning of the part | ||
| 5535 | 2025.01.17 08:26:42.617352 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part | ||
| 5536 | 2025.01.17 08:26:42.618006 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 15 rows starting from the beginning of the part | ||
| 5537 | 2025.01.17 08:26:42.618036 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5538 | 2025.01.17 08:26:42.618096 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5539 | 2025.01.17 08:26:42.618553 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part | ||
| 5540 | 2025.01.17 08:26:42.619122 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 15 rows starting from the beginning of the part | ||
| 5541 | 2025.01.17 08:26:42.619230 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5542 | 2025.01.17 08:26:42.619561 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part | ||
| 5543 | 2025.01.17 08:26:42.619974 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5544 | 2025.01.17 08:26:42.620499 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004053 sec., 14803.849000740192 rows/sec., 1021.62 KiB/sec. | ||
| 5545 | 2025.01.17 08:26:42.620919 [ 5 ] {1ac6ad79-3187-4047-8c8e-89d26ab292fe} <Debug> TCPHandler: Processed in 0.004825399 sec. | ||
| 5546 | 2025.01.17 08:26:42.627093 [ 186 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 558 rows, containing 19 columns (19 merged, 0 gathered) in 0.011774274 sec., 47391.4570019349 rows/sec., 84.92 MiB/sec. | ||
| 5547 | 2025.01.17 08:26:42.627984 [ 187 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5548 | 2025.01.17 08:26:42.628505 [ 187 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5549 | 2025.01.17 08:26:42.628611 [ 187 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5550 | 2025.01.17 08:26:42.628797 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 5551 | 2025.01.17 08:26:43.000185 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 191.85 MiB, peak 199.16 MiB, free memory in arenas 0.00 B, will set to 192.86 MiB (RSS), difference: 1.02 MiB | ||
| 5552 | 2025.01.17 08:26:43.512402 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5553 | 2025.01.17 08:26:43.513047 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5554 | 2025.01.17 08:26:43.513094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5555 | 2025.01.17 08:26:43.513619 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5556 | 2025.01.17 08:26:43.513884 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2025.01.17 08:26:43.514192 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5558 | 2025.01.17 08:26:44.286522 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5559 | 2025.01.17 08:26:44.310684 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5560 | 2025.01.17 08:26:44.310730 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5561 | 2025.01.17 08:26:44.318258 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5562 | 2025.01.17 08:26:44.319089 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5563 | 2025.01.17 08:26:44.322199 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5564 | 2025.01.17 08:26:46.073784 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 796 | ||
| 5565 | 2025.01.17 08:26:46.076836 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2025.01.17 08:26:46.076882 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5567 | 2025.01.17 08:26:46.078339 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5568 | 2025.01.17 08:26:46.078641 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2025.01.17 08:26:46.079371 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 796 | ||
| 5570 | 2025.01.17 08:26:47.602547 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5571 | 2025.01.17 08:26:47.602740 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5572 | 2025.01.17 08:26:47.602816 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5573 | 2025.01.17 08:26:47.603566 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5574 | 2025.01.17 08:26:47.603621 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5575 | 2025.01.17 08:26:47.604097 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5576 | 2025.01.17 08:26:47.604363 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5577 | 2025.01.17 08:26:47.604553 [ 64 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5578 | 2025.01.17 08:26:47.604630 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001936 sec., 7231.4049586776855 rows/sec., 520.56 KiB/sec. | ||
| 5579 | 2025.01.17 08:26:47.604641 [ 64 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5580 | 2025.01.17 08:26:47.604712 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5581 | 2025.01.17 08:26:47.604771 [ 5 ] {3c0c7d92-7e0f-4259-9939-e0599ca50af7} <Debug> TCPHandler: Processed in 0.002357259 sec. | ||
| 5582 | 2025.01.17 08:26:47.604874 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5583 | 2025.01.17 08:26:47.604999 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5584 | 2025.01.17 08:26:47.605037 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5585 | 2025.01.17 08:26:47.605070 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5586 | 2025.01.17 08:26:47.605163 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5587 | 2025.01.17 08:26:47.605504 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5588 | 2025.01.17 08:26:47.605727 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5589 | 2025.01.17 08:26:47.605792 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5590 | 2025.01.17 08:26:47.606000 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5591 | 2025.01.17 08:26:47.606054 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 5592 | 2025.01.17 08:26:47.608664 [ 189 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003855421 sec., 18156.253234082607 rows/sec., 1.35 MiB/sec. | ||
| 5593 | 2025.01.17 08:26:47.608685 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5594 | 2025.01.17 08:26:47.608750 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5595 | 2025.01.17 08:26:47.608944 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5596 | 2025.01.17 08:26:47.609742 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_17_4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2025.01.17 08:26:47.609752 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5598 | 2025.01.17 08:26:47.609925 [ 187 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_17_4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5599 | 2025.01.17 08:26:47.610127 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5600 | 2025.01.17 08:26:47.610236 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5601 | 2025.01.17 08:26:47.610517 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.005099 sec., 45695.23435967837 rows/sec., 4.00 MiB/sec. | ||
| 5602 | 2025.01.17 08:26:47.610734 [ 255 ] {85a258cf-3453-45ee-86e8-60bdf8279edf} <Debug> TCPHandler: Processed in 0.005810606 sec. | ||
| 5603 | 2025.01.17 08:26:47.610975 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5604 | 2025.01.17 08:26:47.611122 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5605 | 2025.01.17 08:26:47.611187 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5606 | 2025.01.17 08:26:47.611891 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5607 | 2025.01.17 08:26:47.611941 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5608 | 2025.01.17 08:26:47.612345 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5609 | 2025.01.17 08:26:47.612595 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5610 | 2025.01.17 08:26:47.612814 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001728 sec., 12731.481481481482 rows/sec., 916.66 KiB/sec. | ||
| 5611 | 2025.01.17 08:26:47.612872 [ 5 ] {f6485370-cbf9-4328-ba1a-aaf0e7bb293f} <Debug> TCPHandler: Processed in 0.002013406 sec. | ||
| 5612 | 2025.01.17 08:26:47.613027 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5613 | 2025.01.17 08:26:47.613162 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5614 | 2025.01.17 08:26:47.613225 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5615 | 2025.01.17 08:26:47.613925 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2025.01.17 08:26:47.613972 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5617 | 2025.01.17 08:26:47.614371 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5618 | 2025.01.17 08:26:47.614616 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5619 | 2025.01.17 08:26:47.614792 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec. | ||
| 5620 | 2025.01.17 08:26:47.614846 [ 255 ] {70ba4ba6-1c7e-4c1b-9ceb-72cc6f2d803d} <Debug> TCPHandler: Processed in 0.001880566 sec. | ||
| 5621 | 2025.01.17 08:26:47.614985 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5622 | 2025.01.17 08:26:47.615109 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5623 | 2025.01.17 08:26:47.615169 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5624 | 2025.01.17 08:26:47.615872 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5625 | 2025.01.17 08:26:47.615922 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5626 | 2025.01.17 08:26:47.616317 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5627 | 2025.01.17 08:26:47.616559 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5628 | 2025.01.17 08:26:47.616719 [ 64 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 5629 | 2025.01.17 08:26:47.616780 [ 64 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5630 | 2025.01.17 08:26:47.616817 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5631 | 2025.01.17 08:26:47.616839 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001752 sec., 7420.091324200913 rows/sec., 462.64 KiB/sec. | ||
| 5632 | 2025.01.17 08:26:47.617036 [ 5 ] {5ecbb25c-8cb6-4e13-976c-eb4e42a8d68b} <Debug> TCPHandler: Processed in 0.002103407 sec. | ||
| 5633 | 2025.01.17 08:26:47.617098 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5634 | 2025.01.17 08:26:47.617250 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5635 | 2025.01.17 08:26:47.617284 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5636 | 2025.01.17 08:26:47.617333 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5637 | 2025.01.17 08:26:47.617548 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5638 | 2025.01.17 08:26:47.617636 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5639 | 2025.01.17 08:26:47.617723 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5640 | 2025.01.17 08:26:47.617937 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5641 | 2025.01.17 08:26:47.618339 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5642 | 2025.01.17 08:26:47.618571 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 5643 | 2025.01.17 08:26:47.620567 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5644 | 2025.01.17 08:26:47.620638 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5645 | 2025.01.17 08:26:47.621236 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004299654 sec., 15117.495500800762 rows/sec., 1001.62 KiB/sec. | ||
| 5646 | 2025.01.17 08:26:47.621437 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 5647 | 2025.01.17 08:26:47.621605 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5648 | 2025.01.17 08:26:47.621890 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_17_4} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2025.01.17 08:26:47.622066 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2025.01.17 08:26:47.622067 [ 199 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_17_4} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 5651 | 2025.01.17 08:26:47.622233 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5652 | 2025.01.17 08:26:47.622402 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.004989 sec., 79575.06514331528 rows/sec., 5.65 MiB/sec. | ||
| 5653 | 2025.01.17 08:26:47.622477 [ 255 ] {ba9f1f09-5553-46c6-ba0d-53ca813130bf} <Debug> TCPHandler: Processed in 0.005329042 sec. | ||
| 5654 | 2025.01.17 08:26:47.622625 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5655 | 2025.01.17 08:26:47.622747 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5656 | 2025.01.17 08:26:47.622800 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5657 | 2025.01.17 08:26:47.623301 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5658 | 2025.01.17 08:26:47.623342 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5659 | 2025.01.17 08:26:47.623742 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5660 | 2025.01.17 08:26:47.623994 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5661 | 2025.01.17 08:26:47.624211 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001488 sec., 4032.2580645161293 rows/sec., 210.67 KiB/sec. | ||
| 5662 | 2025.01.17 08:26:47.624265 [ 5 ] {4f8005ef-07f2-4f84-9f5e-b0230746727b} <Debug> TCPHandler: Processed in 0.001699254 sec. | ||
| 5663 | 2025.01.17 08:26:47.624428 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5664 | 2025.01.17 08:26:47.624567 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5665 | 2025.01.17 08:26:47.624630 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5666 | 2025.01.17 08:26:47.625298 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2025.01.17 08:26:47.625341 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5668 | 2025.01.17 08:26:47.625772 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5669 | 2025.01.17 08:26:47.626035 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2025.01.17 08:26:47.626222 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001686 sec., 140569.3950177936 rows/sec., 9.42 MiB/sec. | ||
| 5671 | 2025.01.17 08:26:47.626323 [ 255 ] {08b383ff-244a-4563-aa0a-efeb4598b1fa} <Debug> TCPHandler: Processed in 0.001965555 sec. | ||
| 5672 | 2025.01.17 08:26:47.626493 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5673 | 2025.01.17 08:26:47.626638 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5674 | 2025.01.17 08:26:47.626703 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5675 | 2025.01.17 08:26:47.627266 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5676 | 2025.01.17 08:26:47.627305 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5677 | 2025.01.17 08:26:47.627674 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5678 | 2025.01.17 08:26:47.627922 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5679 | 2025.01.17 08:26:47.628279 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001669 sec., 599.1611743559017 rows/sec., 40.37 KiB/sec. | ||
| 5680 | 2025.01.17 08:26:47.628480 [ 5 ] {bef9e1fa-ed3e-4eaa-a757-a0f251045f60} <Debug> TCPHandler: Processed in 0.002052686 sec. | ||
| 5681 | 2025.01.17 08:26:47.628648 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5682 | 2025.01.17 08:26:47.628789 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5683 | 2025.01.17 08:26:47.628883 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5684 | 2025.01.17 08:26:47.630065 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5685 | 2025.01.17 08:26:47.630106 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5686 | 2025.01.17 08:26:47.630753 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5687 | 2025.01.17 08:26:47.631019 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5688 | 2025.01.17 08:26:47.631212 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002456 sec., 6107.491856677525 rows/sec., 10.94 MiB/sec. | ||
| 5689 | 2025.01.17 08:26:47.631307 [ 255 ] {1e855655-52ac-4e2e-956a-b3bf3643d422} <Debug> TCPHandler: Processed in 0.002724842 sec. | ||
| 5690 | 2025.01.17 08:26:47.631456 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5691 | 2025.01.17 08:26:47.631597 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5692 | 2025.01.17 08:26:47.631658 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5693 | 2025.01.17 08:26:47.632225 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5694 | 2025.01.17 08:26:47.632265 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5695 | 2025.01.17 08:26:47.632651 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5696 | 2025.01.17 08:26:47.632894 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5697 | 2025.01.17 08:26:47.633110 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001545 sec., 53074.43365695793 rows/sec., 3.37 MiB/sec. | ||
| 5698 | 2025.01.17 08:26:47.633164 [ 5 ] {362262c5-2261-4ade-a039-400bb2528bac} <Debug> TCPHandler: Processed in 0.001775634 sec. | ||
| 5699 | 2025.01.17 08:26:50.824174 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5700 | 2025.01.17 08:26:50.824241 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5701 | 2025.01.17 08:26:51.014396 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5702 | 2025.01.17 08:26:51.015088 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5703 | 2025.01.17 08:26:51.015136 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5704 | 2025.01.17 08:26:51.015672 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5705 | 2025.01.17 08:26:51.015926 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5706 | 2025.01.17 08:26:51.016205 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5707 | 2025.01.17 08:26:51.016204 [ 112 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5708 | 2025.01.17 08:26:51.016306 [ 112 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5709 | 2025.01.17 08:26:51.016348 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5710 | 2025.01.17 08:26:51.016513 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 5711 | 2025.01.17 08:26:51.016647 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5712 | 2025.01.17 08:26:51.016689 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5713 | 2025.01.17 08:26:51.016770 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5714 | 2025.01.17 08:26:51.016970 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5715 | 2025.01.17 08:26:51.017292 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5716 | 2025.01.17 08:26:51.017550 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5717 | 2025.01.17 08:26:51.017689 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5718 | 2025.01.17 08:26:51.019926 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003483727 sec., 3431956.6372451116 rows/sec., 49.09 MiB/sec. | ||
| 5719 | 2025.01.17 08:26:51.020317 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5720 | 2025.01.17 08:26:51.020672 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5721 | 2025.01.17 08:26:51.020771 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_26_5} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5722 | 2025.01.17 08:26:51.020891 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5723 | 2025.01.17 08:26:51.822330 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5724 | 2025.01.17 08:26:51.843488 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2025.01.17 08:26:51.843536 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5726 | 2025.01.17 08:26:51.851075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5727 | 2025.01.17 08:26:51.851846 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2025.01.17 08:26:51.852238 [ 74 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5729 | 2025.01.17 08:26:51.852380 [ 74 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5730 | 2025.01.17 08:26:51.852453 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5731 | 2025.01.17 08:26:51.852930 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5732 | 2025.01.17 08:26:51.865954 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5733 | 2025.01.17 08:26:51.867896 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5734 | 2025.01.17 08:26:51.869340 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5735 | 2025.01.17 08:26:51.875260 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5736 | 2025.01.17 08:26:51.880930 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5737 | 2025.01.17 08:26:51.886543 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5738 | 2025.01.17 08:26:51.892446 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5739 | 2025.01.17 08:26:51.897218 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 5740 | 2025.01.17 08:26:51.960382 [ 197 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.107778813 sec., 1818.539233680371 rows/sec., 9.40 MiB/sec. | ||
| 5741 | 2025.01.17 08:26:51.963157 [ 197 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5742 | 2025.01.17 08:26:51.966090 [ 197 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_26_5} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5743 | 2025.01.17 08:26:51.966223 [ 197 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_26_5} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5744 | 2025.01.17 08:26:51.968652 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5745 | 2025.01.17 08:26:52.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 194.49 MiB, peak 205.03 MiB, free memory in arenas 0.00 B, will set to 196.37 MiB (RSS), difference: 1.87 MiB | ||
| 5746 | 2025.01.17 08:26:52.597306 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5747 | 2025.01.17 08:26:52.597502 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5748 | 2025.01.17 08:26:52.597578 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5749 | 2025.01.17 08:26:52.598386 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2025.01.17 08:26:52.598441 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5751 | 2025.01.17 08:26:52.598902 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5752 | 2025.01.17 08:26:52.599159 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5753 | 2025.01.17 08:26:52.599387 [ 150 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5754 | 2025.01.17 08:26:52.599416 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001967 sec., 52872.39450940519 rows/sec., 4.41 MiB/sec. | ||
| 5755 | 2025.01.17 08:26:52.599506 [ 150 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5756 | 2025.01.17 08:26:52.599596 [ 5 ] {e5fd2169-deb6-4bcf-83a2-821eddda9544} <Debug> TCPHandler: Processed in 0.002423189 sec. | ||
| 5757 | 2025.01.17 08:26:52.599606 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5758 | 2025.01.17 08:26:52.599870 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 5759 | 2025.01.17 08:26:52.599934 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5760 | 2025.01.17 08:26:52.600381 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5761 | 2025.01.17 08:26:52.600468 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5762 | 2025.01.17 08:26:52.600482 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1431 rows starting from the beginning of the part | ||
| 5763 | 2025.01.17 08:26:52.600596 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5764 | 2025.01.17 08:26:52.600800 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part | ||
| 5765 | 2025.01.17 08:26:52.601191 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 233 rows starting from the beginning of the part | ||
| 5766 | 2025.01.17 08:26:52.601593 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 105 rows starting from the beginning of the part | ||
| 5767 | 2025.01.17 08:26:52.602046 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 233 rows starting from the beginning of the part | ||
| 5768 | 2025.01.17 08:26:52.602441 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part | ||
| 5769 | 2025.01.17 08:26:52.603617 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2025.01.17 08:26:52.603677 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5771 | 2025.01.17 08:26:52.604842 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5772 | 2025.01.17 08:26:52.605264 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5773 | 2025.01.17 08:26:52.605735 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.005457 sec., 4398.02089059923 rows/sec., 330.71 KiB/sec. | ||
| 5774 | 2025.01.17 08:26:52.606017 [ 255 ] {272be24f-f508-4139-9bc1-9715743c046c} <Debug> TCPHandler: Processed in 0.00628082 sec. | ||
| 5775 | 2025.01.17 08:26:52.606041 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2210 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272459 sec., 352333.9092371907 rows/sec., 31.03 MiB/sec. | ||
| 5776 | 2025.01.17 08:26:52.606189 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5777 | 2025.01.17 08:26:52.606297 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5778 | 2025.01.17 08:26:52.606415 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5779 | 2025.01.17 08:26:52.606505 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5780 | 2025.01.17 08:26:52.606885 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2025.01.17 08:26:52.607152 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_41_8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5782 | 2025.01.17 08:26:52.607336 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5783 | 2025.01.17 08:26:52.607700 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2025.01.17 08:26:52.607746 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5785 | 2025.01.17 08:26:52.608122 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5786 | 2025.01.17 08:26:52.608372 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2025.01.17 08:26:52.608529 [ 150 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5788 | 2025.01.17 08:26:52.608587 [ 150 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2025.01.17 08:26:52.608618 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.002285 sec., 38512.03501094092 rows/sec., 3.01 MiB/sec. | ||
| 5790 | 2025.01.17 08:26:52.608634 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5791 | 2025.01.17 08:26:52.608809 [ 5 ] {0345b428-50ca-4382-a7d4-a6fdf9e25404} <Debug> TCPHandler: Processed in 0.002684071 sec. | ||
| 5792 | 2025.01.17 08:26:52.609025 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 5793 | 2025.01.17 08:26:52.609061 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5794 | 2025.01.17 08:26:52.609441 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5795 | 2025.01.17 08:26:52.609648 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5796 | 2025.01.17 08:26:52.609694 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5797 | 2025.01.17 08:26:52.609863 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 5798 | 2025.01.17 08:26:52.610230 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part | ||
| 5799 | 2025.01.17 08:26:52.610642 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 397 rows starting from the beginning of the part | ||
| 5800 | 2025.01.17 08:26:52.611011 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 90 rows starting from the beginning of the part | ||
| 5801 | 2025.01.17 08:26:52.611282 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 397 rows starting from the beginning of the part | ||
| 5802 | 2025.01.17 08:26:52.611488 [ 193 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 88 rows starting from the beginning of the part | ||
| 5803 | 2025.01.17 08:26:52.612514 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5804 | 2025.01.17 08:26:52.612586 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5805 | 2025.01.17 08:26:52.613629 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5806 | 2025.01.17 08:26:52.614051 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5807 | 2025.01.17 08:26:52.614290 [ 150 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5808 | 2025.01.17 08:26:52.614384 [ 150 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2025.01.17 08:26:52.614481 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5810 | 2025.01.17 08:26:52.614733 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005417 sec., 29536.643898836996 rows/sec., 2.06 MiB/sec. | ||
| 5811 | 2025.01.17 08:26:52.615144 [ 255 ] {05dd28cc-4ccb-4c6d-8ba7-20405a3c8a3f} <Debug> TCPHandler: Processed in 0.006200699 sec. | ||
| 5812 | 2025.01.17 08:26:52.615151 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 5813 | 2025.01.17 08:26:52.615254 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1973 rows, containing 5 columns (5 merged, 0 gathered) in 0.006499751 sec., 303550.0898419032 rows/sec., 23.25 MiB/sec. | ||
| 5814 | 2025.01.17 08:26:52.615390 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5815 | 2025.01.17 08:26:52.615478 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5816 | 2025.01.17 08:26:52.615588 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10095 rows starting from the beginning of the part | ||
| 5817 | 2025.01.17 08:26:52.615654 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5818 | 2025.01.17 08:26:52.615700 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5819 | 2025.01.17 08:26:52.616112 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5820 | 2025.01.17 08:26:52.616234 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
| 5821 | 2025.01.17 08:26:52.616970 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5822 | 2025.01.17 08:26:52.617058 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 237 rows starting from the beginning of the part | ||
| 5823 | 2025.01.17 08:26:52.617310 [ 190 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_41_8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5824 | 2025.01.17 08:26:52.617747 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5825 | 2025.01.17 08:26:52.617882 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 161 rows starting from the beginning of the part | ||
| 5826 | 2025.01.17 08:26:52.618252 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5827 | 2025.01.17 08:26:52.618572 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5828 | 2025.01.17 08:26:52.621253 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5829 | 2025.01.17 08:26:52.621327 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5830 | 2025.01.17 08:26:52.623042 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5831 | 2025.01.17 08:26:52.623715 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5832 | 2025.01.17 08:26:52.623996 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008401 sec., 2856.8027615760025 rows/sec., 5.12 MiB/sec. | ||
| 5833 | 2025.01.17 08:26:52.624144 [ 5 ] {45718ca3-aea2-4d79-af22-a9673a0c8e97} <Debug> TCPHandler: Processed in 0.008882141 sec. | ||
| 5834 | 2025.01.17 08:26:52.624333 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5835 | 2025.01.17 08:26:52.624487 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5836 | 2025.01.17 08:26:52.624550 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5837 | 2025.01.17 08:26:52.625018 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11050 rows, containing 5 columns (5 merged, 0 gathered) in 0.010333102 sec., 1069378.778995891 rows/sec., 72.23 MiB/sec. | ||
| 5838 | 2025.01.17 08:26:52.625282 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5839 | 2025.01.17 08:26:52.625424 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5840 | 2025.01.17 08:26:52.625469 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5841 | 2025.01.17 08:26:52.625666 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5842 | 2025.01.17 08:26:52.625770 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5843 | 2025.01.17 08:26:52.625875 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
| 5844 | 2025.01.17 08:26:52.625961 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5845 | 2025.01.17 08:26:52.626209 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5846 | 2025.01.17 08:26:52.626373 [ 150 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5847 | 2025.01.17 08:26:52.626444 [ 150 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5848 | 2025.01.17 08:26:52.626493 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002038 sec., 29440.628066732093 rows/sec., 1.98 MiB/sec. | ||
| 5849 | 2025.01.17 08:26:52.626496 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5850 | 2025.01.17 08:26:52.626658 [ 255 ] {7e771d30-98de-418b-8fc2-ae132a478810} <Debug> TCPHandler: Processed in 0.002413139 sec. | ||
| 5851 | 2025.01.17 08:26:52.626750 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 5852 | 2025.01.17 08:26:52.626897 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5853 | 2025.01.17 08:26:52.626941 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1998 rows starting from the beginning of the part | ||
| 5854 | 2025.01.17 08:26:52.627024 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 5855 | 2025.01.17 08:26:52.627175 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 82 rows starting from the beginning of the part | ||
| 5856 | 2025.01.17 08:26:52.627359 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 5857 | 2025.01.17 08:26:52.627426 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5858 | 2025.01.17 08:26:52.627654 [ 190 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5859 | 2025.01.17 08:26:52.629044 [ 200 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.002402739 sec., 974720.9330684689 rows/sec., 63.34 MiB/sec. | ||
| 5860 | 2025.01.17 08:26:52.629279 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5861 | 2025.01.17 08:26:52.629585 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5862 | 2025.01.17 08:26:52.629662 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_41_8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5863 | 2025.01.17 08:26:52.629736 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 5864 | 2025.01.17 08:26:56.079702 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 830 | ||
| 5865 | 2025.01.17 08:26:56.083120 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2025.01.17 08:26:56.083164 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5867 | 2025.01.17 08:26:56.084639 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5868 | 2025.01.17 08:26:56.084962 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2025.01.17 08:26:56.086017 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 830 | ||
| 5870 | 2025.01.17 08:26:56.539480 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5871 | 2025.01.17 08:26:56.539673 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5872 | 2025.01.17 08:26:56.539746 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5873 | 2025.01.17 08:26:56.540479 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5874 | 2025.01.17 08:26:56.540531 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5875 | 2025.01.17 08:26:56.540962 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5876 | 2025.01.17 08:26:56.541222 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2025.01.17 08:26:56.541462 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 5878 | 2025.01.17 08:26:56.541519 [ 5 ] {7608128d-d14f-4eb4-bbd7-93cdffab353e} <Debug> TCPHandler: Processed in 0.002216958 sec. | ||
| 5879 | 2025.01.17 08:26:56.541803 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5880 | 2025.01.17 08:26:56.542010 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5881 | 2025.01.17 08:26:56.542092 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5882 | 2025.01.17 08:26:56.542850 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2025.01.17 08:26:56.542890 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5884 | 2025.01.17 08:26:56.543311 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5885 | 2025.01.17 08:26:56.543583 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2025.01.17 08:26:56.543785 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001833 sec., 7637.752318603382 rows/sec., 622.80 KiB/sec. | ||
| 5887 | 2025.01.17 08:26:56.543861 [ 255 ] {aa87c1a3-7174-4f6a-b9f2-063475b2f1c2} <Debug> TCPHandler: Processed in 0.002194467 sec. | ||
| 5888 | 2025.01.17 08:26:56.544009 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2025.01.17 08:26:56.544127 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5890 | 2025.01.17 08:26:56.544178 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5891 | 2025.01.17 08:26:56.545317 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2025.01.17 08:26:56.545359 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5893 | 2025.01.17 08:26:56.545818 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5894 | 2025.01.17 08:26:56.546076 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2025.01.17 08:26:56.546294 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Debug> executeQuery: Read 1380 rows, 117.49 KiB in 0.002192 sec., 629562.0437956204 rows/sec., 52.34 MiB/sec. | ||
| 5896 | 2025.01.17 08:26:56.546347 [ 5 ] {3f78cca0-2289-470a-bb85-9924da8d2733} <Debug> TCPHandler: Processed in 0.002392309 sec. | ||
| 5897 | 2025.01.17 08:26:56.546486 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2025.01.17 08:26:56.546604 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5899 | 2025.01.17 08:26:56.546654 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5900 | 2025.01.17 08:26:56.547264 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2025.01.17 08:26:56.547302 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5902 | 2025.01.17 08:26:56.547677 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5903 | 2025.01.17 08:26:56.547919 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2025.01.17 08:26:56.548153 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Debug> executeQuery: Read 36 rows, 2.56 KiB in 0.001566 sec., 22988.505747126437 rows/sec., 1.60 MiB/sec. | ||
| 5905 | 2025.01.17 08:26:56.548236 [ 255 ] {a986d790-7d69-4a69-a741-7252b0a5d153} <Debug> TCPHandler: Processed in 0.001797584 sec. | ||
| 5906 | 2025.01.17 08:26:56.548485 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2025.01.17 08:26:56.548650 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5908 | 2025.01.17 08:26:56.548701 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5909 | 2025.01.17 08:26:56.549362 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5910 | 2025.01.17 08:26:56.549403 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5911 | 2025.01.17 08:26:56.549778 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5912 | 2025.01.17 08:26:56.550020 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5913 | 2025.01.17 08:26:56.550232 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001612 sec., 150124.0694789082 rows/sec., 10.17 MiB/sec. | ||
| 5914 | 2025.01.17 08:26:56.550287 [ 5 ] {58abf1bf-19e8-4875-b18c-5dd2d3ed7c8e} <Debug> TCPHandler: Processed in 0.001923855 sec. | ||
| 5915 | 2025.01.17 08:26:56.550437 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5916 | 2025.01.17 08:26:56.550578 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5917 | 2025.01.17 08:26:56.550636 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5918 | 2025.01.17 08:26:56.551324 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5919 | 2025.01.17 08:26:56.551371 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5920 | 2025.01.17 08:26:56.551734 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5921 | 2025.01.17 08:26:56.551981 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5922 | 2025.01.17 08:26:56.552190 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001635 sec., 7951.070336391437 rows/sec., 495.75 KiB/sec. | ||
| 5923 | 2025.01.17 08:26:56.552289 [ 255 ] {bf7b44d3-be72-4b31-832f-528c38776adf} <Debug> TCPHandler: Processed in 0.001915895 sec. | ||
| 5924 | 2025.01.17 08:26:56.552449 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2025.01.17 08:26:56.552565 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5926 | 2025.01.17 08:26:56.552613 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5927 | 2025.01.17 08:26:56.553462 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2025.01.17 08:26:56.553503 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5929 | 2025.01.17 08:26:56.553916 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5930 | 2025.01.17 08:26:56.554159 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2025.01.17 08:26:56.554382 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Debug> executeQuery: Read 867 rows, 64.31 KiB in 0.001837 sec., 471965.16058791504 rows/sec., 34.19 MiB/sec. | ||
| 5932 | 2025.01.17 08:26:56.554485 [ 5 ] {2447f1aa-84ef-4945-9e77-22bc6a3aea20} <Debug> TCPHandler: Processed in 0.002091346 sec. | ||
| 5933 | 2025.01.17 08:26:56.554674 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2025.01.17 08:26:56.554813 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5935 | 2025.01.17 08:26:56.554874 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5936 | 2025.01.17 08:26:56.555431 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2025.01.17 08:26:56.555469 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5938 | 2025.01.17 08:26:56.555843 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5939 | 2025.01.17 08:26:56.556087 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2025.01.17 08:26:56.556300 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001512 sec., 3968.253968253968 rows/sec., 207.33 KiB/sec. | ||
| 5941 | 2025.01.17 08:26:56.556386 [ 255 ] {7a316d3e-7af2-48b0-83e6-994c9b3658b2} <Debug> TCPHandler: Processed in 0.001813814 sec. | ||
| 5942 | 2025.01.17 08:26:56.556520 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5943 | 2025.01.17 08:26:56.556638 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5944 | 2025.01.17 08:26:56.556692 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5945 | 2025.01.17 08:26:56.557476 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2025.01.17 08:26:56.557516 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5947 | 2025.01.17 08:26:56.557958 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5948 | 2025.01.17 08:26:56.558209 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5949 | 2025.01.17 08:26:56.558419 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Debug> executeQuery: Read 932 rows, 63.70 KiB in 0.001806 sec., 516057.58582502767 rows/sec., 34.44 MiB/sec. | ||
| 5950 | 2025.01.17 08:26:56.558470 [ 5 ] {3dfd8014-6546-43df-a1b8-44b5a185243e} <Debug> TCPHandler: Processed in 0.002005596 sec. | ||
| 5951 | 2025.01.17 08:26:56.558616 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5952 | 2025.01.17 08:26:56.558755 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5953 | 2025.01.17 08:26:56.558816 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5954 | 2025.01.17 08:26:56.559355 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5955 | 2025.01.17 08:26:56.559401 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5956 | 2025.01.17 08:26:56.559775 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5957 | 2025.01.17 08:26:56.560018 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5958 | 2025.01.17 08:26:56.560197 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 5959 | 2025.01.17 08:26:56.560246 [ 255 ] {ce9da509-b445-4b16-b2b9-9425440f9b11} <Debug> TCPHandler: Processed in 0.001699034 sec. | ||
| 5960 | 2025.01.17 08:26:56.560378 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5961 | 2025.01.17 08:26:56.560495 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5962 | 2025.01.17 08:26:56.560577 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 5963 | 2025.01.17 08:26:56.561702 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5964 | 2025.01.17 08:26:56.561741 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5965 | 2025.01.17 08:26:56.562362 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5966 | 2025.01.17 08:26:56.562618 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5967 | 2025.01.17 08:26:56.562855 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002386 sec., 6286.672254819782 rows/sec., 11.27 MiB/sec. | ||
| 5968 | 2025.01.17 08:26:56.562949 [ 5 ] {74f1a889-a0ac-4a78-a235-dcfd0c44dd44} <Debug> TCPHandler: Processed in 0.0026293 sec. | ||
| 5969 | 2025.01.17 08:26:56.563093 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2025.01.17 08:26:56.563231 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5971 | 2025.01.17 08:26:56.563294 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5972 | 2025.01.17 08:26:56.563783 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5973 | 2025.01.17 08:26:56.563823 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5974 | 2025.01.17 08:26:56.564200 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5975 | 2025.01.17 08:26:56.564442 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5976 | 2025.01.17 08:26:56.564661 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00146 sec., 47945.20547945206 rows/sec., 3.01 MiB/sec. | ||
| 5977 | 2025.01.17 08:26:56.564711 [ 255 ] {2856ea18-3bc6-4230-a864-1af1eba17c74} <Debug> TCPHandler: Processed in 0.001684703 sec. | ||
| 5978 | 2025.01.17 08:26:57.591084 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5979 | 2025.01.17 08:26:57.591277 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5980 | 2025.01.17 08:26:57.591349 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5981 | 2025.01.17 08:26:57.592121 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5982 | 2025.01.17 08:26:57.592169 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5983 | 2025.01.17 08:26:57.592604 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5984 | 2025.01.17 08:26:57.592863 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5985 | 2025.01.17 08:26:57.593101 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001879 sec., 29803.086748270358 rows/sec., 2.28 MiB/sec. | ||
| 5986 | 2025.01.17 08:26:57.593166 [ 5 ] {14f645bc-649e-4131-93bd-e8a921850fa7} <Debug> TCPHandler: Processed in 0.002207378 sec. | ||
| 5987 | 2025.01.17 08:26:57.593430 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5988 | 2025.01.17 08:26:57.593718 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5989 | 2025.01.17 08:26:57.593831 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5990 | 2025.01.17 08:26:57.594816 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2025.01.17 08:26:57.594862 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 5992 | 2025.01.17 08:26:57.595295 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5993 | 2025.01.17 08:26:57.595552 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2025.01.17 08:26:57.595809 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002159 sec., 29643.353404353868 rows/sec., 2.31 MiB/sec. | ||
| 5995 | 2025.01.17 08:26:57.595918 [ 255 ] {2dea5502-7db8-4025-a3a6-81205cf7ad69} <Debug> TCPHandler: Processed in 0.002622771 sec. | ||
| 5996 | 2025.01.17 08:26:57.596132 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5997 | 2025.01.17 08:26:57.596325 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5998 | 2025.01.17 08:26:57.596384 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5999 | 2025.01.17 08:26:57.596938 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6000 | 2025.01.17 08:26:57.596977 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 6001 | 2025.01.17 08:26:57.597370 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6002 | 2025.01.17 08:26:57.597614 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6003 | 2025.01.17 08:26:57.597836 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.00153 sec., 20915.032679738564 rows/sec., 1.46 MiB/sec. | ||
| 6004 | 2025.01.17 08:26:57.598032 [ 5 ] {d06e6aa5-08e4-42b4-a8b1-6ccd8bc94cc5} <Debug> TCPHandler: Processed in 0.002020696 sec. | ||
| 6005 | 2025.01.17 08:26:57.598251 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6006 | 2025.01.17 08:26:57.598381 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6007 | 2025.01.17 08:26:57.598440 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6008 | 2025.01.17 08:26:57.598989 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6009 | 2025.01.17 08:26:57.599036 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 6010 | 2025.01.17 08:26:57.599485 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6011 | 2025.01.17 08:26:57.599724 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6012 | 2025.01.17 08:26:57.599986 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001618 sec., 7416.563658838071 rows/sec., 511.82 KiB/sec. | ||
| 6013 | 2025.01.17 08:26:57.600138 [ 255 ] {0ec1d64e-7643-48e7-b920-ebec71d27917} <Debug> TCPHandler: Processed in 0.001998616 sec. | ||
| 6014 | 2025.01.17 08:26:58.516415 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 6015 | 2025.01.17 08:26:58.517068 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6016 | 2025.01.17 08:26:58.517117 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 6017 | 2025.01.17 08:26:58.517643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6018 | 2025.01.17 08:26:58.517902 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6019 | 2025.01.17 08:26:58.518149 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 6020 | 2025.01.17 08:26:59.366122 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 6021 | 2025.01.17 08:26:59.386801 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6022 | 2025.01.17 08:26:59.386850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 6023 | 2025.01.17 08:26:59.394282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6024 | 2025.01.17 08:26:59.395031 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6025 | 2025.01.17 08:26:59.398656 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 6026 | 2025.01.17 08:27:02.598316 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6027 | 2025.01.17 08:27:02.598516 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6028 | 2025.01.17 08:27:02.598590 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6029 | 2025.01.17 08:27:02.599368 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6030 | 2025.01.17 08:27:02.599419 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6031 | 2025.01.17 08:27:02.599854 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6032 | 2025.01.17 08:27:02.600100 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6033 | 2025.01.17 08:27:02.600344 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001876 sec., 55437.100213219615 rows/sec., 4.62 MiB/sec. | ||
| 6034 | 2025.01.17 08:27:02.600410 [ 5 ] {0c44f846-53ff-446e-bc1a-82e26c1d7ffc} <Debug> TCPHandler: Processed in 0.002225188 sec. | ||
| 6035 | 2025.01.17 08:27:02.600716 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6036 | 2025.01.17 08:27:02.601025 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6037 | 2025.01.17 08:27:02.601143 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6038 | 2025.01.17 08:27:02.602066 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6039 | 2025.01.17 08:27:02.602115 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6040 | 2025.01.17 08:27:02.602558 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6041 | 2025.01.17 08:27:02.602821 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6042 | 2025.01.17 08:27:02.603067 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002127 sec., 11283.497884344146 rows/sec., 848.47 KiB/sec. | ||
| 6043 | 2025.01.17 08:27:02.603211 [ 255 ] {3bdd812f-fce7-4fca-9308-99790bd43149} <Debug> TCPHandler: Processed in 0.002678071 sec. | ||
| 6044 | 2025.01.17 08:27:02.603380 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6045 | 2025.01.17 08:27:02.603507 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6046 | 2025.01.17 08:27:02.603560 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6047 | 2025.01.17 08:27:02.604194 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6048 | 2025.01.17 08:27:02.604238 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6049 | 2025.01.17 08:27:02.604622 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6050 | 2025.01.17 08:27:02.604871 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2025.01.17 08:27:02.605083 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001605 sec., 54828.66043613707 rows/sec., 4.28 MiB/sec. | ||
| 6052 | 2025.01.17 08:27:02.605145 [ 5 ] {5503c0c4-9ec1-42f8-88cf-2b2d74108a77} <Debug> TCPHandler: Processed in 0.001836804 sec. | ||
| 6053 | 2025.01.17 08:27:02.605310 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2025.01.17 08:27:02.605441 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6055 | 2025.01.17 08:27:02.605502 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6056 | 2025.01.17 08:27:02.606093 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6057 | 2025.01.17 08:27:02.606135 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6058 | 2025.01.17 08:27:02.606561 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6059 | 2025.01.17 08:27:02.606811 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6060 | 2025.01.17 08:27:02.607028 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001619 sec., 98826.43607164916 rows/sec., 6.88 MiB/sec. | ||
| 6061 | 2025.01.17 08:27:02.607082 [ 255 ] {3e964bc9-ae38-43f0-bf76-3a89dbd30c24} <Debug> TCPHandler: Processed in 0.001833765 sec. | ||
| 6062 | 2025.01.17 08:27:02.607245 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6063 | 2025.01.17 08:27:02.607409 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6064 | 2025.01.17 08:27:02.607518 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6065 | 2025.01.17 08:27:02.608964 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6066 | 2025.01.17 08:27:02.609006 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6067 | 2025.01.17 08:27:02.609651 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6068 | 2025.01.17 08:27:02.609911 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6069 | 2025.01.17 08:27:02.610215 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002842 sec., 8444.75721323012 rows/sec., 15.13 MiB/sec. | ||
| 6070 | 2025.01.17 08:27:02.610771 [ 5 ] {f7419568-8a05-47fd-b845-b5aca2a7be74} <Debug> TCPHandler: Processed in 0.003596799 sec. | ||
| 6071 | 2025.01.17 08:27:02.610928 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6072 | 2025.01.17 08:27:02.611054 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6073 | 2025.01.17 08:27:02.611111 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6074 | 2025.01.17 08:27:02.611615 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6075 | 2025.01.17 08:27:02.611655 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6076 | 2025.01.17 08:27:02.612040 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6077 | 2025.01.17 08:27:02.612293 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6078 | 2025.01.17 08:27:02.612510 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 6079 | 2025.01.17 08:27:02.612562 [ 255 ] {c509515d-b079-42ae-99f8-e4f10d404033} <Debug> TCPHandler: Processed in 0.001694173 sec. | ||
| 6080 | 2025.01.17 08:27:05.824294 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6081 | 2025.01.17 08:27:05.824401 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6082 | 2025.01.17 08:27:06.018370 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 6083 | 2025.01.17 08:27:06.019167 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6084 | 2025.01.17 08:27:06.019212 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6085 | 2025.01.17 08:27:06.019793 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6086 | 2025.01.17 08:27:06.020035 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6087 | 2025.01.17 08:27:06.020352 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 6088 | 2025.01.17 08:27:06.086300 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 874 | ||
| 6089 | 2025.01.17 08:27:06.089505 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6090 | 2025.01.17 08:27:06.089550 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6091 | 2025.01.17 08:27:06.090999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6092 | 2025.01.17 08:27:06.091297 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6093 | 2025.01.17 08:27:06.092291 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 6094 | 2025.01.17 08:27:06.898822 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 | ||
| 6095 | 2025.01.17 08:27:06.921103 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6096 | 2025.01.17 08:27:06.921175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6097 | 2025.01.17 08:27:06.928892 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6098 | 2025.01.17 08:27:06.929668 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6099 | 2025.01.17 08:27:06.933384 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 211 | ||
| 6100 | 2025.01.17 08:27:07.602225 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6101 | 2025.01.17 08:27:07.602505 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6102 | 2025.01.17 08:27:07.602611 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6103 | 2025.01.17 08:27:07.603403 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2025.01.17 08:27:07.603446 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6105 | 2025.01.17 08:27:07.603878 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6106 | 2025.01.17 08:27:07.604133 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6107 | 2025.01.17 08:27:07.604371 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 6108 | 2025.01.17 08:27:07.604490 [ 5 ] {32c4c4a7-7b57-4fa1-803b-f98d35290ce3} <Debug> TCPHandler: Processed in 0.002438399 sec. | ||
| 6109 | 2025.01.17 08:27:07.604750 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6110 | 2025.01.17 08:27:07.604972 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6111 | 2025.01.17 08:27:07.605062 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6112 | 2025.01.17 08:27:07.606019 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6113 | 2025.01.17 08:27:07.606075 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6114 | 2025.01.17 08:27:07.606559 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6115 | 2025.01.17 08:27:07.606820 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6116 | 2025.01.17 08:27:07.607071 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002159 sec., 107920.3334877258 rows/sec., 9.44 MiB/sec. | ||
| 6117 | 2025.01.17 08:27:07.607133 [ 255 ] {6ab22254-2e66-4023-9da6-b45dda11bd92} <Debug> TCPHandler: Processed in 0.00252847 sec. | ||
| 6118 | 2025.01.17 08:27:07.607305 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6119 | 2025.01.17 08:27:07.607446 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6120 | 2025.01.17 08:27:07.607506 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6121 | 2025.01.17 08:27:07.608121 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6122 | 2025.01.17 08:27:07.608162 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6123 | 2025.01.17 08:27:07.608523 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6124 | 2025.01.17 08:27:07.608771 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6125 | 2025.01.17 08:27:07.608962 [ 46 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6126 | 2025.01.17 08:27:07.609009 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001594 sec., 13801.756587202008 rows/sec., 993.72 KiB/sec. | ||
| 6127 | 2025.01.17 08:27:07.609084 [ 46 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6128 | 2025.01.17 08:27:07.609130 [ 5 ] {55995128-08fa-402d-8051-f8f1db0ad227} <Debug> TCPHandler: Processed in 0.001890666 sec. | ||
| 6129 | 2025.01.17 08:27:07.609159 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6130 | 2025.01.17 08:27:07.609336 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6131 | 2025.01.17 08:27:07.609377 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 6132 | 2025.01.17 08:27:07.609513 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6133 | 2025.01.17 08:27:07.609559 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6134 | 2025.01.17 08:27:07.609597 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6135 | 2025.01.17 08:27:07.609610 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 64 rows starting from the beginning of the part | ||
| 6136 | 2025.01.17 08:27:07.609818 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
| 6137 | 2025.01.17 08:27:07.610213 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
| 6138 | 2025.01.17 08:27:07.610587 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part | ||
| 6139 | 2025.01.17 08:27:07.610882 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
| 6140 | 2025.01.17 08:27:07.611219 [ 200 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part | ||
| 6141 | 2025.01.17 08:27:07.612006 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2025.01.17 08:27:07.612048 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6143 | 2025.01.17 08:27:07.612761 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6144 | 2025.01.17 08:27:07.613047 [ 186 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 5 columns (5 merged, 0 gathered) in 0.003754089 sec., 51144.232329068385 rows/sec., 3.83 MiB/sec. | ||
| 6145 | 2025.01.17 08:27:07.613158 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2025.01.17 08:27:07.613324 [ 186 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6147 | 2025.01.17 08:27:07.613678 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00421 sec., 3325.4156769596198 rows/sec., 232.89 KiB/sec. | ||
| 6148 | 2025.01.17 08:27:07.614052 [ 255 ] {31b729c0-490f-41a6-ba9b-cc769c3c1b52} <Debug> TCPHandler: Processed in 0.004802688 sec. | ||
| 6149 | 2025.01.17 08:27:07.614315 [ 186 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6150 | 2025.01.17 08:27:07.614319 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6151 | 2025.01.17 08:27:07.614472 [ 186 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_36_7} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6152 | 2025.01.17 08:27:07.614538 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6153 | 2025.01.17 08:27:07.614640 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6154 | 2025.01.17 08:27:07.614658 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6155 | 2025.01.17 08:27:07.615257 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6156 | 2025.01.17 08:27:07.615297 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6157 | 2025.01.17 08:27:07.615663 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6158 | 2025.01.17 08:27:07.615918 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6159 | 2025.01.17 08:27:07.616124 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001629 sec., 7980.3560466543895 rows/sec., 497.57 KiB/sec. | ||
| 6160 | 2025.01.17 08:27:07.616175 [ 5 ] {88603e0f-ae63-4348-8939-f1b6d373726d} <Debug> TCPHandler: Processed in 0.002013246 sec. | ||
| 6161 | 2025.01.17 08:27:07.616341 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2025.01.17 08:27:07.616481 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6163 | 2025.01.17 08:27:07.616541 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6164 | 2025.01.17 08:27:07.617294 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6165 | 2025.01.17 08:27:07.617335 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6166 | 2025.01.17 08:27:07.617732 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6167 | 2025.01.17 08:27:07.617981 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6168 | 2025.01.17 08:27:07.618220 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001769 sec., 224420.57659694745 rows/sec., 15.94 MiB/sec. | ||
| 6169 | 2025.01.17 08:27:07.618275 [ 255 ] {b44fe8c6-9969-4d3b-a4c5-c629e127d609} <Debug> TCPHandler: Processed in 0.002001356 sec. | ||
| 6170 | 2025.01.17 08:27:07.618436 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6171 | 2025.01.17 08:27:07.618574 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6172 | 2025.01.17 08:27:07.618634 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6173 | 2025.01.17 08:27:07.619141 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6174 | 2025.01.17 08:27:07.619181 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6175 | 2025.01.17 08:27:07.619552 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6176 | 2025.01.17 08:27:07.619793 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6177 | 2025.01.17 08:27:07.620034 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001478 sec., 4059.539918809202 rows/sec., 212.10 KiB/sec. | ||
| 6178 | 2025.01.17 08:27:07.620115 [ 5 ] {abd3cec0-eaaf-4209-887c-e8b9d6ae2f77} <Debug> TCPHandler: Processed in 0.001748454 sec. | ||
| 6179 | 2025.01.17 08:27:07.620343 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6180 | 2025.01.17 08:27:07.620540 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6181 | 2025.01.17 08:27:07.620595 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6182 | 2025.01.17 08:27:07.621171 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6183 | 2025.01.17 08:27:07.621211 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6184 | 2025.01.17 08:27:07.621615 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6185 | 2025.01.17 08:27:07.621866 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6186 | 2025.01.17 08:27:07.622096 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001588 sec., 149244.33249370276 rows/sec., 10.00 MiB/sec. | ||
| 6187 | 2025.01.17 08:27:07.622150 [ 255 ] {5e6afddc-d2b6-4e89-a034-40acda9268b8} <Debug> TCPHandler: Processed in 0.001958566 sec. | ||
| 6188 | 2025.01.17 08:27:07.622297 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2025.01.17 08:27:07.622437 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6190 | 2025.01.17 08:27:07.622499 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6191 | 2025.01.17 08:27:07.623018 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6192 | 2025.01.17 08:27:07.623058 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6193 | 2025.01.17 08:27:07.623420 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6194 | 2025.01.17 08:27:07.623664 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6195 | 2025.01.17 08:27:07.623880 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001474 sec., 678.4260515603798 rows/sec., 45.71 KiB/sec. | ||
| 6196 | 2025.01.17 08:27:07.623928 [ 5 ] {4a21b1d3-c964-4d5d-9d50-b4d6cd34a285} <Debug> TCPHandler: Processed in 0.001699294 sec. | ||
| 6197 | 2025.01.17 08:27:07.624069 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6198 | 2025.01.17 08:27:07.624207 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6199 | 2025.01.17 08:27:07.624302 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6200 | 2025.01.17 08:27:07.625478 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2025.01.17 08:27:07.625518 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6202 | 2025.01.17 08:27:07.626160 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6203 | 2025.01.17 08:27:07.626438 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6204 | 2025.01.17 08:27:07.626631 [ 46 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6205 | 2025.01.17 08:27:07.626711 [ 46 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6206 | 2025.01.17 08:27:07.626750 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002554 sec., 5873.140172278779 rows/sec., 10.52 MiB/sec. | ||
| 6207 | 2025.01.17 08:27:07.626758 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6208 | 2025.01.17 08:27:07.627155 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 6209 | 2025.01.17 08:27:07.627174 [ 255 ] {cc93d461-9890-4973-917a-d75cdb20d4c8} <Debug> TCPHandler: Processed in 0.003167325 sec. | ||
| 6210 | 2025.01.17 08:27:07.627417 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6211 | 2025.01.17 08:27:07.627607 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6212 | 2025.01.17 08:27:07.627646 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6213 | 2025.01.17 08:27:07.627685 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6214 | 2025.01.17 08:27:07.627765 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 558 rows starting from the beginning of the part | ||
| 6215 | 2025.01.17 08:27:07.628463 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 15 rows starting from the beginning of the part | ||
| 6216 | 2025.01.17 08:27:07.629085 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part | ||
| 6217 | 2025.01.17 08:27:07.629228 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6218 | 2025.01.17 08:27:07.629314 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6219 | 2025.01.17 08:27:07.629666 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 15 rows starting from the beginning of the part | ||
| 6220 | 2025.01.17 08:27:07.630262 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part | ||
| 6221 | 2025.01.17 08:27:07.630394 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6222 | 2025.01.17 08:27:07.630743 [ 201 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 15 rows starting from the beginning of the part | ||
| 6223 | 2025.01.17 08:27:07.631012 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6224 | 2025.01.17 08:27:07.631432 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003863 sec., 21227.025627750452 rows/sec., 1.35 MiB/sec. | ||
| 6225 | 2025.01.17 08:27:07.631717 [ 5 ] {b409a348-3957-409d-9fb2-b8fcdbfd3271} <Debug> TCPHandler: Processed in 0.004416435 sec. | ||
| 6226 | 2025.01.17 08:27:07.636241 [ 194 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 651 rows, containing 19 columns (19 merged, 0 gathered) in 0.009337544 sec., 69718.54697552162 rows/sec., 124.93 MiB/sec. | ||
| 6227 | 2025.01.17 08:27:07.637069 [ 194 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6228 | 2025.01.17 08:27:07.637513 [ 194 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6229 | 2025.01.17 08:27:07.637598 [ 194 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6230 | 2025.01.17 08:27:07.637751 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 6231 | 2025.01.17 08:27:12.598206 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6232 | 2025.01.17 08:27:12.598436 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6233 | 2025.01.17 08:27:12.598517 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6234 | 2025.01.17 08:27:12.599273 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6235 | 2025.01.17 08:27:12.599325 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6236 | 2025.01.17 08:27:12.599752 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6237 | 2025.01.17 08:27:12.600009 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6238 | 2025.01.17 08:27:12.600229 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001848 sec., 1082.2510822510822 rows/sec., 88.25 KiB/sec. | ||
| 6239 | 2025.01.17 08:27:12.600287 [ 5 ] {755fce03-65eb-4a01-ae14-129f8299160f} <Debug> TCPHandler: Processed in 0.002220008 sec. | ||
| 6240 | 2025.01.17 08:27:12.600553 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6241 | 2025.01.17 08:27:12.600774 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6242 | 2025.01.17 08:27:12.600856 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6243 | 2025.01.17 08:27:12.601646 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2025.01.17 08:27:12.601696 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6245 | 2025.01.17 08:27:12.602149 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6246 | 2025.01.17 08:27:12.602396 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2025.01.17 08:27:12.602598 [ 38 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6248 | 2025.01.17 08:27:12.602670 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.001954 sec., 53735.92630501535 rows/sec., 4.47 MiB/sec. | ||
| 6249 | 2025.01.17 08:27:12.602696 [ 38 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6250 | 2025.01.17 08:27:12.602767 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6251 | 2025.01.17 08:27:12.602792 [ 255 ] {e5320833-61b3-4da9-b8df-90cf9a2083ab} <Debug> TCPHandler: Processed in 0.002382069 sec. | ||
| 6252 | 2025.01.17 08:27:12.603059 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6253 | 2025.01.17 08:27:12.603115 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 6254 | 2025.01.17 08:27:12.603354 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6255 | 2025.01.17 08:27:12.603394 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6256 | 2025.01.17 08:27:12.603434 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6257 | 2025.01.17 08:27:12.603450 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1431 rows starting from the beginning of the part | ||
| 6258 | 2025.01.17 08:27:12.603647 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1380 rows starting from the beginning of the part | ||
| 6259 | 2025.01.17 08:27:12.603855 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
| 6260 | 2025.01.17 08:27:12.604053 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part | ||
| 6261 | 2025.01.17 08:27:12.604237 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 233 rows starting from the beginning of the part | ||
| 6262 | 2025.01.17 08:27:12.604394 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 105 rows starting from the beginning of the part | ||
| 6263 | 2025.01.17 08:27:12.604897 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6264 | 2025.01.17 08:27:12.604944 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6265 | 2025.01.17 08:27:12.605485 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6266 | 2025.01.17 08:27:12.605873 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6267 | 2025.01.17 08:27:12.606188 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.002901 sec., 8962.42674939676 rows/sec., 670.23 KiB/sec. | ||
| 6268 | 2025.01.17 08:27:12.606512 [ 5 ] {286f7682-d834-4707-a103-f96498dfa05d} <Debug> TCPHandler: Processed in 0.003594619 sec. | ||
| 6269 | 2025.01.17 08:27:12.606824 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6270 | 2025.01.17 08:27:12.607119 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6271 | 2025.01.17 08:27:12.607134 [ 194 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3309 rows, containing 5 columns (5 merged, 0 gathered) in 0.004259034 sec., 776936.741993607 rows/sec., 67.80 MiB/sec. | ||
| 6272 | 2025.01.17 08:27:12.607188 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6273 | 2025.01.17 08:27:12.607465 [ 194 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6274 | 2025.01.17 08:27:12.608111 [ 194 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6275 | 2025.01.17 08:27:12.608350 [ 194 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_46_9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6276 | 2025.01.17 08:27:12.608541 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6277 | 2025.01.17 08:27:12.608599 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2025.01.17 08:27:12.608660 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6279 | 2025.01.17 08:27:12.609052 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6280 | 2025.01.17 08:27:12.609328 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2025.01.17 08:27:12.609509 [ 38 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6282 | 2025.01.17 08:27:12.609571 [ 38 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2025.01.17 08:27:12.609576 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.002511 sec., 35842.29390681003 rows/sec., 2.80 MiB/sec. | ||
| 6284 | 2025.01.17 08:27:12.609606 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6285 | 2025.01.17 08:27:12.609749 [ 255 ] {7a655d54-f150-4a3d-a6ae-7600d16761dd} <Debug> TCPHandler: Processed in 0.003087955 sec. | ||
| 6286 | 2025.01.17 08:27:12.610064 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6287 | 2025.01.17 08:27:12.610193 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 6288 | 2025.01.17 08:27:12.610395 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6289 | 2025.01.17 08:27:12.610566 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6290 | 2025.01.17 08:27:12.610692 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6291 | 2025.01.17 08:27:12.610804 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 913 rows starting from the beginning of the part | ||
| 6292 | 2025.01.17 08:27:12.611189 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 867 rows starting from the beginning of the part | ||
| 6293 | 2025.01.17 08:27:12.611608 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 64 rows starting from the beginning of the part | ||
| 6294 | 2025.01.17 08:27:12.611881 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part | ||
| 6295 | 2025.01.17 08:27:12.612151 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 397 rows starting from the beginning of the part | ||
| 6296 | 2025.01.17 08:27:12.612571 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part | ||
| 6297 | 2025.01.17 08:27:12.613319 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6298 | 2025.01.17 08:27:12.613390 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6299 | 2025.01.17 08:27:12.614281 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6300 | 2025.01.17 08:27:12.614898 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6301 | 2025.01.17 08:27:12.615133 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6302 | 2025.01.17 08:27:12.615217 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6303 | 2025.01.17 08:27:12.615277 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6304 | 2025.01.17 08:27:12.615312 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005013 sec., 32116.497107520445 rows/sec., 2.24 MiB/sec. | ||
| 6305 | 2025.01.17 08:27:12.615635 [ 5 ] {ff52ff4e-84a2-420d-bcd7-0a2724eb84e1} <Debug> TCPHandler: Processed in 0.005728065 sec. | ||
| 6306 | 2025.01.17 08:27:12.615661 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 6307 | 2025.01.17 08:27:12.615938 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6308 | 2025.01.17 08:27:12.616196 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6309 | 2025.01.17 08:27:12.616349 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11050 rows starting from the beginning of the part | ||
| 6310 | 2025.01.17 08:27:12.616379 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6311 | 2025.01.17 08:27:12.616622 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.006812064 sec., 355105.29554625443 rows/sec., 27.24 MiB/sec. | ||
| 6312 | 2025.01.17 08:27:12.616815 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 932 rows starting from the beginning of the part | ||
| 6313 | 2025.01.17 08:27:12.616901 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6314 | 2025.01.17 08:27:12.617186 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 6315 | 2025.01.17 08:27:12.617539 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 6316 | 2025.01.17 08:27:12.617889 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6317 | 2025.01.17 08:27:12.618331 [ 198 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
| 6318 | 2025.01.17 08:27:12.618347 [ 199 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6319 | 2025.01.17 08:27:12.620217 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6320 | 2025.01.17 08:27:12.620605 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_46_9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6321 | 2025.01.17 08:27:12.620931 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 6322 | 2025.01.17 08:27:12.623107 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6323 | 2025.01.17 08:27:12.623157 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6324 | 2025.01.17 08:27:12.624400 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6325 | 2025.01.17 08:27:12.624728 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6326 | 2025.01.17 08:27:12.625086 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008905 sec., 2695.115103874228 rows/sec., 4.83 MiB/sec. | ||
| 6327 | 2025.01.17 08:27:12.626130 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12572 rows, containing 5 columns (5 merged, 0 gathered) in 0.010752535 sec., 1169212.6554342767 rows/sec., 78.96 MiB/sec. | ||
| 6328 | 2025.01.17 08:27:12.626178 [ 255 ] {2df4e6ad-b563-4a9e-a898-0697143514f9} <Debug> TCPHandler: Processed in 0.010411613 sec. | ||
| 6329 | 2025.01.17 08:27:12.626343 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6330 | 2025.01.17 08:27:12.626498 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6331 | 2025.01.17 08:27:12.626504 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6332 | 2025.01.17 08:27:12.626576 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6333 | 2025.01.17 08:27:12.626935 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6334 | 2025.01.17 08:27:12.627021 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6335 | 2025.01.17 08:27:12.627131 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 6336 | 2025.01.17 08:27:12.627280 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6337 | 2025.01.17 08:27:12.627319 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6338 | 2025.01.17 08:27:12.627700 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6339 | 2025.01.17 08:27:12.627941 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2025.01.17 08:27:12.628117 [ 54 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6341 | 2025.01.17 08:27:12.628178 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00171 sec., 35087.71929824562 rows/sec., 2.36 MiB/sec. | ||
| 6342 | 2025.01.17 08:27:12.628186 [ 54 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2025.01.17 08:27:12.628263 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6344 | 2025.01.17 08:27:12.628306 [ 5 ] {6a881bc5-3cdc-4099-8882-7c69aa9b6704} <Debug> TCPHandler: Processed in 0.002024616 sec. | ||
| 6345 | 2025.01.17 08:27:12.628444 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 6346 | 2025.01.17 08:27:12.628535 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6347 | 2025.01.17 08:27:12.628562 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2342 rows starting from the beginning of the part | ||
| 6348 | 2025.01.17 08:27:12.628628 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 70 rows starting from the beginning of the part | ||
| 6349 | 2025.01.17 08:27:12.628742 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 12 rows starting from the beginning of the part | ||
| 6350 | 2025.01.17 08:27:12.628954 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6351 | 2025.01.17 08:27:12.629195 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6352 | 2025.01.17 08:27:12.629307 [ 197 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6353 | 2025.01.17 08:27:12.630752 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2626 rows, containing 4 columns (4 merged, 0 gathered) in 0.002374659 sec., 1105842.9862982433 rows/sec., 71.88 MiB/sec. | ||
| 6354 | 2025.01.17 08:27:12.631199 [ 191 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6355 | 2025.01.17 08:27:12.631613 [ 191 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2025.01.17 08:27:12.631746 [ 191 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_46_9} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6357 | 2025.01.17 08:27:12.631850 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 6358 | 2025.01.17 08:27:13.520557 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6359 | 2025.01.17 08:27:13.521219 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2025.01.17 08:27:13.521268 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6361 | 2025.01.17 08:27:13.521819 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6362 | 2025.01.17 08:27:13.522075 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6363 | 2025.01.17 08:27:13.522315 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6364 | 2025.01.17 08:27:14.433529 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 | ||
| 6365 | 2025.01.17 08:27:14.454953 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6366 | 2025.01.17 08:27:14.455019 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6367 | 2025.01.17 08:27:14.462601 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6368 | 2025.01.17 08:27:14.463376 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6369 | 2025.01.17 08:27:14.466168 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6370 | 2025.01.17 08:27:16.092616 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 910 | ||
| 6371 | 2025.01.17 08:27:16.095685 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6372 | 2025.01.17 08:27:16.095738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6373 | 2025.01.17 08:27:16.097206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6374 | 2025.01.17 08:27:16.097520 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6375 | 2025.01.17 08:27:16.097728 [ 90 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6376 | 2025.01.17 08:27:16.097854 [ 90 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6377 | 2025.01.17 08:27:16.097924 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6378 | 2025.01.17 08:27:16.098355 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 6379 | 2025.01.17 08:27:16.098942 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 910 | ||
| 6380 | 2025.01.17 08:27:16.099316 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6381 | 2025.01.17 08:27:16.099437 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 6382 | 2025.01.17 08:27:16.100002 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 6383 | 2025.01.17 08:27:16.100514 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 6384 | 2025.01.17 08:27:16.101026 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6385 | 2025.01.17 08:27:16.101552 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 44 rows starting from the beginning of the part | ||
| 6386 | 2025.01.17 08:27:16.102179 [ 193 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 6387 | 2025.01.17 08:27:16.110002 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 910 rows, containing 72 columns (72 merged, 0 gathered) in 0.011927225 sec., 76296.03700777004 rows/sec., 62.64 MiB/sec. | ||
| 6388 | 2025.01.17 08:27:16.111508 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6389 | 2025.01.17 08:27:16.112380 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6390 | 2025.01.17 08:27:16.112482 [ 187 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_21_4} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6391 | 2025.01.17 08:27:16.112830 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 6392 | 2025.01.17 08:27:17.601712 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2025.01.17 08:27:17.601981 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6394 | 2025.01.17 08:27:17.602074 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6395 | 2025.01.17 08:27:17.602801 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6396 | 2025.01.17 08:27:17.602848 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6397 | 2025.01.17 08:27:17.603285 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6398 | 2025.01.17 08:27:17.603545 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6399 | 2025.01.17 08:27:17.603816 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 6400 | 2025.01.17 08:27:17.603945 [ 5 ] {4ba2629f-b56d-4018-9e51-e8560ae3268d} <Debug> TCPHandler: Processed in 0.002397829 sec. | ||
| 6401 | 2025.01.17 08:27:17.604294 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6402 | 2025.01.17 08:27:17.604513 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6403 | 2025.01.17 08:27:17.604599 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6404 | 2025.01.17 08:27:17.605561 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6405 | 2025.01.17 08:27:17.605618 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6406 | 2025.01.17 08:27:17.606107 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6407 | 2025.01.17 08:27:17.606373 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6408 | 2025.01.17 08:27:17.606643 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002189 sec., 106441.29739607127 rows/sec., 9.31 MiB/sec. | ||
| 6409 | 2025.01.17 08:27:17.606843 [ 255 ] {d8cd4d09-aaf1-47c6-b826-e2e10c1411f5} <Debug> TCPHandler: Processed in 0.002745251 sec. | ||
| 6410 | 2025.01.17 08:27:17.607080 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6411 | 2025.01.17 08:27:17.607224 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6412 | 2025.01.17 08:27:17.607287 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6413 | 2025.01.17 08:27:17.607971 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2025.01.17 08:27:17.608013 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6415 | 2025.01.17 08:27:17.608393 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6416 | 2025.01.17 08:27:17.608640 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2025.01.17 08:27:17.608884 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001685 sec., 13056.379821958457 rows/sec., 940.05 KiB/sec. | ||
| 6418 | 2025.01.17 08:27:17.609040 [ 5 ] {5dc023e0-223b-435b-8521-ad431fdd9ea1} <Debug> TCPHandler: Processed in 0.002049207 sec. | ||
| 6419 | 2025.01.17 08:27:17.609327 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6420 | 2025.01.17 08:27:17.609545 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6421 | 2025.01.17 08:27:17.609609 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6422 | 2025.01.17 08:27:17.610266 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2025.01.17 08:27:17.610309 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6424 | 2025.01.17 08:27:17.610683 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6425 | 2025.01.17 08:27:17.610935 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6426 | 2025.01.17 08:27:17.611179 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00167 sec., 8383.233532934131 rows/sec., 587.11 KiB/sec. | ||
| 6427 | 2025.01.17 08:27:17.611235 [ 255 ] {03465f0c-8146-4678-ba0b-39d649e33edc} <Debug> TCPHandler: Processed in 0.002084937 sec. | ||
| 6428 | 2025.01.17 08:27:17.611384 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2025.01.17 08:27:17.611529 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6430 | 2025.01.17 08:27:17.611589 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6431 | 2025.01.17 08:27:17.612239 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6432 | 2025.01.17 08:27:17.612280 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6433 | 2025.01.17 08:27:17.612647 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6434 | 2025.01.17 08:27:17.612888 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6435 | 2025.01.17 08:27:17.613107 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001605 sec., 8099.688473520248 rows/sec., 505.01 KiB/sec. | ||
| 6436 | 2025.01.17 08:27:17.613222 [ 5 ] {20a10d3e-d2c2-4cc4-85d3-7d93fae04250} <Debug> TCPHandler: Processed in 0.001904875 sec. | ||
| 6437 | 2025.01.17 08:27:17.613387 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2025.01.17 08:27:17.613526 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6439 | 2025.01.17 08:27:17.613586 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6440 | 2025.01.17 08:27:17.614366 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6441 | 2025.01.17 08:27:17.614407 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6442 | 2025.01.17 08:27:17.614803 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6443 | 2025.01.17 08:27:17.615049 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6444 | 2025.01.17 08:27:17.615298 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001797 sec., 220923.76182526434 rows/sec., 15.70 MiB/sec. | ||
| 6445 | 2025.01.17 08:27:17.615402 [ 255 ] {f0a2294e-30b7-4f59-9a92-5e20fa18d3de} <Debug> TCPHandler: Processed in 0.002097797 sec. | ||
| 6446 | 2025.01.17 08:27:17.615623 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6447 | 2025.01.17 08:27:17.615873 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6448 | 2025.01.17 08:27:17.615932 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6449 | 2025.01.17 08:27:17.616433 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2025.01.17 08:27:17.616473 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6451 | 2025.01.17 08:27:17.616846 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6452 | 2025.01.17 08:27:17.617094 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2025.01.17 08:27:17.617308 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 211.24 KiB/sec. | ||
| 6454 | 2025.01.17 08:27:17.617359 [ 5 ] {427069eb-dbd3-405d-8f07-7825f59201c6} <Debug> TCPHandler: Processed in 0.001874564 sec. | ||
| 6455 | 2025.01.17 08:27:17.617511 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6456 | 2025.01.17 08:27:17.617649 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6457 | 2025.01.17 08:27:17.617714 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6458 | 2025.01.17 08:27:17.618329 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6459 | 2025.01.17 08:27:17.618370 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6460 | 2025.01.17 08:27:17.618780 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6461 | 2025.01.17 08:27:17.619019 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6462 | 2025.01.17 08:27:17.619261 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001643 sec., 144248.32623250154 rows/sec., 9.67 MiB/sec. | ||
| 6463 | 2025.01.17 08:27:17.619318 [ 255 ] {b3883899-4887-44a0-bd15-314b5fc4e443} <Debug> TCPHandler: Processed in 0.001876225 sec. | ||
| 6464 | 2025.01.17 08:27:17.619458 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6465 | 2025.01.17 08:27:17.619602 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6466 | 2025.01.17 08:27:17.619664 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6467 | 2025.01.17 08:27:17.620192 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6468 | 2025.01.17 08:27:17.620232 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6469 | 2025.01.17 08:27:17.620601 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6470 | 2025.01.17 08:27:17.620842 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6471 | 2025.01.17 08:27:17.621004 [ 110 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6472 | 2025.01.17 08:27:17.621076 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 6473 | 2025.01.17 08:27:17.621136 [ 110 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6474 | 2025.01.17 08:27:17.621187 [ 5 ] {9ac71d07-4cd8-43d0-b109-07ed420608dd} <Debug> TCPHandler: Processed in 0.001793364 sec. | ||
| 6475 | 2025.01.17 08:27:17.621214 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6476 | 2025.01.17 08:27:17.621389 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6477 | 2025.01.17 08:27:17.621478 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 6478 | 2025.01.17 08:27:17.621643 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6479 | 2025.01.17 08:27:17.621741 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6480 | 2025.01.17 08:27:17.621850 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 6481 | 2025.01.17 08:27:17.621852 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6482 | 2025.01.17 08:27:17.622166 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 6483 | 2025.01.17 08:27:17.622581 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 6484 | 2025.01.17 08:27:17.622887 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 6485 | 2025.01.17 08:27:17.623178 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 6486 | 2025.01.17 08:27:17.623501 [ 193 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 6487 | 2025.01.17 08:27:17.627568 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.006195449 sec., 3228.176036958742 rows/sec., 217.52 KiB/sec. | ||
| 6488 | 2025.01.17 08:27:17.627608 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2025.01.17 08:27:17.627680 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6490 | 2025.01.17 08:27:17.627969 [ 190 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6491 | 2025.01.17 08:27:17.628678 [ 190 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2025.01.17 08:27:17.628921 [ 190 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_20_4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6493 | 2025.01.17 08:27:17.629050 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6494 | 2025.01.17 08:27:17.629084 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6495 | 2025.01.17 08:27:17.629375 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6496 | 2025.01.17 08:27:17.629651 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.008087 sec., 1854.8287374799058 rows/sec., 3.32 MiB/sec. | ||
| 6497 | 2025.01.17 08:27:17.629779 [ 255 ] {79716085-c73f-4215-848d-e824c271d5ab} <Debug> TCPHandler: Processed in 0.008506888 sec. | ||
| 6498 | 2025.01.17 08:27:17.629940 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6499 | 2025.01.17 08:27:17.630079 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6500 | 2025.01.17 08:27:17.630139 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6501 | 2025.01.17 08:27:17.630722 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6502 | 2025.01.17 08:27:17.630770 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.35 GiB. | ||
| 6503 | 2025.01.17 08:27:17.631196 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6504 | 2025.01.17 08:27:17.631442 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6505 | 2025.01.17 08:27:17.631665 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001615 sec., 50773.99380804954 rows/sec., 3.22 MiB/sec. | ||
| 6506 | 2025.01.17 08:27:17.631714 [ 5 ] {2a7514e9-928b-496e-b75e-2c2789a68cc2} <Debug> TCPHandler: Processed in 0.001842414 sec. | ||
| 6507 | 2025.01.17 08:27:20.824465 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6508 | 2025.01.17 08:27:20.824531 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6509 | 2025.01.17 08:27:21.022507 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6510 | 2025.01.17 08:27:21.023187 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2025.01.17 08:27:21.023231 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6512 | 2025.01.17 08:27:21.023760 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6513 | 2025.01.17 08:27:21.024011 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6514 | 2025.01.17 08:27:21.024262 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6515 | 2025.01.17 08:27:21.966312 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6516 | 2025.01.17 08:27:21.988548 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6517 | 2025.01.17 08:27:21.988623 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6518 | 2025.01.17 08:27:21.996684 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6519 | 2025.01.17 08:27:21.997449 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6520 | 2025.01.17 08:27:22.001171 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6521 | 2025.01.17 08:27:22.597635 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6522 | 2025.01.17 08:27:22.597843 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6523 | 2025.01.17 08:27:22.597922 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6524 | 2025.01.17 08:27:22.598712 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6525 | 2025.01.17 08:27:22.598763 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6526 | 2025.01.17 08:27:22.599201 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6527 | 2025.01.17 08:27:22.599460 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6528 | 2025.01.17 08:27:22.599663 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001878 sec., 55378.06176783813 rows/sec., 4.62 MiB/sec. | ||
| 6529 | 2025.01.17 08:27:22.599718 [ 5 ] {9cccec2e-38fa-4324-8fd1-92abff790f63} <Debug> TCPHandler: Processed in 0.002226198 sec. | ||
| 6530 | 2025.01.17 08:27:22.599991 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6531 | 2025.01.17 08:27:22.600211 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6532 | 2025.01.17 08:27:22.600298 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6533 | 2025.01.17 08:27:22.601164 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6534 | 2025.01.17 08:27:22.601219 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6535 | 2025.01.17 08:27:22.601679 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6536 | 2025.01.17 08:27:22.601945 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6537 | 2025.01.17 08:27:22.602223 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002064 sec., 11627.906976744187 rows/sec., 874.36 KiB/sec. | ||
| 6538 | 2025.01.17 08:27:22.602411 [ 255 ] {348840b2-da0a-4c7f-bc3e-a0f508c0d6fb} <Debug> TCPHandler: Processed in 0.00255976 sec. | ||
| 6539 | 2025.01.17 08:27:22.602614 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6540 | 2025.01.17 08:27:22.602733 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6541 | 2025.01.17 08:27:22.602783 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6542 | 2025.01.17 08:27:22.603396 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6543 | 2025.01.17 08:27:22.603434 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6544 | 2025.01.17 08:27:22.603804 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6545 | 2025.01.17 08:27:22.604048 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6546 | 2025.01.17 08:27:22.604250 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001533 sec., 57403.78343118069 rows/sec., 4.48 MiB/sec. | ||
| 6547 | 2025.01.17 08:27:22.604316 [ 5 ] {e67cd0cc-7cc5-492f-bb43-02285066460c} <Debug> TCPHandler: Processed in 0.001789224 sec. | ||
| 6548 | 2025.01.17 08:27:22.604555 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6549 | 2025.01.17 08:27:22.604703 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6550 | 2025.01.17 08:27:22.604769 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6551 | 2025.01.17 08:27:22.605412 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2025.01.17 08:27:22.605453 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6553 | 2025.01.17 08:27:22.605877 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6554 | 2025.01.17 08:27:22.606150 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2025.01.17 08:27:22.606367 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 6.56 MiB/sec. | ||
| 6556 | 2025.01.17 08:27:22.606421 [ 255 ] {87f3de72-a2f0-4511-8818-aa981f9702d5} <Debug> TCPHandler: Processed in 0.001967776 sec. | ||
| 6557 | 2025.01.17 08:27:22.606585 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6558 | 2025.01.17 08:27:22.606724 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6559 | 2025.01.17 08:27:22.606818 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6560 | 2025.01.17 08:27:22.608028 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2025.01.17 08:27:22.608066 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6562 | 2025.01.17 08:27:22.608715 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6563 | 2025.01.17 08:27:22.608988 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2025.01.17 08:27:22.609186 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002494 sec., 9623.09542902967 rows/sec., 17.24 MiB/sec. | ||
| 6565 | 2025.01.17 08:27:22.609277 [ 5 ] {5177aae2-3050-4477-a84a-552255935799} <Debug> TCPHandler: Processed in 0.002759962 sec. | ||
| 6566 | 2025.01.17 08:27:22.609436 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2025.01.17 08:27:22.609577 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6568 | 2025.01.17 08:27:22.609639 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6569 | 2025.01.17 08:27:22.610208 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6570 | 2025.01.17 08:27:22.610248 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6571 | 2025.01.17 08:27:22.610638 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6572 | 2025.01.17 08:27:22.610883 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6573 | 2025.01.17 08:27:22.611105 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001558 sec., 38510.91142490372 rows/sec., 2.60 MiB/sec. | ||
| 6574 | 2025.01.17 08:27:22.611180 [ 255 ] {d41103b9-7dc0-4a1c-ae98-aec9174ba0c5} <Debug> TCPHandler: Processed in 0.001809024 sec. | ||
| 6575 | 2025.01.17 08:27:26.099278 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 944 | ||
| 6576 | 2025.01.17 08:27:26.102451 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6577 | 2025.01.17 08:27:26.102505 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6578 | 2025.01.17 08:27:26.103996 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6579 | 2025.01.17 08:27:26.104309 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2025.01.17 08:27:26.104933 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 944 | ||
| 6581 | 2025.01.17 08:27:26.538608 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6582 | 2025.01.17 08:27:26.538890 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6583 | 2025.01.17 08:27:26.539000 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6584 | 2025.01.17 08:27:26.539886 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6585 | 2025.01.17 08:27:26.539938 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6586 | 2025.01.17 08:27:26.540375 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6587 | 2025.01.17 08:27:26.540633 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): 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.17 08:27:26.540851 [ 135 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6589 | 2025.01.17 08:27:26.540886 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002071 sec., 6760.019314340899 rows/sec., 486.63 KiB/sec. | ||
| 6590 | 2025.01.17 08:27:26.540963 [ 135 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6591 | 2025.01.17 08:27:26.541020 [ 5 ] {ff11d788-f32f-410d-8189-9be2a264d138} <Debug> TCPHandler: Processed in 0.00258919 sec. | ||
| 6592 | 2025.01.17 08:27:26.541047 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6593 | 2025.01.17 08:27:26.541298 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6594 | 2025.01.17 08:27:26.541379 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2025.01.17 08:27:26.541488 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6596 | 2025.01.17 08:27:26.541545 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6597 | 2025.01.17 08:27:26.541781 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6598 | 2025.01.17 08:27:26.542117 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6599 | 2025.01.17 08:27:26.542197 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6600 | 2025.01.17 08:27:26.542506 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6601 | 2025.01.17 08:27:26.542580 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6602 | 2025.01.17 08:27:26.542763 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 6603 | 2025.01.17 08:27:26.544596 [ 186 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003400417 sec., 20585.71051726891 rows/sec., 1.53 MiB/sec. | ||
| 6604 | 2025.01.17 08:27:26.544863 [ 188 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6605 | 2025.01.17 08:27:26.545275 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6606 | 2025.01.17 08:27:26.545275 [ 188 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_21_5} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6607 | 2025.01.17 08:27:26.545323 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6608 | 2025.01.17 08:27:26.545411 [ 188 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_21_5} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6609 | 2025.01.17 08:27:26.545530 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6610 | 2025.01.17 08:27:26.545897 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6611 | 2025.01.17 08:27:26.546165 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2025.01.17 08:27:26.546398 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Debug> executeQuery: Read 1373 rows, 116.98 KiB in 0.004577 sec., 299978.1516277037 rows/sec., 24.96 MiB/sec. | ||
| 6613 | 2025.01.17 08:27:26.546476 [ 255 ] {e45bf420-165e-49f0-aed3-d1a8cb8fc3e6} <Debug> TCPHandler: Processed in 0.005304062 sec. | ||
| 6614 | 2025.01.17 08:27:26.546653 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6615 | 2025.01.17 08:27:26.546793 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6616 | 2025.01.17 08:27:26.546854 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6617 | 2025.01.17 08:27:26.547514 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6618 | 2025.01.17 08:27:26.547555 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6619 | 2025.01.17 08:27:26.547931 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6620 | 2025.01.17 08:27:26.548179 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6621 | 2025.01.17 08:27:26.548409 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001645 sec., 13373.860182370821 rows/sec., 962.91 KiB/sec. | ||
| 6622 | 2025.01.17 08:27:26.548463 [ 5 ] {941106fd-ff3d-426a-ab93-373de5a931de} <Debug> TCPHandler: Processed in 0.001876725 sec. | ||
| 6623 | 2025.01.17 08:27:26.548623 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6624 | 2025.01.17 08:27:26.548766 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6625 | 2025.01.17 08:27:26.548829 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6626 | 2025.01.17 08:27:26.549569 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6627 | 2025.01.17 08:27:26.549611 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6628 | 2025.01.17 08:27:26.550005 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6629 | 2025.01.17 08:27:26.550276 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6630 | 2025.01.17 08:27:26.550470 [ 135 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6631 | 2025.01.17 08:27:26.550537 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001795 sec., 134818.94150417828 rows/sec., 9.13 MiB/sec. | ||
| 6632 | 2025.01.17 08:27:26.550547 [ 135 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6633 | 2025.01.17 08:27:26.550635 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6634 | 2025.01.17 08:27:26.550654 [ 255 ] {7d51f2d5-1862-497e-8571-a239beda7168} <Debug> TCPHandler: Processed in 0.002103006 sec. | ||
| 6635 | 2025.01.17 08:27:26.550967 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2025.01.17 08:27:26.551083 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 6637 | 2025.01.17 08:27:26.551355 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6638 | 2025.01.17 08:27:26.551522 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6639 | 2025.01.17 08:27:26.551623 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6640 | 2025.01.17 08:27:26.551802 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 6641 | 2025.01.17 08:27:26.552270 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6642 | 2025.01.17 08:27:26.552602 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 242 rows starting from the beginning of the part | ||
| 6643 | 2025.01.17 08:27:26.552975 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6644 | 2025.01.17 08:27:26.553305 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6645 | 2025.01.17 08:27:26.553654 [ 200 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 242 rows starting from the beginning of the part | ||
| 6646 | 2025.01.17 08:27:26.554745 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6647 | 2025.01.17 08:27:26.554805 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6648 | 2025.01.17 08:27:26.555908 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6649 | 2025.01.17 08:27:26.556437 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6650 | 2025.01.17 08:27:26.556437 [ 188 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005674075 sec., 135352.45833021242 rows/sec., 9.69 MiB/sec. | ||
| 6651 | 2025.01.17 08:27:26.556745 [ 188 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6652 | 2025.01.17 08:27:26.556801 [ 135 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 6653 | 2025.01.17 08:27:26.556987 [ 135 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6654 | 2025.01.17 08:27:26.557033 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005811 sec., 2237.1364653243845 rows/sec., 139.48 KiB/sec. | ||
| 6655 | 2025.01.17 08:27:26.557098 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6656 | 2025.01.17 08:27:26.557280 [ 5 ] {35f352f2-ce69-4285-a9d8-8aacb620de00} <Debug> TCPHandler: Processed in 0.006505502 sec. | ||
| 6657 | 2025.01.17 08:27:26.557573 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6658 | 2025.01.17 08:27:26.557645 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6659 | 2025.01.17 08:27:26.557727 [ 188 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2025.01.17 08:27:26.557818 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6661 | 2025.01.17 08:27:26.557896 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6662 | 2025.01.17 08:27:26.557915 [ 188 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_21_4} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6663 | 2025.01.17 08:27:26.557916 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6664 | 2025.01.17 08:27:26.557942 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6665 | 2025.01.17 08:27:26.558150 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 6666 | 2025.01.17 08:27:26.558389 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6667 | 2025.01.17 08:27:26.558609 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6668 | 2025.01.17 08:27:26.559187 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6669 | 2025.01.17 08:27:26.559421 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 6670 | 2025.01.17 08:27:26.560675 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2025.01.17 08:27:26.560730 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6672 | 2025.01.17 08:27:26.560749 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003382877 sec., 19214.41423971371 rows/sec., 1.24 MiB/sec. | ||
| 6673 | 2025.01.17 08:27:26.560891 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 6674 | 2025.01.17 08:27:26.561237 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_21_5} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6675 | 2025.01.17 08:27:26.561259 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6676 | 2025.01.17 08:27:26.561331 [ 192 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_21_5} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 6677 | 2025.01.17 08:27:26.561413 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6678 | 2025.01.17 08:27:26.561551 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6679 | 2025.01.17 08:27:26.561781 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Debug> executeQuery: Read 853 rows, 63.17 KiB in 0.004038 sec., 211243.18969787023 rows/sec., 15.28 MiB/sec. | ||
| 6680 | 2025.01.17 08:27:26.561845 [ 255 ] {cd3d008b-a28e-438a-ac1f-bc00e5716b84} <Debug> TCPHandler: Processed in 0.004448145 sec. | ||
| 6681 | 2025.01.17 08:27:26.561989 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6682 | 2025.01.17 08:27:26.562108 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6683 | 2025.01.17 08:27:26.562159 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6684 | 2025.01.17 08:27:26.562666 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6685 | 2025.01.17 08:27:26.562706 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6686 | 2025.01.17 08:27:26.563081 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6687 | 2025.01.17 08:27:26.563326 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6688 | 2025.01.17 08:27:26.563511 [ 135 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6689 | 2025.01.17 08:27:26.563575 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001485 sec., 4040.4040404040406 rows/sec., 211.10 KiB/sec. | ||
| 6690 | 2025.01.17 08:27:26.563596 [ 135 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6691 | 2025.01.17 08:27:26.563695 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6692 | 2025.01.17 08:27:26.563711 [ 5 ] {730e14fe-f209-42a8-910a-3fe418191382} <Debug> TCPHandler: Processed in 0.001776275 sec. | ||
| 6693 | 2025.01.17 08:27:26.563954 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6694 | 2025.01.17 08:27:26.563973 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 6695 | 2025.01.17 08:27:26.564177 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6696 | 2025.01.17 08:27:26.564238 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6697 | 2025.01.17 08:27:26.564291 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6698 | 2025.01.17 08:27:26.564310 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 6699 | 2025.01.17 08:27:26.564628 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 6700 | 2025.01.17 08:27:26.565003 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 6701 | 2025.01.17 08:27:26.565411 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 6702 | 2025.01.17 08:27:26.565726 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 6703 | 2025.01.17 08:27:26.565952 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 6704 | 2025.01.17 08:27:26.567030 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6705 | 2025.01.17 08:27:26.567113 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6706 | 2025.01.17 08:27:26.568296 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6707 | 2025.01.17 08:27:26.568327 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476105 sec., 28149.47370537554 rows/sec., 1.44 MiB/sec. | ||
| 6708 | 2025.01.17 08:27:26.568516 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6709 | 2025.01.17 08:27:26.568781 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6710 | 2025.01.17 08:27:26.569147 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6711 | 2025.01.17 08:27:26.569203 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.005112 sec., 180946.79186228482 rows/sec., 12.07 MiB/sec. | ||
| 6712 | 2025.01.17 08:27:26.569317 [ 197 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_21_4} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6713 | 2025.01.17 08:27:26.569356 [ 255 ] {6ffd6355-c452-4a7e-9e39-eb448528c504} <Debug> TCPHandler: Processed in 0.005527423 sec. | ||
| 6714 | 2025.01.17 08:27:26.569523 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6715 | 2025.01.17 08:27:26.569569 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6716 | 2025.01.17 08:27:26.569689 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6717 | 2025.01.17 08:27:26.569739 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6718 | 2025.01.17 08:27:26.570196 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6719 | 2025.01.17 08:27:26.570234 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6720 | 2025.01.17 08:27:26.570595 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6721 | 2025.01.17 08:27:26.570835 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6722 | 2025.01.17 08:27:26.571043 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
| 6723 | 2025.01.17 08:27:26.571093 [ 5 ] {86a8998a-94f2-4b0f-bc54-0272361002db} <Debug> TCPHandler: Processed in 0.001632313 sec. | ||
| 6724 | 2025.01.17 08:27:26.571228 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6725 | 2025.01.17 08:27:26.571367 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6726 | 2025.01.17 08:27:26.571460 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6727 | 2025.01.17 08:27:26.572743 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6728 | 2025.01.17 08:27:26.572781 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6729 | 2025.01.17 08:27:26.573414 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6730 | 2025.01.17 08:27:26.573682 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6731 | 2025.01.17 08:27:26.573885 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.00255 sec., 5882.35294117647 rows/sec., 10.54 MiB/sec. | ||
| 6732 | 2025.01.17 08:27:26.573984 [ 255 ] {34527ffb-6d45-40ad-a389-9e3d4672541c} <Debug> TCPHandler: Processed in 0.002811392 sec. | ||
| 6733 | 2025.01.17 08:27:26.574132 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6734 | 2025.01.17 08:27:26.574250 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6735 | 2025.01.17 08:27:26.574301 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6736 | 2025.01.17 08:27:26.574804 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2025.01.17 08:27:26.574843 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6738 | 2025.01.17 08:27:26.575223 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6739 | 2025.01.17 08:27:26.575466 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2025.01.17 08:27:26.575712 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001479 sec., 47329.276538201484 rows/sec., 2.97 MiB/sec. | ||
| 6741 | 2025.01.17 08:27:26.575812 [ 5 ] {3c59353d-ea85-4145-ad65-634ec02c762f} <Debug> TCPHandler: Processed in 0.001736423 sec. | ||
| 6742 | 2025.01.17 08:27:27.590872 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6743 | 2025.01.17 08:27:27.591060 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6744 | 2025.01.17 08:27:27.591129 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6745 | 2025.01.17 08:27:27.591864 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6746 | 2025.01.17 08:27:27.591912 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6747 | 2025.01.17 08:27:27.592336 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6748 | 2025.01.17 08:27:27.592579 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6749 | 2025.01.17 08:27:27.592829 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001821 sec., 30752.333882482155 rows/sec., 2.35 MiB/sec. | ||
| 6750 | 2025.01.17 08:27:27.592885 [ 5 ] {80d7e768-0c3d-4a7a-8449-fe4d7557f342} <Debug> TCPHandler: Processed in 0.002143437 sec. | ||
| 6751 | 2025.01.17 08:27:27.593120 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6752 | 2025.01.17 08:27:27.593314 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6753 | 2025.01.17 08:27:27.593395 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6754 | 2025.01.17 08:27:27.594301 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6755 | 2025.01.17 08:27:27.594346 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6756 | 2025.01.17 08:27:27.594790 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6757 | 2025.01.17 08:27:27.595059 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6758 | 2025.01.17 08:27:27.595296 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002037 sec., 31418.753068237602 rows/sec., 2.45 MiB/sec. | ||
| 6759 | 2025.01.17 08:27:27.595359 [ 255 ] {d402ea31-0dc9-4fab-8a6e-85b5616ba3f3} <Debug> TCPHandler: Processed in 0.002367709 sec. | ||
| 6760 | 2025.01.17 08:27:27.595523 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6761 | 2025.01.17 08:27:27.595654 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6762 | 2025.01.17 08:27:27.595709 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6763 | 2025.01.17 08:27:27.596254 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6764 | 2025.01.17 08:27:27.596294 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6765 | 2025.01.17 08:27:27.596683 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6766 | 2025.01.17 08:27:27.596923 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6767 | 2025.01.17 08:27:27.597145 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001517 sec., 21094.264996704023 rows/sec., 1.47 MiB/sec. | ||
| 6768 | 2025.01.17 08:27:27.597196 [ 5 ] {6f3628e9-1ced-43dd-b57a-2ad14d0e7adb} <Debug> TCPHandler: Processed in 0.001731464 sec. | ||
| 6769 | 2025.01.17 08:27:27.597366 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6770 | 2025.01.17 08:27:27.597511 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6771 | 2025.01.17 08:27:27.597575 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6772 | 2025.01.17 08:27:27.598147 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6773 | 2025.01.17 08:27:27.598195 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6774 | 2025.01.17 08:27:27.598594 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6775 | 2025.01.17 08:27:27.598850 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6776 | 2025.01.17 08:27:27.599101 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001614 sec., 7434.944237918216 rows/sec., 513.09 KiB/sec. | ||
| 6777 | 2025.01.17 08:27:27.599170 [ 255 ] {7b0f1feb-8bfb-4fdb-b6a9-b99eedee00a8} <Debug> TCPHandler: Processed in 0.001872235 sec. | ||
| 6778 | 2025.01.17 08:27:28.524464 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6779 | 2025.01.17 08:27:28.525120 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2025.01.17 08:27:28.525164 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6781 | 2025.01.17 08:27:28.525683 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6782 | 2025.01.17 08:27:28.525944 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6783 | 2025.01.17 08:27:28.526150 [ 130 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6784 | 2025.01.17 08:27:28.526190 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6785 | 2025.01.17 08:27:28.526233 [ 130 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2025.01.17 08:27:28.526262 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6787 | 2025.01.17 08:27:28.526413 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 6788 | 2025.01.17 08:27:28.526584 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6789 | 2025.01.17 08:27:28.526642 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 6790 | 2025.01.17 08:27:28.526729 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6791 | 2025.01.17 08:27:28.526902 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6792 | 2025.01.17 08:27:28.527151 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6793 | 2025.01.17 08:27:28.527334 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6794 | 2025.01.17 08:27:28.527492 [ 192 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6795 | 2025.01.17 08:27:28.529754 [ 189 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003414597 sec., 4162423.8526537684 rows/sec., 59.54 MiB/sec. | ||
| 6796 | 2025.01.17 08:27:28.530195 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6797 | 2025.01.17 08:27:28.530547 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6798 | 2025.01.17 08:27:28.530647 [ 198 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_31_6} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6799 | 2025.01.17 08:27:28.530769 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.46 MiB. | ||
| 6800 | 2025.01.17 08:27:29.501315 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6801 | 2025.01.17 08:27:29.524335 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6802 | 2025.01.17 08:27:29.524409 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6803 | 2025.01.17 08:27:29.532103 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6804 | 2025.01.17 08:27:29.532906 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6805 | 2025.01.17 08:27:29.533287 [ 129 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6806 | 2025.01.17 08:27:29.533436 [ 129 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6807 | 2025.01.17 08:27:29.533508 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6808 | 2025.01.17 08:27:29.534184 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 6809 | 2025.01.17 08:27:29.549535 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6810 | 2025.01.17 08:27:29.551265 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6811 | 2025.01.17 08:27:29.552677 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 6812 | 2025.01.17 08:27:29.558934 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 6813 | 2025.01.17 08:27:29.564594 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part | ||
| 6814 | 2025.01.17 08:27:29.570281 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part | ||
| 6815 | 2025.01.17 08:27:29.576404 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 6816 | 2025.01.17 08:27:29.581086 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 6817 | 2025.01.17 08:27:29.643411 [ 198 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.109745688 sec., 2132.2022237447727 rows/sec., 11.03 MiB/sec. | ||
| 6818 | 2025.01.17 08:27:29.646417 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6819 | 2025.01.17 08:27:29.649488 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6820 | 2025.01.17 08:27:29.649623 [ 187 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_31_6} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6821 | 2025.01.17 08:27:29.652125 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 6822 | 2025.01.17 08:27:30.000175 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.92 MiB, peak 212.47 MiB, free memory in arenas 0.00 B, will set to 203.81 MiB (RSS), difference: 1.89 MiB | ||
| 6823 | 2025.01.17 08:27:32.598556 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6824 | 2025.01.17 08:27:32.598756 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6825 | 2025.01.17 08:27:32.598833 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6826 | 2025.01.17 08:27:32.599627 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6827 | 2025.01.17 08:27:32.599688 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6828 | 2025.01.17 08:27:32.600148 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6829 | 2025.01.17 08:27:32.600417 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6830 | 2025.01.17 08:27:32.600623 [ 126 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6831 | 2025.01.17 08:27:32.600692 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001986 sec., 52366.56596173213 rows/sec., 4.37 MiB/sec. | ||
| 6832 | 2025.01.17 08:27:32.600713 [ 126 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6833 | 2025.01.17 08:27:32.600792 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6834 | 2025.01.17 08:27:32.600835 [ 5 ] {1bea1569-df57-41f2-be79-352b5cbf400d} <Debug> TCPHandler: Processed in 0.002412819 sec. | ||
| 6835 | 2025.01.17 08:27:32.601075 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 6836 | 2025.01.17 08:27:32.601153 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6837 | 2025.01.17 08:27:32.601288 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6838 | 2025.01.17 08:27:32.601358 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1431 rows starting from the beginning of the part | ||
| 6839 | 2025.01.17 08:27:32.601455 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6840 | 2025.01.17 08:27:32.601590 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 233 rows starting from the beginning of the part | ||
| 6841 | 2025.01.17 08:27:32.601647 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6842 | 2025.01.17 08:27:32.602070 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part | ||
| 6843 | 2025.01.17 08:27:32.602358 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1373 rows starting from the beginning of the part | ||
| 6844 | 2025.01.17 08:27:32.602724 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 56 rows starting from the beginning of the part | ||
| 6845 | 2025.01.17 08:27:32.603100 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part | ||
| 6846 | 2025.01.17 08:27:32.604479 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6847 | 2025.01.17 08:27:32.604548 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6848 | 2025.01.17 08:27:32.605739 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6849 | 2025.01.17 08:27:32.606118 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6850 | 2025.01.17 08:27:32.606331 [ 126 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6851 | 2025.01.17 08:27:32.606431 [ 126 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6852 | 2025.01.17 08:27:32.606492 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6853 | 2025.01.17 08:27:32.606611 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.005214 sec., 4602.991944764097 rows/sec., 346.12 KiB/sec. | ||
| 6854 | 2025.01.17 08:27:32.607021 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 6855 | 2025.01.17 08:27:32.607091 [ 255 ] {1303c603-2ec6-4431-a283-cfdee8e65376} <Debug> TCPHandler: Processed in 0.006118658 sec. | ||
| 6856 | 2025.01.17 08:27:32.607412 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6857 | 2025.01.17 08:27:32.607628 [ 193 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3301 rows, containing 5 columns (5 merged, 0 gathered) in 0.006692453 sec., 493242.163971865 rows/sec., 43.06 MiB/sec. | ||
| 6858 | 2025.01.17 08:27:32.607706 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6859 | 2025.01.17 08:27:32.607756 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6860 | 2025.01.17 08:27:32.607782 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 64 rows starting from the beginning of the part | ||
| 6861 | 2025.01.17 08:27:32.607863 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6862 | 2025.01.17 08:27:32.608114 [ 193 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6863 | 2025.01.17 08:27:32.608307 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 26 rows starting from the beginning of the part | ||
| 6864 | 2025.01.17 08:27:32.608912 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
| 6865 | 2025.01.17 08:27:32.609079 [ 193 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6866 | 2025.01.17 08:27:32.609506 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
| 6867 | 2025.01.17 08:27:32.609591 [ 193 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_51_10} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6868 | 2025.01.17 08:27:32.609997 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 6869 | 2025.01.17 08:27:32.610066 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
| 6870 | 2025.01.17 08:27:32.610394 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
| 6871 | 2025.01.17 08:27:32.611426 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2025.01.17 08:27:32.611502 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6873 | 2025.01.17 08:27:32.612494 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6874 | 2025.01.17 08:27:32.613037 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.006427621 sec., 28315.297370520137 rows/sec., 2.14 MiB/sec. | ||
| 6875 | 2025.01.17 08:27:32.613048 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6876 | 2025.01.17 08:27:32.613250 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6877 | 2025.01.17 08:27:32.613303 [ 126 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6878 | 2025.01.17 08:27:32.613399 [ 126 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6879 | 2025.01.17 08:27:32.613487 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6880 | 2025.01.17 08:27:32.613655 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.005939 sec., 14817.309311331874 rows/sec., 1.16 MiB/sec. | ||
| 6881 | 2025.01.17 08:27:32.613867 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 6882 | 2025.01.17 08:27:32.613928 [ 5 ] {85590c1a-4497-4106-bb8b-2cef45e4a586} <Debug> TCPHandler: Processed in 0.006686073 sec. | ||
| 6883 | 2025.01.17 08:27:32.614247 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6884 | 2025.01.17 08:27:32.614273 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6885 | 2025.01.17 08:27:32.614287 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6886 | 2025.01.17 08:27:32.614319 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 913 rows starting from the beginning of the part | ||
| 6887 | 2025.01.17 08:27:32.614622 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_41_8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6888 | 2025.01.17 08:27:32.614722 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 397 rows starting from the beginning of the part | ||
| 6889 | 2025.01.17 08:27:32.615018 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6890 | 2025.01.17 08:27:32.615124 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6891 | 2025.01.17 08:27:32.615158 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 88 rows starting from the beginning of the part | ||
| 6892 | 2025.01.17 08:27:32.615316 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6893 | 2025.01.17 08:27:32.615487 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 853 rows starting from the beginning of the part | ||
| 6894 | 2025.01.17 08:27:32.615906 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 64 rows starting from the beginning of the part | ||
| 6895 | 2025.01.17 08:27:32.616302 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 88 rows starting from the beginning of the part | ||
| 6896 | 2025.01.17 08:27:32.617871 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6897 | 2025.01.17 08:27:32.617941 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6898 | 2025.01.17 08:27:32.619007 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6899 | 2025.01.17 08:27:32.619439 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6900 | 2025.01.17 08:27:32.619671 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2403 rows, containing 5 columns (5 merged, 0 gathered) in 0.006061077 sec., 396464.1927499024 rows/sec., 30.39 MiB/sec. | ||
| 6901 | 2025.01.17 08:27:32.619811 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6902 | 2025.01.17 08:27:32.619901 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6903 | 2025.01.17 08:27:32.619964 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6904 | 2025.01.17 08:27:32.620036 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005286 sec., 30268.63412788498 rows/sec., 2.11 MiB/sec. | ||
| 6905 | 2025.01.17 08:27:32.620077 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6906 | 2025.01.17 08:27:32.620462 [ 255 ] {415d936f-04c1-4352-96fc-8227e5ab24e0} <Debug> TCPHandler: Processed in 0.006416121 sec. | ||
| 6907 | 2025.01.17 08:27:32.620536 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 6908 | 2025.01.17 08:27:32.620735 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6909 | 2025.01.17 08:27:32.620910 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6910 | 2025.01.17 08:27:32.621020 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12572 rows starting from the beginning of the part | ||
| 6911 | 2025.01.17 08:27:32.621051 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6912 | 2025.01.17 08:27:32.621115 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6913 | 2025.01.17 08:27:32.621554 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6914 | 2025.01.17 08:27:32.621615 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 6915 | 2025.01.17 08:27:32.621737 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_51_10} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6916 | 2025.01.17 08:27:32.622085 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 6917 | 2025.01.17 08:27:32.622224 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6918 | 2025.01.17 08:27:32.622627 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 925 rows starting from the beginning of the part | ||
| 6919 | 2025.01.17 08:27:32.622983 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 32 rows starting from the beginning of the part | ||
| 6920 | 2025.01.17 08:27:32.623352 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 6921 | 2025.01.17 08:27:32.626640 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6922 | 2025.01.17 08:27:32.626734 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6923 | 2025.01.17 08:27:32.628202 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6924 | 2025.01.17 08:27:32.628820 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6925 | 2025.01.17 08:27:32.629110 [ 126 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6926 | 2025.01.17 08:27:32.629191 [ 126 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6927 | 2025.01.17 08:27:32.629233 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6928 | 2025.01.17 08:27:32.629277 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.008317 sec., 2885.6558855356498 rows/sec., 5.17 MiB/sec. | ||
| 6929 | 2025.01.17 08:27:32.629587 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 6930 | 2025.01.17 08:27:32.629774 [ 5 ] {5df99332-9082-4093-9597-f1e85cc803dd} <Debug> TCPHandler: Processed in 0.009163612 sec. | ||
| 6931 | 2025.01.17 08:27:32.630046 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2025.01.17 08:27:32.630259 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6933 | 2025.01.17 08:27:32.630343 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6934 | 2025.01.17 08:27:32.630380 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6935 | 2025.01.17 08:27:32.630482 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 651 rows starting from the beginning of the part | ||
| 6936 | 2025.01.17 08:27:32.631682 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14086 rows, containing 5 columns (5 merged, 0 gathered) in 0.011570352 sec., 1217421.907302388 rows/sec., 82.20 MiB/sec. | ||
| 6937 | 2025.01.17 08:27:32.631716 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 24 rows starting from the beginning of the part | ||
| 6938 | 2025.01.17 08:27:32.632294 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6939 | 2025.01.17 08:27:32.632545 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 15 rows starting from the beginning of the part | ||
| 6940 | 2025.01.17 08:27:32.633236 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6941 | 2025.01.17 08:27:32.633308 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6942 | 2025.01.17 08:27:32.633307 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2025.01.17 08:27:32.633460 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 24 rows starting from the beginning of the part | ||
| 6944 | 2025.01.17 08:27:32.633566 [ 196 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6945 | 2025.01.17 08:27:32.633868 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6946 | 2025.01.17 08:27:32.634055 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 15 rows starting from the beginning of the part | ||
| 6947 | 2025.01.17 08:27:32.634410 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6948 | 2025.01.17 08:27:32.634421 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part | ||
| 6949 | 2025.01.17 08:27:32.634854 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6950 | 2025.01.17 08:27:32.635119 [ 126 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6951 | 2025.01.17 08:27:32.635210 [ 126 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6952 | 2025.01.17 08:27:32.635266 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00505 sec., 11881.188118811882 rows/sec., 819.93 KiB/sec. | ||
| 6953 | 2025.01.17 08:27:32.635293 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6954 | 2025.01.17 08:27:32.635616 [ 255 ] {1c8f5e10-3eaa-43ae-899b-d70bc5e9878b} <Debug> TCPHandler: Processed in 0.005723095 sec. | ||
| 6955 | 2025.01.17 08:27:32.635887 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 6956 | 2025.01.17 08:27:32.636293 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6957 | 2025.01.17 08:27:32.636372 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2626 rows starting from the beginning of the part | ||
| 6958 | 2025.01.17 08:27:32.636569 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6959 | 2025.01.17 08:27:32.636806 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6960 | 2025.01.17 08:27:32.636992 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 70 rows starting from the beginning of the part | ||
| 6961 | 2025.01.17 08:27:32.637322 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 12 rows starting from the beginning of the part | ||
| 6962 | 2025.01.17 08:27:32.637687 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 6963 | 2025.01.17 08:27:32.642208 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2910 rows, containing 4 columns (4 merged, 0 gathered) in 0.006755554 sec., 430756.6781347614 rows/sec., 28.01 MiB/sec. | ||
| 6964 | 2025.01.17 08:27:32.642867 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6965 | 2025.01.17 08:27:32.643345 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6966 | 2025.01.17 08:27:32.643576 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_51_10} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6967 | 2025.01.17 08:27:32.643662 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 6968 | 2025.01.17 08:27:32.644725 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 19 columns (19 merged, 0 gathered) in 0.015400482 sec., 48894.57355945093 rows/sec., 87.62 MiB/sec. | ||
| 6969 | 2025.01.17 08:27:32.645688 [ 192 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6970 | 2025.01.17 08:27:32.646098 [ 192 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6971 | 2025.01.17 08:27:32.646182 [ 192 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6972 | 2025.01.17 08:27:32.646293 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
| 6973 | 2025.01.17 08:27:33.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.48 MiB, peak 212.47 MiB, free memory in arenas 0.00 B, will set to 206.26 MiB (RSS), difference: 1.79 MiB | ||
| 6974 | 2025.01.17 08:27:35.824786 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6975 | 2025.01.17 08:27:35.824863 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6976 | 2025.01.17 08:27:36.001349 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000943497 sec. | ||
| 6977 | 2025.01.17 08:27:36.026391 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6978 | 2025.01.17 08:27:36.027170 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6979 | 2025.01.17 08:27:36.027215 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6980 | 2025.01.17 08:27:36.027801 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6981 | 2025.01.17 08:27:36.028057 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6982 | 2025.01.17 08:27:36.028228 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6983 | 2025.01.17 08:27:36.105223 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 986 | ||
| 6984 | 2025.01.17 08:27:36.108508 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6985 | 2025.01.17 08:27:36.108560 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6986 | 2025.01.17 08:27:36.110020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6987 | 2025.01.17 08:27:36.110336 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6988 | 2025.01.17 08:27:36.110891 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 986 | ||
| 6989 | 2025.01.17 08:27:37.049697 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6990 | 2025.01.17 08:27:37.068772 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6991 | 2025.01.17 08:27:37.068825 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 6992 | 2025.01.17 08:27:37.075838 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6993 | 2025.01.17 08:27:37.076611 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6994 | 2025.01.17 08:27:37.079240 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6995 | 2025.01.17 08:27:37.602146 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6996 | 2025.01.17 08:27:37.602360 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6997 | 2025.01.17 08:27:37.602442 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6998 | 2025.01.17 08:27:37.603246 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6999 | 2025.01.17 08:27:37.603296 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7000 | 2025.01.17 08:27:37.603749 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7001 | 2025.01.17 08:27:37.604021 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2025.01.17 08:27:37.604225 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001924 sec., 7276.507276507276 rows/sec., 523.81 KiB/sec. | ||
| 7003 | 2025.01.17 08:27:37.604289 [ 5 ] {918b91d2-d16e-48a4-b6bd-ac46d5452020} <Debug> TCPHandler: Processed in 0.002283078 sec. | ||
| 7004 | 2025.01.17 08:27:37.604555 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7005 | 2025.01.17 08:27:37.604851 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7006 | 2025.01.17 08:27:37.604965 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7007 | 2025.01.17 08:27:37.606103 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7008 | 2025.01.17 08:27:37.606152 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7009 | 2025.01.17 08:27:37.606625 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7010 | 2025.01.17 08:27:37.606890 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7011 | 2025.01.17 08:27:37.607112 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Debug> executeQuery: Read 233 rows, 20.86 KiB in 0.002346 sec., 99317.98806479113 rows/sec., 8.68 MiB/sec. | ||
| 7012 | 2025.01.17 08:27:37.607179 [ 255 ] {b1dadd0e-4e5f-4b39-ba52-652ffae1554e} <Debug> TCPHandler: Processed in 0.002760502 sec. | ||
| 7013 | 2025.01.17 08:27:37.607357 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7014 | 2025.01.17 08:27:37.607483 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7015 | 2025.01.17 08:27:37.607538 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7016 | 2025.01.17 08:27:37.608343 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2025.01.17 08:27:37.608391 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7018 | 2025.01.17 08:27:37.608783 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7019 | 2025.01.17 08:27:37.609035 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7020 | 2025.01.17 08:27:37.609221 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Debug> executeQuery: Read 22 rows, 1.58 KiB in 0.001766 sec., 12457.53114382786 rows/sec., 896.93 KiB/sec. | ||
| 7021 | 2025.01.17 08:27:37.609276 [ 5 ] {c33c360c-544b-4b5e-a385-1b34dc291cc1} <Debug> TCPHandler: Processed in 0.001978666 sec. | ||
| 7022 | 2025.01.17 08:27:37.609439 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7023 | 2025.01.17 08:27:37.609564 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7024 | 2025.01.17 08:27:37.609630 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7025 | 2025.01.17 08:27:37.610259 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7026 | 2025.01.17 08:27:37.610302 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7027 | 2025.01.17 08:27:37.610683 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7028 | 2025.01.17 08:27:37.610927 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7029 | 2025.01.17 08:27:37.611140 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec. | ||
| 7030 | 2025.01.17 08:27:37.611197 [ 255 ] {6d30bc21-3edb-4743-b06f-557c5a5f0455} <Debug> TCPHandler: Processed in 0.001818964 sec. | ||
| 7031 | 2025.01.17 08:27:37.611369 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7032 | 2025.01.17 08:27:37.611491 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7033 | 2025.01.17 08:27:37.611541 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7034 | 2025.01.17 08:27:37.612232 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7035 | 2025.01.17 08:27:37.612278 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7036 | 2025.01.17 08:27:37.612688 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7037 | 2025.01.17 08:27:37.612943 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7038 | 2025.01.17 08:27:37.613118 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001655 sec., 7854.984894259819 rows/sec., 489.76 KiB/sec. | ||
| 7039 | 2025.01.17 08:27:37.613195 [ 5 ] {7672f67d-967a-4150-af41-8872110f94c9} <Debug> TCPHandler: Processed in 0.001883455 sec. | ||
| 7040 | 2025.01.17 08:27:37.613334 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7041 | 2025.01.17 08:27:37.613453 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7042 | 2025.01.17 08:27:37.613504 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7043 | 2025.01.17 08:27:37.614371 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7044 | 2025.01.17 08:27:37.614420 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7045 | 2025.01.17 08:27:37.614848 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7046 | 2025.01.17 08:27:37.615091 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7047 | 2025.01.17 08:27:37.615320 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Debug> executeQuery: Read 397 rows, 28.88 KiB in 0.001891 sec., 209941.829719725 rows/sec., 14.92 MiB/sec. | ||
| 7048 | 2025.01.17 08:27:37.615398 [ 255 ] {4c0fb8ab-ebbb-4065-84b0-c5d99d79c6c9} <Debug> TCPHandler: Processed in 0.002122736 sec. | ||
| 7049 | 2025.01.17 08:27:37.615581 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7050 | 2025.01.17 08:27:37.615721 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7051 | 2025.01.17 08:27:37.615781 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7052 | 2025.01.17 08:27:37.616362 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7053 | 2025.01.17 08:27:37.616408 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7054 | 2025.01.17 08:27:37.616808 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7055 | 2025.01.17 08:27:37.617053 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7056 | 2025.01.17 08:27:37.617268 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 7057 | 2025.01.17 08:27:37.617457 [ 5 ] {25e3fc26-4291-4d77-95c2-8b6f7e074eba} <Debug> TCPHandler: Processed in 0.001963016 sec. | ||
| 7058 | 2025.01.17 08:27:37.617632 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7059 | 2025.01.17 08:27:37.617772 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7060 | 2025.01.17 08:27:37.617835 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7061 | 2025.01.17 08:27:37.618537 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7062 | 2025.01.17 08:27:37.618583 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7063 | 2025.01.17 08:27:37.619004 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7064 | 2025.01.17 08:27:37.619254 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7065 | 2025.01.17 08:27:37.619484 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001742 sec., 136050.51664753156 rows/sec., 9.12 MiB/sec. | ||
| 7066 | 2025.01.17 08:27:37.619618 [ 255 ] {479b7e29-07cf-4f6c-99ca-959ec2b60b6d} <Debug> TCPHandler: Processed in 0.002062087 sec. | ||
| 7067 | 2025.01.17 08:27:37.619817 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2025.01.17 08:27:37.619955 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7069 | 2025.01.17 08:27:37.620015 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7070 | 2025.01.17 08:27:37.620576 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2025.01.17 08:27:37.620616 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7072 | 2025.01.17 08:27:37.620980 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7073 | 2025.01.17 08:27:37.621221 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2025.01.17 08:27:37.621476 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001531 sec., 653.1678641410842 rows/sec., 44.01 KiB/sec. | ||
| 7075 | 2025.01.17 08:27:37.621672 [ 5 ] {509a67fc-952a-42f5-b792-b4d074bc09e2} <Debug> TCPHandler: Processed in 0.001970395 sec. | ||
| 7076 | 2025.01.17 08:27:37.621875 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7077 | 2025.01.17 08:27:37.622013 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7078 | 2025.01.17 08:27:37.622108 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7079 | 2025.01.17 08:27:37.623350 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7080 | 2025.01.17 08:27:37.623395 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7081 | 2025.01.17 08:27:37.624038 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7082 | 2025.01.17 08:27:37.624305 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7083 | 2025.01.17 08:27:37.624606 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002624 sec., 5716.463414634146 rows/sec., 10.24 MiB/sec. | ||
| 7084 | 2025.01.17 08:27:37.625125 [ 255 ] {6d4fa331-ea2e-4bb5-a317-52f388eadfbb} <Debug> TCPHandler: Processed in 0.003307926 sec. | ||
| 7085 | 2025.01.17 08:27:37.625330 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7086 | 2025.01.17 08:27:37.625477 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7087 | 2025.01.17 08:27:37.625535 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7088 | 2025.01.17 08:27:37.626027 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7089 | 2025.01.17 08:27:37.626065 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7090 | 2025.01.17 08:27:37.626460 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7091 | 2025.01.17 08:27:37.626711 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7092 | 2025.01.17 08:27:37.626895 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001449 sec., 56590.75224292616 rows/sec., 3.59 MiB/sec. | ||
| 7093 | 2025.01.17 08:27:37.626946 [ 5 ] {d3d8ba55-ff39-43d1-8d37-7ce68550d9b2} <Debug> TCPHandler: Processed in 0.001715744 sec. | ||
| 7094 | 2025.01.17 08:27:38.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 207.57 MiB, peak 212.47 MiB, free memory in arenas 0.00 B, will set to 206.26 MiB (RSS), difference: -1.31 MiB | ||
| 7095 | 2025.01.17 08:27:42.598228 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2025.01.17 08:27:42.598429 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7097 | 2025.01.17 08:27:42.598500 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7098 | 2025.01.17 08:27:42.599235 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2025.01.17 08:27:42.599280 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7100 | 2025.01.17 08:27:42.599694 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7101 | 2025.01.17 08:27:42.599952 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7102 | 2025.01.17 08:27:42.600153 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001774 sec., 1127.3957158962796 rows/sec., 91.93 KiB/sec. | ||
| 7103 | 2025.01.17 08:27:42.600216 [ 5 ] {0a181a0a-8f9c-4f6e-83e6-8a10dfdc60ff} <Debug> TCPHandler: Processed in 0.002157007 sec. | ||
| 7104 | 2025.01.17 08:27:42.600493 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7105 | 2025.01.17 08:27:42.600709 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7106 | 2025.01.17 08:27:42.600787 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7107 | 2025.01.17 08:27:42.601596 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7108 | 2025.01.17 08:27:42.601647 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7109 | 2025.01.17 08:27:42.602096 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7110 | 2025.01.17 08:27:42.602361 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7111 | 2025.01.17 08:27:42.602614 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.001964 sec., 53462.32179226069 rows/sec., 4.45 MiB/sec. | ||
| 7112 | 2025.01.17 08:27:42.602747 [ 255 ] {62bc3a7c-fa1c-47cc-862e-9f50fddb102c} <Debug> TCPHandler: Processed in 0.002392599 sec. | ||
| 7113 | 2025.01.17 08:27:42.602969 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7114 | 2025.01.17 08:27:42.603126 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7115 | 2025.01.17 08:27:42.603178 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7116 | 2025.01.17 08:27:42.603780 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7117 | 2025.01.17 08:27:42.603821 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7118 | 2025.01.17 08:27:42.604190 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7119 | 2025.01.17 08:27:42.604427 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7120 | 2025.01.17 08:27:42.604638 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001539 sec., 16894.087069525667 rows/sec., 1.23 MiB/sec. | ||
| 7121 | 2025.01.17 08:27:42.604693 [ 5 ] {e870b0dc-b0d2-4c8d-97a7-7980a5dfd958} <Debug> TCPHandler: Processed in 0.001838244 sec. | ||
| 7122 | 2025.01.17 08:27:42.604849 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7123 | 2025.01.17 08:27:42.604998 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7124 | 2025.01.17 08:27:42.605059 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7125 | 2025.01.17 08:27:42.605798 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7126 | 2025.01.17 08:27:42.605839 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7127 | 2025.01.17 08:27:42.606226 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7128 | 2025.01.17 08:27:42.606495 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7129 | 2025.01.17 08:27:42.606710 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001748 sec., 51487.41418764302 rows/sec., 4.02 MiB/sec. | ||
| 7130 | 2025.01.17 08:27:42.606770 [ 255 ] {d1f85de2-c7e2-4c8f-905f-781fb063cf36} <Debug> TCPHandler: Processed in 0.001990726 sec. | ||
| 7131 | 2025.01.17 08:27:42.606965 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7132 | 2025.01.17 08:27:42.607109 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7133 | 2025.01.17 08:27:42.607165 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7134 | 2025.01.17 08:27:42.607751 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7135 | 2025.01.17 08:27:42.607791 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7136 | 2025.01.17 08:27:42.608189 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7137 | 2025.01.17 08:27:42.608426 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7138 | 2025.01.17 08:27:42.608634 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001551 sec., 103803.99742101869 rows/sec., 7.23 MiB/sec. | ||
| 7139 | 2025.01.17 08:27:42.608689 [ 5 ] {547d04e0-ef88-40c5-af2c-0100417e9a6b} <Debug> TCPHandler: Processed in 0.001805454 sec. | ||
| 7140 | 2025.01.17 08:27:42.608847 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7141 | 2025.01.17 08:27:42.608991 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7142 | 2025.01.17 08:27:42.609089 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7143 | 2025.01.17 08:27:42.610363 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7144 | 2025.01.17 08:27:42.610404 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7145 | 2025.01.17 08:27:42.611060 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7146 | 2025.01.17 08:27:42.611336 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7147 | 2025.01.17 08:27:42.611576 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002621 sec., 9156.810377718428 rows/sec., 16.41 MiB/sec. | ||
| 7148 | 2025.01.17 08:27:42.611675 [ 255 ] {55a79903-f094-4230-90a9-30166b33e413} <Debug> TCPHandler: Processed in 0.002896342 sec. | ||
| 7149 | 2025.01.17 08:27:42.611842 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7150 | 2025.01.17 08:27:42.611982 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7151 | 2025.01.17 08:27:42.612042 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7152 | 2025.01.17 08:27:42.612637 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7153 | 2025.01.17 08:27:42.612685 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7154 | 2025.01.17 08:27:42.613080 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7155 | 2025.01.17 08:27:42.613316 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7156 | 2025.01.17 08:27:42.613526 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001576 sec., 38071.06598984772 rows/sec., 2.57 MiB/sec. | ||
| 7157 | 2025.01.17 08:27:42.613580 [ 5 ] {3baef834-79f4-4ce4-99d3-db3e2eebb6f9} <Debug> TCPHandler: Processed in 0.001805275 sec. | ||
| 7158 | 2025.01.17 08:27:43.528423 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 7159 | 2025.01.17 08:27:43.529067 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2025.01.17 08:27:43.529104 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7161 | 2025.01.17 08:27:43.529639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7162 | 2025.01.17 08:27:43.529938 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7163 | 2025.01.17 08:27:43.530209 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 7164 | 2025.01.17 08:27:44.579382 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 7165 | 2025.01.17 08:27:44.599930 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7166 | 2025.01.17 08:27:44.600000 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7167 | 2025.01.17 08:27:44.608030 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7168 | 2025.01.17 08:27:44.608808 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7169 | 2025.01.17 08:27:44.612896 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 7170 | 2025.01.17 08:27:46.111209 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1022 | ||
| 7171 | 2025.01.17 08:27:46.114387 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7172 | 2025.01.17 08:27:46.114437 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7173 | 2025.01.17 08:27:46.115904 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7174 | 2025.01.17 08:27:46.116224 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2025.01.17 08:27:46.117290 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1022 | ||
| 7176 | 2025.01.17 08:27:47.602158 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7177 | 2025.01.17 08:27:47.602377 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7178 | 2025.01.17 08:27:47.602462 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7179 | 2025.01.17 08:27:47.603306 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7180 | 2025.01.17 08:27:47.603361 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7181 | 2025.01.17 08:27:47.603831 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7182 | 2025.01.17 08:27:47.604098 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7183 | 2025.01.17 08:27:47.604342 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002024 sec., 6916.996047430829 rows/sec., 497.93 KiB/sec. | ||
| 7184 | 2025.01.17 08:27:47.604410 [ 5 ] {f9772fa3-e896-47f5-aded-bfd384290ba2} <Debug> TCPHandler: Processed in 0.002395368 sec. | ||
| 7185 | 2025.01.17 08:27:47.604667 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2025.01.17 08:27:47.604866 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7187 | 2025.01.17 08:27:47.604943 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7188 | 2025.01.17 08:27:47.605809 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7189 | 2025.01.17 08:27:47.605859 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7190 | 2025.01.17 08:27:47.606345 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7191 | 2025.01.17 08:27:47.606610 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7192 | 2025.01.17 08:27:47.606857 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.00205 sec., 114634.1463414634 rows/sec., 10.03 MiB/sec. | ||
| 7193 | 2025.01.17 08:27:47.606926 [ 255 ] {168af6cf-1cea-4ebe-ba36-055c5a721e34} <Debug> TCPHandler: Processed in 0.002384309 sec. | ||
| 7194 | 2025.01.17 08:27:47.607086 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7195 | 2025.01.17 08:27:47.607216 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7196 | 2025.01.17 08:27:47.607271 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7197 | 2025.01.17 08:27:47.607882 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7198 | 2025.01.17 08:27:47.607924 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7199 | 2025.01.17 08:27:47.608287 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7200 | 2025.01.17 08:27:47.608531 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7201 | 2025.01.17 08:27:47.608740 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001555 sec., 14790.996784565918 rows/sec., 1.04 MiB/sec. | ||
| 7202 | 2025.01.17 08:27:47.608796 [ 5 ] {87be7c1f-259f-411f-af9b-9fc9764d4a55} <Debug> TCPHandler: Processed in 0.001770824 sec. | ||
| 7203 | 2025.01.17 08:27:47.608976 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2025.01.17 08:27:47.609123 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7205 | 2025.01.17 08:27:47.609185 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7206 | 2025.01.17 08:27:47.609872 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2025.01.17 08:27:47.609914 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7208 | 2025.01.17 08:27:47.610286 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7209 | 2025.01.17 08:27:47.610711 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2025.01.17 08:27:47.611213 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002104 sec., 6653.9923954372625 rows/sec., 466.00 KiB/sec. | ||
| 7211 | 2025.01.17 08:27:47.611417 [ 255 ] {491dd3d0-3714-49a0-a4b3-46269c60789e} <Debug> TCPHandler: Processed in 0.00251078 sec. | ||
| 7212 | 2025.01.17 08:27:47.611593 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7213 | 2025.01.17 08:27:47.611733 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7214 | 2025.01.17 08:27:47.611791 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7215 | 2025.01.17 08:27:47.612387 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7216 | 2025.01.17 08:27:47.612427 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7217 | 2025.01.17 08:27:47.612783 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7218 | 2025.01.17 08:27:47.613029 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7219 | 2025.01.17 08:27:47.613239 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001536 sec., 8463.541666666666 rows/sec., 527.70 KiB/sec. | ||
| 7220 | 2025.01.17 08:27:47.613290 [ 5 ] {f0604dc3-d2e3-4946-83e8-9746d3cd950f} <Debug> TCPHandler: Processed in 0.001766264 sec. | ||
| 7221 | 2025.01.17 08:27:47.613443 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7222 | 2025.01.17 08:27:47.613568 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7223 | 2025.01.17 08:27:47.613617 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7224 | 2025.01.17 08:27:47.614395 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2025.01.17 08:27:47.614438 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7226 | 2025.01.17 08:27:47.614834 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7227 | 2025.01.17 08:27:47.615084 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2025.01.17 08:27:47.615309 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001766 sec., 225368.06342015855 rows/sec., 16.02 MiB/sec. | ||
| 7229 | 2025.01.17 08:27:47.615369 [ 255 ] {f58df56d-b97b-436d-b136-3bd49ec2cc42} <Debug> TCPHandler: Processed in 0.001985075 sec. | ||
| 7230 | 2025.01.17 08:27:47.615522 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7231 | 2025.01.17 08:27:47.615663 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7232 | 2025.01.17 08:27:47.615723 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7233 | 2025.01.17 08:27:47.616223 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7234 | 2025.01.17 08:27:47.616263 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7235 | 2025.01.17 08:27:47.616638 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7236 | 2025.01.17 08:27:47.616877 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7237 | 2025.01.17 08:27:47.617133 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001499 sec., 4002.6684456304206 rows/sec., 209.12 KiB/sec. | ||
| 7238 | 2025.01.17 08:27:47.617345 [ 5 ] {51bd3579-582a-4bf9-af2d-b5df6dab1f63} <Debug> TCPHandler: Processed in 0.001881895 sec. | ||
| 7239 | 2025.01.17 08:27:47.617538 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2025.01.17 08:27:47.617652 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7241 | 2025.01.17 08:27:47.617704 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7242 | 2025.01.17 08:27:47.618261 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7243 | 2025.01.17 08:27:47.618299 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7244 | 2025.01.17 08:27:47.618691 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7245 | 2025.01.17 08:27:47.618927 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7246 | 2025.01.17 08:27:47.619154 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001524 sec., 155511.81102362205 rows/sec., 10.42 MiB/sec. | ||
| 7247 | 2025.01.17 08:27:47.619210 [ 255 ] {5c4cf0e7-3d8b-4679-8d36-d72ad2705173} <Debug> TCPHandler: Processed in 0.001741334 sec. | ||
| 7248 | 2025.01.17 08:27:47.619362 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7249 | 2025.01.17 08:27:47.619500 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7250 | 2025.01.17 08:27:47.619560 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7251 | 2025.01.17 08:27:47.620072 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7252 | 2025.01.17 08:27:47.620111 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7253 | 2025.01.17 08:27:47.620470 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7254 | 2025.01.17 08:27:47.620709 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7255 | 2025.01.17 08:27:47.620978 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001501 sec., 666.2225183211193 rows/sec., 44.89 KiB/sec. | ||
| 7256 | 2025.01.17 08:27:47.621203 [ 5 ] {1912dd24-f9a6-47d0-8fc2-8063315d1646} <Debug> TCPHandler: Processed in 0.001899655 sec. | ||
| 7257 | 2025.01.17 08:27:47.621401 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7258 | 2025.01.17 08:27:47.621550 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7259 | 2025.01.17 08:27:47.621645 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7260 | 2025.01.17 08:27:47.622819 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7261 | 2025.01.17 08:27:47.622860 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7262 | 2025.01.17 08:27:47.623494 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7263 | 2025.01.17 08:27:47.623756 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7264 | 2025.01.17 08:27:47.623994 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002476 sec., 6462.035541195477 rows/sec., 11.58 MiB/sec. | ||
| 7265 | 2025.01.17 08:27:47.624088 [ 255 ] {84af31ff-bef8-4546-bcfc-3a90353d078d} <Debug> TCPHandler: Processed in 0.002753782 sec. | ||
| 7266 | 2025.01.17 08:27:47.624244 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7267 | 2025.01.17 08:27:47.624384 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7268 | 2025.01.17 08:27:47.624444 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7269 | 2025.01.17 08:27:47.624994 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7270 | 2025.01.17 08:27:47.625033 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.34 GiB. | ||
| 7271 | 2025.01.17 08:27:47.625404 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7272 | 2025.01.17 08:27:47.625642 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7273 | 2025.01.17 08:27:47.625818 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 7274 | 2025.01.17 08:27:47.625868 [ 5 ] {9daa9a09-683f-4328-b829-77eb39e1bdf4} <Debug> TCPHandler: Processed in 0.001692763 sec. | ||
| 7275 | 2025.01.17 08:27:50.824904 [ 100 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7276 | 2025.01.17 08:27:50.824972 [ 100 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7277 | 2025.01.17 08:27:51.030378 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 7278 | 2025.01.17 08:27:51.031161 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7279 | 2025.01.17 08:27:51.031205 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7280 | 2025.01.17 08:27:51.031775 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7281 | 2025.01.17 08:27:51.032032 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7282 | 2025.01.17 08:27:51.032309 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 7283 | 2025.01.17 08:27:52.113075 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 7284 | 2025.01.17 08:27:52.135215 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7285 | 2025.01.17 08:27:52.135284 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7286 | 2025.01.17 08:27:52.142843 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7287 | 2025.01.17 08:27:52.143685 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7288 | 2025.01.17 08:27:52.147063 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 7289 | 2025.01.17 08:27:52.598211 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7290 | 2025.01.17 08:27:52.598426 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7291 | 2025.01.17 08:27:52.598509 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7292 | 2025.01.17 08:27:52.599404 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7293 | 2025.01.17 08:27:52.599455 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7294 | 2025.01.17 08:27:52.599926 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7295 | 2025.01.17 08:27:52.600205 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7296 | 2025.01.17 08:27:52.600421 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002053 sec., 50657.57428153921 rows/sec., 4.22 MiB/sec. | ||
| 7297 | 2025.01.17 08:27:52.600503 [ 5 ] {cc138291-2a8b-4760-8494-094a71af5b17} <Debug> TCPHandler: Processed in 0.002430609 sec. | ||
| 7298 | 2025.01.17 08:27:52.600800 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7299 | 2025.01.17 08:27:52.601050 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7300 | 2025.01.17 08:27:52.601153 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7301 | 2025.01.17 08:27:52.602012 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7302 | 2025.01.17 08:27:52.602059 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7303 | 2025.01.17 08:27:52.602523 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7304 | 2025.01.17 08:27:52.602804 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2025.01.17 08:27:52.603059 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002075 sec., 11566.265060240963 rows/sec., 869.73 KiB/sec. | ||
| 7306 | 2025.01.17 08:27:52.603128 [ 255 ] {37ebb951-cdf2-499b-9c65-a7494bf399d3} <Debug> TCPHandler: Processed in 0.00248207 sec. | ||
| 7307 | 2025.01.17 08:27:52.603319 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7308 | 2025.01.17 08:27:52.603469 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7309 | 2025.01.17 08:27:52.603531 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7310 | 2025.01.17 08:27:52.604240 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7311 | 2025.01.17 08:27:52.604278 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7312 | 2025.01.17 08:27:52.604671 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7313 | 2025.01.17 08:27:52.604914 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7314 | 2025.01.17 08:27:52.605117 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001685 sec., 52225.51928783383 rows/sec., 4.08 MiB/sec. | ||
| 7315 | 2025.01.17 08:27:52.605175 [ 5 ] {493f33d8-6619-4a55-a6e8-9bf8e9db4270} <Debug> TCPHandler: Processed in 0.001932265 sec. | ||
| 7316 | 2025.01.17 08:27:52.605327 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7317 | 2025.01.17 08:27:52.605454 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7318 | 2025.01.17 08:27:52.605514 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7319 | 2025.01.17 08:27:52.606124 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7320 | 2025.01.17 08:27:52.606166 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7321 | 2025.01.17 08:27:52.606581 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7322 | 2025.01.17 08:27:52.606827 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7323 | 2025.01.17 08:27:52.607048 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 7324 | 2025.01.17 08:27:52.607105 [ 255 ] {a278db4e-e122-4d99-a261-1a09e3c54aac} <Debug> TCPHandler: Processed in 0.001851234 sec. | ||
| 7325 | 2025.01.17 08:27:52.607304 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7326 | 2025.01.17 08:27:52.607436 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7327 | 2025.01.17 08:27:52.607525 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7328 | 2025.01.17 08:27:52.608841 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7329 | 2025.01.17 08:27:52.608880 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7330 | 2025.01.17 08:27:52.609516 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7331 | 2025.01.17 08:27:52.609774 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7332 | 2025.01.17 08:27:52.609981 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002538 sec., 9456.264775413712 rows/sec., 16.95 MiB/sec. | ||
| 7333 | 2025.01.17 08:27:52.610090 [ 5 ] {9e2a0ebb-1fd5-4851-a26e-8b1bf5df523e} <Debug> TCPHandler: Processed in 0.002859613 sec. | ||
| 7334 | 2025.01.17 08:27:52.610249 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7335 | 2025.01.17 08:27:52.610388 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7336 | 2025.01.17 08:27:52.610448 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7337 | 2025.01.17 08:27:52.611034 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7338 | 2025.01.17 08:27:52.611074 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7339 | 2025.01.17 08:27:52.611463 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7340 | 2025.01.17 08:27:52.611708 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2025.01.17 08:27:52.611916 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 7342 | 2025.01.17 08:27:52.611969 [ 255 ] {9d2739c9-053d-4592-aeef-0094353ce7cc} <Debug> TCPHandler: Processed in 0.001786494 sec. | ||
| 7343 | 2025.01.17 08:27:54.117026 [ 96 ] {} <Debug> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7344 | 2025.01.17 08:27:54.117094 [ 96 ] {} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7345 | 2025.01.17 08:27:54.117118 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7346 | 2025.01.17 08:27:54.117320 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 7347 | 2025.01.17 08:27:54.117516 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7348 | 2025.01.17 08:27:54.117563 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 7349 | 2025.01.17 08:27:54.117660 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 7350 | 2025.01.17 08:27:54.117895 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 7351 | 2025.01.17 08:27:54.117986 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 7352 | 2025.01.17 08:27:54.118250 [ 194 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7353 | 2025.01.17 08:27:54.119307 [ 192 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002114457 sec., 17971.51703723462 rows/sec., 1.50 MiB/sec. | ||
| 7354 | 2025.01.17 08:27:54.119530 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7355 | 2025.01.17 08:27:54.119956 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7356 | 2025.01.17 08:27:54.120065 [ 187 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_9_2} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7357 | 2025.01.17 08:27:54.120177 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7358 | 2025.01.17 08:27:56.117590 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1056 | ||
| 7359 | 2025.01.17 08:27:56.120674 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2025.01.17 08:27:56.120730 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7361 | 2025.01.17 08:27:56.122401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7362 | 2025.01.17 08:27:56.122800 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7363 | 2025.01.17 08:27:56.123672 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1056 | ||
| 7364 | 2025.01.17 08:27:56.540451 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7365 | 2025.01.17 08:27:56.540654 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7366 | 2025.01.17 08:27:56.540730 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7367 | 2025.01.17 08:27:56.541508 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7368 | 2025.01.17 08:27:56.541547 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7369 | 2025.01.17 08:27:56.541969 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7370 | 2025.01.17 08:27:56.542243 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7371 | 2025.01.17 08:27:56.542469 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001861 sec., 7522.837184309511 rows/sec., 541.54 KiB/sec. | ||
| 7372 | 2025.01.17 08:27:56.542554 [ 5 ] {3a3a328d-3216-44ac-84a3-082273169acb} <Debug> TCPHandler: Processed in 0.002236318 sec. | ||
| 7373 | 2025.01.17 08:27:56.542891 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7374 | 2025.01.17 08:27:56.543097 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7375 | 2025.01.17 08:27:56.543172 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7376 | 2025.01.17 08:27:56.543899 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7377 | 2025.01.17 08:27:56.543944 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7378 | 2025.01.17 08:27:56.544368 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7379 | 2025.01.17 08:27:56.544650 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7380 | 2025.01.17 08:27:56.544875 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001838 sec., 7616.974972796518 rows/sec., 621.11 KiB/sec. | ||
| 7381 | 2025.01.17 08:27:56.544933 [ 255 ] {a0420655-849c-44d4-9ff7-dca223a14d24} <Debug> TCPHandler: Processed in 0.002186148 sec. | ||
| 7382 | 2025.01.17 08:27:56.545100 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7383 | 2025.01.17 08:27:56.545240 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7384 | 2025.01.17 08:27:56.545298 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7385 | 2025.01.17 08:27:56.546614 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7386 | 2025.01.17 08:27:56.546652 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7387 | 2025.01.17 08:27:56.547117 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7388 | 2025.01.17 08:27:56.547361 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7389 | 2025.01.17 08:27:56.547490 [ 93 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7390 | 2025.01.17 08:27:56.547533 [ 93 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2025.01.17 08:27:56.547543 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Debug> executeQuery: Read 1382 rows, 117.69 KiB in 0.002332 sec., 592624.3567753002 rows/sec., 49.28 MiB/sec. | ||
| 7392 | 2025.01.17 08:27:56.547559 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7393 | 2025.01.17 08:27:56.547633 [ 5 ] {af330cfe-92fb-4a2a-a779-1e24e2885b40} <Debug> TCPHandler: Processed in 0.002598441 sec. | ||
| 7394 | 2025.01.17 08:27:56.547745 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 7395 | 2025.01.17 08:27:56.547939 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7396 | 2025.01.17 08:27:56.548132 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7397 | 2025.01.17 08:27:56.548282 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1431 rows starting from the beginning of the part | ||
| 7398 | 2025.01.17 08:27:56.548407 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7399 | 2025.01.17 08:27:56.548674 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7400 | 2025.01.17 08:27:56.548808 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 233 rows starting from the beginning of the part | ||
| 7401 | 2025.01.17 08:27:56.549359 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 105 rows starting from the beginning of the part | ||
| 7402 | 2025.01.17 08:27:56.549776 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 235 rows starting from the beginning of the part | ||
| 7403 | 2025.01.17 08:27:56.550208 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part | ||
| 7404 | 2025.01.17 08:27:56.550559 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1382 rows starting from the beginning of the part | ||
| 7405 | 2025.01.17 08:27:56.552100 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7406 | 2025.01.17 08:27:56.552184 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7407 | 2025.01.17 08:27:56.553272 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7408 | 2025.01.17 08:27:56.553607 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7409 | 2025.01.17 08:27:56.553779 [ 93 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7410 | 2025.01.17 08:27:56.553845 [ 93 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7411 | 2025.01.17 08:27:56.553886 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7412 | 2025.01.17 08:27:56.553925 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Debug> executeQuery: Read 37 rows, 2.64 KiB in 0.005691 sec., 6501.493586364435 rows/sec., 463.31 KiB/sec. | ||
| 7413 | 2025.01.17 08:27:56.554396 [ 255 ] {a7e8f72f-4233-41aa-b902-ba81ece61ff5} <Debug> TCPHandler: Processed in 0.006602642 sec. | ||
| 7414 | 2025.01.17 08:27:56.554776 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7415 | 2025.01.17 08:27:56.555299 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3490 rows, containing 5 columns (5 merged, 0 gathered) in 0.007658181 sec., 455721.79607664014 rows/sec., 39.95 MiB/sec. | ||
| 7416 | 2025.01.17 08:27:56.555331 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7417 | 2025.01.17 08:27:56.555541 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7418 | 2025.01.17 08:27:56.555846 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 7419 | 2025.01.17 08:27:56.555846 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7420 | 2025.01.17 08:27:56.556563 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7421 | 2025.01.17 08:27:56.556734 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 64 rows starting from the beginning of the part | ||
| 7422 | 2025.01.17 08:27:56.556924 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7423 | 2025.01.17 08:27:56.557388 [ 192 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_56_11} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7424 | 2025.01.17 08:27:56.557408 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
| 7425 | 2025.01.17 08:27:56.557736 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 7426 | 2025.01.17 08:27:56.557972 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 7427 | 2025.01.17 08:27:56.558298 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
| 7428 | 2025.01.17 08:27:56.558665 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
| 7429 | 2025.01.17 08:27:56.559076 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7430 | 2025.01.17 08:27:56.559081 [ 187 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 37 rows starting from the beginning of the part | ||
| 7431 | 2025.01.17 08:27:56.559175 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7432 | 2025.01.17 08:27:56.560189 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7433 | 2025.01.17 08:27:56.560730 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7434 | 2025.01.17 08:27:56.561416 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.006237 sec., 38800.70546737213 rows/sec., 2.63 MiB/sec. | ||
| 7435 | 2025.01.17 08:27:56.561821 [ 5 ] {cc28d3bb-2104-45ed-9e48-41ee3e8780f7} <Debug> TCPHandler: Processed in 0.007276827 sec. | ||
| 7436 | 2025.01.17 08:27:56.562263 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7437 | 2025.01.17 08:27:56.562431 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.008347866 sec., 23479.05440743778 rows/sec., 1.76 MiB/sec. | ||
| 7438 | 2025.01.17 08:27:56.562457 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7439 | 2025.01.17 08:27:56.562552 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7440 | 2025.01.17 08:27:56.562730 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7441 | 2025.01.17 08:27:56.563442 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7442 | 2025.01.17 08:27:56.563652 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_46_9} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7443 | 2025.01.17 08:27:56.563845 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2025.01.17 08:27:56.563859 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7445 | 2025.01.17 08:27:56.563917 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7446 | 2025.01.17 08:27:56.564305 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7447 | 2025.01.17 08:27:56.564545 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2025.01.17 08:27:56.564761 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002336 sec., 5565.068493150685 rows/sec., 346.98 KiB/sec. | ||
| 7449 | 2025.01.17 08:27:56.564915 [ 255 ] {f5b727d5-8686-47ee-95ba-13dbab6e233b} <Debug> TCPHandler: Processed in 0.002927604 sec. | ||
| 7450 | 2025.01.17 08:27:56.565133 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7451 | 2025.01.17 08:27:56.565269 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7452 | 2025.01.17 08:27:56.565325 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7453 | 2025.01.17 08:27:56.566287 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7454 | 2025.01.17 08:27:56.566326 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7455 | 2025.01.17 08:27:56.566743 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7456 | 2025.01.17 08:27:56.567005 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7457 | 2025.01.17 08:27:56.567177 [ 92 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7458 | 2025.01.17 08:27:56.567248 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Debug> executeQuery: Read 868 rows, 64.39 KiB in 0.001998 sec., 434434.4344344344 rows/sec., 31.47 MiB/sec. | ||
| 7459 | 2025.01.17 08:27:56.567254 [ 92 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7460 | 2025.01.17 08:27:56.567334 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7461 | 2025.01.17 08:27:56.567382 [ 5 ] {bae58430-947b-437e-a186-357aba9d670b} <Debug> TCPHandler: Processed in 0.002338388 sec. | ||
| 7462 | 2025.01.17 08:27:56.567647 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7463 | 2025.01.17 08:27:56.567780 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 7464 | 2025.01.17 08:27:56.568026 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7465 | 2025.01.17 08:27:56.568201 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7466 | 2025.01.17 08:27:56.568359 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7467 | 2025.01.17 08:27:56.568487 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 913 rows starting from the beginning of the part | ||
| 7468 | 2025.01.17 08:27:56.569055 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 397 rows starting from the beginning of the part | ||
| 7469 | 2025.01.17 08:27:56.569547 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 90 rows starting from the beginning of the part | ||
| 7470 | 2025.01.17 08:27:56.569758 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 398 rows starting from the beginning of the part | ||
| 7471 | 2025.01.17 08:27:56.569960 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 88 rows starting from the beginning of the part | ||
| 7472 | 2025.01.17 08:27:56.570063 [ 192 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 868 rows starting from the beginning of the part | ||
| 7473 | 2025.01.17 08:27:56.570766 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7474 | 2025.01.17 08:27:56.570809 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7475 | 2025.01.17 08:27:56.571348 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7476 | 2025.01.17 08:27:56.571655 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7477 | 2025.01.17 08:27:56.571846 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00395 sec., 1518.9873417721517 rows/sec., 79.36 KiB/sec. | ||
| 7478 | 2025.01.17 08:27:56.571901 [ 255 ] {a87e4650-a6ab-4129-84f6-4c3cd446804b} <Debug> TCPHandler: Processed in 0.004401045 sec. | ||
| 7479 | 2025.01.17 08:27:56.572130 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7480 | 2025.01.17 08:27:56.572384 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00496051 sec., 555184.8499448646 rows/sec., 42.37 MiB/sec. | ||
| 7481 | 2025.01.17 08:27:56.572397 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7482 | 2025.01.17 08:27:56.572491 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7483 | 2025.01.17 08:27:56.572643 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7484 | 2025.01.17 08:27:56.573160 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7485 | 2025.01.17 08:27:56.573281 [ 188 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_56_11} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7486 | 2025.01.17 08:27:56.573446 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 7487 | 2025.01.17 08:27:56.573757 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7488 | 2025.01.17 08:27:56.573801 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7489 | 2025.01.17 08:27:56.574282 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7490 | 2025.01.17 08:27:56.574526 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7491 | 2025.01.17 08:27:56.574689 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7492 | 2025.01.17 08:27:56.574746 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7493 | 2025.01.17 08:27:56.574762 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Debug> executeQuery: Read 932 rows, 63.70 KiB in 0.002417 sec., 385601.9859329748 rows/sec., 25.74 MiB/sec. | ||
| 7494 | 2025.01.17 08:27:56.574785 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7495 | 2025.01.17 08:27:56.574923 [ 5 ] {a25151f4-e70d-4c79-807b-f09d368a8725} <Debug> TCPHandler: Processed in 0.002917493 sec. | ||
| 7496 | 2025.01.17 08:27:56.575011 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 7497 | 2025.01.17 08:27:56.575119 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7498 | 2025.01.17 08:27:56.575201 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7499 | 2025.01.17 08:27:56.575276 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14086 rows starting from the beginning of the part | ||
| 7500 | 2025.01.17 08:27:56.575364 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7501 | 2025.01.17 08:27:56.575563 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7502 | 2025.01.17 08:27:56.575604 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 7503 | 2025.01.17 08:27:56.576017 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
| 7504 | 2025.01.17 08:27:56.576408 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 237 rows starting from the beginning of the part | ||
| 7505 | 2025.01.17 08:27:56.576751 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 7506 | 2025.01.17 08:27:56.577028 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 932 rows starting from the beginning of the part | ||
| 7507 | 2025.01.17 08:27:56.577872 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7508 | 2025.01.17 08:27:56.577936 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7509 | 2025.01.17 08:27:56.578602 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7510 | 2025.01.17 08:27:56.579001 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7511 | 2025.01.17 08:27:56.579299 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004009 sec., 249.43876278373656 rows/sec., 16.81 KiB/sec. | ||
| 7512 | 2025.01.17 08:27:56.579464 [ 255 ] {b18faf28-a77e-4fdd-b11e-7a0efb150d77} <Debug> TCPHandler: Processed in 0.004417275 sec. | ||
| 7513 | 2025.01.17 08:27:56.579711 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7514 | 2025.01.17 08:27:56.580015 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7515 | 2025.01.17 08:27:56.580275 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7516 | 2025.01.17 08:27:56.582308 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2025.01.17 08:27:56.582355 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7518 | 2025.01.17 08:27:56.583267 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7519 | 2025.01.17 08:27:56.583962 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2025.01.17 08:27:56.584026 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15813 rows, containing 5 columns (5 merged, 0 gathered) in 0.009100171 sec., 1737659.654966923 rows/sec., 117.30 MiB/sec. | ||
| 7521 | 2025.01.17 08:27:56.584206 [ 92 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7522 | 2025.01.17 08:27:56.584286 [ 92 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7523 | 2025.01.17 08:27:56.584329 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7524 | 2025.01.17 08:27:56.584355 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004438 sec., 3605.2275799909867 rows/sec., 6.46 MiB/sec. | ||
| 7525 | 2025.01.17 08:27:56.584545 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7526 | 2025.01.17 08:27:56.584833 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 7527 | 2025.01.17 08:27:56.585191 [ 5 ] {fafe60eb-18ca-49b9-89eb-4110247d38ef} <Debug> TCPHandler: Processed in 0.005595844 sec. | ||
| 7528 | 2025.01.17 08:27:56.585631 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7529 | 2025.01.17 08:27:56.585867 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7530 | 2025.01.17 08:27:56.586128 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7531 | 2025.01.17 08:27:56.586237 [ 187 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7532 | 2025.01.17 08:27:56.586240 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7533 | 2025.01.17 08:27:56.586277 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7534 | 2025.01.17 08:27:56.586598 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 753 rows starting from the beginning of the part | ||
| 7535 | 2025.01.17 08:27:56.586621 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.87 MiB. | ||
| 7536 | 2025.01.17 08:27:56.587499 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 15 rows starting from the beginning of the part | ||
| 7537 | 2025.01.17 08:27:56.588138 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 24 rows starting from the beginning of the part | ||
| 7538 | 2025.01.17 08:27:56.588897 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7539 | 2025.01.17 08:27:56.588921 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 7540 | 2025.01.17 08:27:56.588971 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7541 | 2025.01.17 08:27:56.589506 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 24 rows starting from the beginning of the part | ||
| 7542 | 2025.01.17 08:27:56.590146 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7543 | 2025.01.17 08:27:56.590560 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7544 | 2025.01.17 08:27:56.591131 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7545 | 2025.01.17 08:27:56.591387 [ 92 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7546 | 2025.01.17 08:27:56.591471 [ 92 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7547 | 2025.01.17 08:27:56.591534 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.005596 sec., 12508.93495353824 rows/sec., 805.02 KiB/sec. | ||
| 7548 | 2025.01.17 08:27:56.591549 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7549 | 2025.01.17 08:27:56.591927 [ 255 ] {ffdbabad-3f1c-4ff8-9121-47e06cd62bc4} <Debug> TCPHandler: Processed in 0.006593322 sec. | ||
| 7550 | 2025.01.17 08:27:56.592993 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 7551 | 2025.01.17 08:27:56.593152 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7552 | 2025.01.17 08:27:56.593183 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2910 rows starting from the beginning of the part | ||
| 7553 | 2025.01.17 08:27:56.593308 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 7554 | 2025.01.17 08:27:56.593536 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 7555 | 2025.01.17 08:27:56.593791 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 82 rows starting from the beginning of the part | ||
| 7556 | 2025.01.17 08:27:56.594160 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 7557 | 2025.01.17 08:27:56.594462 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 70 rows starting from the beginning of the part | ||
| 7558 | 2025.01.17 08:27:56.597980 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3264 rows, containing 4 columns (4 merged, 0 gathered) in 0.006029228 sec., 541362.8411464951 rows/sec., 35.18 MiB/sec. | ||
| 7559 | 2025.01.17 08:27:56.598414 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7560 | 2025.01.17 08:27:56.599350 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2025.01.17 08:27:56.599443 [ 195 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_56_11} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7562 | 2025.01.17 08:27:56.599525 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7563 | 2025.01.17 08:27:56.604916 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 19 columns (19 merged, 0 gathered) in 0.020451722 sec., 41463.5012152033 rows/sec., 74.30 MiB/sec. | ||
| 7564 | 2025.01.17 08:27:56.606624 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7565 | 2025.01.17 08:27:56.607069 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2025.01.17 08:27:56.607157 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7567 | 2025.01.17 08:27:56.607308 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 7568 | 2025.01.17 08:27:57.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 208.34 MiB, peak 215.86 MiB, free memory in arenas 0.00 B, will set to 210.01 MiB (RSS), difference: 1.67 MiB | ||
| 7569 | 2025.01.17 08:27:57.591088 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7570 | 2025.01.17 08:27:57.591282 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7571 | 2025.01.17 08:27:57.591363 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7572 | 2025.01.17 08:27:57.592152 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7573 | 2025.01.17 08:27:57.592205 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7574 | 2025.01.17 08:27:57.592645 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7575 | 2025.01.17 08:27:57.592910 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7576 | 2025.01.17 08:27:57.593212 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001967 sec., 28469.750889679715 rows/sec., 2.17 MiB/sec. | ||
| 7577 | 2025.01.17 08:27:57.593297 [ 5 ] {b30ef6aa-af2b-4fe5-9d78-66f1c64500e3} <Debug> TCPHandler: Processed in 0.002343819 sec. | ||
| 7578 | 2025.01.17 08:27:57.593649 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7579 | 2025.01.17 08:27:57.593896 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7580 | 2025.01.17 08:27:57.593982 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7581 | 2025.01.17 08:27:57.594805 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7582 | 2025.01.17 08:27:57.594858 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7583 | 2025.01.17 08:27:57.595338 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7584 | 2025.01.17 08:27:57.595606 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7585 | 2025.01.17 08:27:57.595906 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002065 sec., 30992.73607748184 rows/sec., 2.42 MiB/sec. | ||
| 7586 | 2025.01.17 08:27:57.596009 [ 255 ] {2f16e942-13e8-46bd-906c-3e8d75de474c} <Debug> TCPHandler: Processed in 0.00256519 sec. | ||
| 7587 | 2025.01.17 08:27:57.596248 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7588 | 2025.01.17 08:27:57.596434 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7589 | 2025.01.17 08:27:57.596501 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7590 | 2025.01.17 08:27:57.597153 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7591 | 2025.01.17 08:27:57.597194 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7592 | 2025.01.17 08:27:57.597596 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7593 | 2025.01.17 08:27:57.597848 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7594 | 2025.01.17 08:27:57.598069 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001671 sec., 19150.20945541592 rows/sec., 1.33 MiB/sec. | ||
| 7595 | 2025.01.17 08:27:57.598127 [ 5 ] {8043579f-b22e-4710-a459-a6fed0f79052} <Debug> TCPHandler: Processed in 0.002018596 sec. | ||
| 7596 | 2025.01.17 08:27:57.598303 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7597 | 2025.01.17 08:27:57.598449 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7598 | 2025.01.17 08:27:57.598516 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7599 | 2025.01.17 08:27:57.599104 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7600 | 2025.01.17 08:27:57.599155 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7601 | 2025.01.17 08:27:57.599580 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7602 | 2025.01.17 08:27:57.599830 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7603 | 2025.01.17 08:27:57.600048 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001634 sec., 7343.941248470012 rows/sec., 506.81 KiB/sec. | ||
| 7604 | 2025.01.17 08:27:57.600107 [ 255 ] {0b03a883-f7e4-455e-a660-60f9bc166fe4} <Debug> TCPHandler: Processed in 0.001873065 sec. | ||
| 7605 | 2025.01.17 08:27:58.532712 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 7606 | 2025.01.17 08:27:58.533751 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7607 | 2025.01.17 08:27:58.533799 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7608 | 2025.01.17 08:27:58.534347 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7609 | 2025.01.17 08:27:58.534632 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7610 | 2025.01.17 08:27:58.534914 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 7611 | 2025.01.17 08:27:59.647201 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 7612 | 2025.01.17 08:27:59.669258 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7613 | 2025.01.17 08:27:59.669320 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7614 | 2025.01.17 08:27:59.676758 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7615 | 2025.01.17 08:27:59.677606 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2025.01.17 08:27:59.681619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 7617 | 2025.01.17 08:28:02.598398 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7618 | 2025.01.17 08:28:02.598577 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7619 | 2025.01.17 08:28:02.598649 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7620 | 2025.01.17 08:28:02.599426 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7621 | 2025.01.17 08:28:02.599468 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7622 | 2025.01.17 08:28:02.599915 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7623 | 2025.01.17 08:28:02.600208 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7624 | 2025.01.17 08:28:02.600439 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001911 sec., 54421.768707482996 rows/sec., 4.54 MiB/sec. | ||
| 7625 | 2025.01.17 08:28:02.600542 [ 5 ] {e2dd33ab-7a7c-4212-af53-8a5307bdce0f} <Debug> TCPHandler: Processed in 0.002270138 sec. | ||
| 7626 | 2025.01.17 08:28:02.600824 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2025.01.17 08:28:02.601042 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7628 | 2025.01.17 08:28:02.601126 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7629 | 2025.01.17 08:28:02.601900 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7630 | 2025.01.17 08:28:02.601951 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7631 | 2025.01.17 08:28:02.602401 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7632 | 2025.01.17 08:28:02.602665 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7633 | 2025.01.17 08:28:02.602913 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00193 sec., 12435.233160621761 rows/sec., 935.07 KiB/sec. | ||
| 7634 | 2025.01.17 08:28:02.603038 [ 255 ] {419cc072-a1fe-486a-a083-93e1cc5430ea} <Debug> TCPHandler: Processed in 0.002371348 sec. | ||
| 7635 | 2025.01.17 08:28:02.603232 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7636 | 2025.01.17 08:28:02.603368 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7637 | 2025.01.17 08:28:02.603420 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7638 | 2025.01.17 08:28:02.604052 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7639 | 2025.01.17 08:28:02.604092 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7640 | 2025.01.17 08:28:02.604467 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7641 | 2025.01.17 08:28:02.604722 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7642 | 2025.01.17 08:28:02.604928 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001589 sec., 55380.74260541221 rows/sec., 4.32 MiB/sec. | ||
| 7643 | 2025.01.17 08:28:02.605054 [ 5 ] {929e1d25-9076-40b3-9140-4d5f9ad0afc8} <Debug> TCPHandler: Processed in 0.001909355 sec. | ||
| 7644 | 2025.01.17 08:28:02.605233 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7645 | 2025.01.17 08:28:02.605379 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7646 | 2025.01.17 08:28:02.605448 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7647 | 2025.01.17 08:28:02.606146 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7648 | 2025.01.17 08:28:02.606195 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7649 | 2025.01.17 08:28:02.606629 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7650 | 2025.01.17 08:28:02.606871 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7651 | 2025.01.17 08:28:02.607089 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001746 sec., 91638.02978235968 rows/sec., 6.38 MiB/sec. | ||
| 7652 | 2025.01.17 08:28:02.607143 [ 255 ] {50f0682e-96a5-49ef-921d-acf3bea230d5} <Debug> TCPHandler: Processed in 0.001990986 sec. | ||
| 7653 | 2025.01.17 08:28:02.607289 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7654 | 2025.01.17 08:28:02.607408 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7655 | 2025.01.17 08:28:02.607494 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7656 | 2025.01.17 08:28:02.608673 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7657 | 2025.01.17 08:28:02.608714 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7658 | 2025.01.17 08:28:02.609363 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7659 | 2025.01.17 08:28:02.609634 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7660 | 2025.01.17 08:28:02.609882 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.0025 sec., 9600 rows/sec., 17.20 MiB/sec. | ||
| 7661 | 2025.01.17 08:28:02.609994 [ 5 ] {57cef192-e212-43dc-918a-8f896b10a1a8} <Debug> TCPHandler: Processed in 0.002763441 sec. | ||
| 7662 | 2025.01.17 08:28:02.610154 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7663 | 2025.01.17 08:28:02.610295 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7664 | 2025.01.17 08:28:02.610391 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7665 | 2025.01.17 08:28:02.611303 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7666 | 2025.01.17 08:28:02.611362 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7667 | 2025.01.17 08:28:02.611744 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7668 | 2025.01.17 08:28:02.611998 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7669 | 2025.01.17 08:28:02.612221 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001957 sec., 30659.172202350535 rows/sec., 2.07 MiB/sec. | ||
| 7670 | 2025.01.17 08:28:02.612271 [ 255 ] {d4e1ae32-587e-4840-b971-0151f9a47b78} <Debug> TCPHandler: Processed in 0.002182998 sec. | ||
| 7671 | 2025.01.17 08:28:05.825030 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7672 | 2025.01.17 08:28:05.825114 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7673 | 2025.01.17 08:28:06.035108 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7674 | 2025.01.17 08:28:06.035785 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7675 | 2025.01.17 08:28:06.035830 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7676 | 2025.01.17 08:28:06.036379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7677 | 2025.01.17 08:28:06.036637 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7678 | 2025.01.17 08:28:06.036853 [ 80 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7679 | 2025.01.17 08:28:06.036883 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7680 | 2025.01.17 08:28:06.036926 [ 80 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7681 | 2025.01.17 08:28:06.036960 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7682 | 2025.01.17 08:28:06.037102 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 7683 | 2025.01.17 08:28:06.037261 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7684 | 2025.01.17 08:28:06.037303 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7685 | 2025.01.17 08:28:06.037388 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7686 | 2025.01.17 08:28:06.037480 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7687 | 2025.01.17 08:28:06.037724 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7688 | 2025.01.17 08:28:06.037810 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7689 | 2025.01.17 08:28:06.037896 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7690 | 2025.01.17 08:28:06.040110 [ 199 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003073464 sec., 5378621.646454944 rows/sec., 76.94 MiB/sec. | ||
| 7691 | 2025.01.17 08:28:06.040276 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7692 | 2025.01.17 08:28:06.040631 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7693 | 2025.01.17 08:28:06.040723 [ 200 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_36_7} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7694 | 2025.01.17 08:28:06.040846 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. | ||
| 7695 | 2025.01.17 08:28:06.123943 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1100 | ||
| 7696 | 2025.01.17 08:28:06.127099 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7697 | 2025.01.17 08:28:06.127144 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7698 | 2025.01.17 08:28:06.128563 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7699 | 2025.01.17 08:28:06.128863 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7700 | 2025.01.17 08:28:06.129069 [ 79 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7701 | 2025.01.17 08:28:06.129179 [ 79 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7702 | 2025.01.17 08:28:06.129247 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7703 | 2025.01.17 08:28:06.130242 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 7704 | 2025.01.17 08:28:06.130858 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1100 | ||
| 7705 | 2025.01.17 08:28:06.131429 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7706 | 2025.01.17 08:28:06.131616 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 7707 | 2025.01.17 08:28:06.132342 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7708 | 2025.01.17 08:28:06.133002 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part | ||
| 7709 | 2025.01.17 08:28:06.133602 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 7710 | 2025.01.17 08:28:06.134316 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7711 | 2025.01.17 08:28:06.134963 [ 199 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 44 rows starting from the beginning of the part | ||
| 7712 | 2025.01.17 08:28:06.143541 [ 191 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1100 rows, containing 72 columns (72 merged, 0 gathered) in 0.014155922 sec., 77705.99470666764 rows/sec., 62.27 MiB/sec. | ||
| 7713 | 2025.01.17 08:28:06.145073 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7714 | 2025.01.17 08:28:06.145918 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7715 | 2025.01.17 08:28:06.146016 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_26_5} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7716 | 2025.01.17 08:28:06.146358 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.56 MiB. | ||
| 7717 | 2025.01.17 08:28:07.181761 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7718 | 2025.01.17 08:28:07.204292 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7719 | 2025.01.17 08:28:07.204358 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7720 | 2025.01.17 08:28:07.211897 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7721 | 2025.01.17 08:28:07.212741 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7722 | 2025.01.17 08:28:07.213239 [ 77 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7723 | 2025.01.17 08:28:07.213361 [ 77 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7724 | 2025.01.17 08:28:07.213433 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7725 | 2025.01.17 08:28:07.213924 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7726 | 2025.01.17 08:28:07.227990 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7727 | 2025.01.17 08:28:07.229812 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7728 | 2025.01.17 08:28:07.231454 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7729 | 2025.01.17 08:28:07.237370 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7730 | 2025.01.17 08:28:07.243421 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7731 | 2025.01.17 08:28:07.249239 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7732 | 2025.01.17 08:28:07.255270 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7733 | 2025.01.17 08:28:07.260245 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 7734 | 2025.01.17 08:28:07.319847 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.10622403 sec., 2560.625877214412 rows/sec., 13.24 MiB/sec. | ||
| 7735 | 2025.01.17 08:28:07.322892 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7736 | 2025.01.17 08:28:07.327172 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_36_7} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2025.01.17 08:28:07.327303 [ 189 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_36_7} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7738 | 2025.01.17 08:28:07.330027 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7739 | 2025.01.17 08:28:07.602767 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7740 | 2025.01.17 08:28:07.602969 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7741 | 2025.01.17 08:28:07.603056 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7742 | 2025.01.17 08:28:07.603877 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7743 | 2025.01.17 08:28:07.603921 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7744 | 2025.01.17 08:28:07.604375 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7745 | 2025.01.17 08:28:07.604694 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7746 | 2025.01.17 08:28:07.604839 [ 77 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7747 | 2025.01.17 08:28:07.604886 [ 77 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7748 | 2025.01.17 08:28:07.604922 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7749 | 2025.01.17 08:28:07.604923 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002008 sec., 6972.111553784861 rows/sec., 501.90 KiB/sec. | ||
| 7750 | 2025.01.17 08:28:07.605181 [ 5 ] {c2a52bad-dda5-4f87-9df2-5971b09de7e0} <Debug> TCPHandler: Processed in 0.00254707 sec. | ||
| 7751 | 2025.01.17 08:28:07.605291 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7752 | 2025.01.17 08:28:07.605524 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7753 | 2025.01.17 08:28:07.605808 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7754 | 2025.01.17 08:28:07.605850 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7755 | 2025.01.17 08:28:07.605903 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7756 | 2025.01.17 08:28:07.605958 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7757 | 2025.01.17 08:28:07.606312 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7758 | 2025.01.17 08:28:07.606695 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7759 | 2025.01.17 08:28:07.607145 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7760 | 2025.01.17 08:28:07.607636 [ 194 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 7761 | 2025.01.17 08:28:07.608676 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7762 | 2025.01.17 08:28:07.608752 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7763 | 2025.01.17 08:28:07.609935 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7764 | 2025.01.17 08:28:07.610467 [ 188 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005443673 sec., 12858.964893739945 rows/sec., 975.90 KiB/sec. | ||
| 7765 | 2025.01.17 08:28:07.610494 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7766 | 2025.01.17 08:28:07.610786 [ 186 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7767 | 2025.01.17 08:28:07.610935 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.005156 sec., 45577.96741660202 rows/sec., 3.99 MiB/sec. | ||
| 7768 | 2025.01.17 08:28:07.611085 [ 255 ] {2e7f74dd-a693-4d75-9af7-4b91ffdf0ae4} <Debug> TCPHandler: Processed in 0.005749296 sec. | ||
| 7769 | 2025.01.17 08:28:07.611306 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7770 | 2025.01.17 08:28:07.611454 [ 186 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_25_6} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2025.01.17 08:28:07.611520 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7772 | 2025.01.17 08:28:07.611621 [ 186 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_25_6} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7773 | 2025.01.17 08:28:07.611624 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7774 | 2025.01.17 08:28:07.611816 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7775 | 2025.01.17 08:28:07.612372 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7776 | 2025.01.17 08:28:07.612416 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7777 | 2025.01.17 08:28:07.612805 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7778 | 2025.01.17 08:28:07.613057 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7779 | 2025.01.17 08:28:07.613252 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001789 sec., 12856.344326439352 rows/sec., 927.43 KiB/sec. | ||
| 7780 | 2025.01.17 08:28:07.613322 [ 5 ] {5d46f680-8359-440f-a455-9dac40e85276} <Debug> TCPHandler: Processed in 0.002121866 sec. | ||
| 7781 | 2025.01.17 08:28:07.613535 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7782 | 2025.01.17 08:28:07.613674 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7783 | 2025.01.17 08:28:07.613722 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7784 | 2025.01.17 08:28:07.614297 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2025.01.17 08:28:07.614335 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7786 | 2025.01.17 08:28:07.614688 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7787 | 2025.01.17 08:28:07.614935 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2025.01.17 08:28:07.615159 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001513 sec., 9253.139458030402 rows/sec., 648.03 KiB/sec. | ||
| 7789 | 2025.01.17 08:28:07.615213 [ 255 ] {87711f6a-c687-4255-a63e-1c4da155e0ea} <Debug> TCPHandler: Processed in 0.001785634 sec. | ||
| 7790 | 2025.01.17 08:28:07.615358 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7791 | 2025.01.17 08:28:07.615488 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7792 | 2025.01.17 08:28:07.615546 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7793 | 2025.01.17 08:28:07.616242 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7794 | 2025.01.17 08:28:07.616289 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7795 | 2025.01.17 08:28:07.616675 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7796 | 2025.01.17 08:28:07.616922 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7797 | 2025.01.17 08:28:07.617045 [ 77 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 7798 | 2025.01.17 08:28:07.617087 [ 77 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7799 | 2025.01.17 08:28:07.617108 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001651 sec., 7874.0157480314965 rows/sec., 490.94 KiB/sec. | ||
| 7800 | 2025.01.17 08:28:07.617112 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7801 | 2025.01.17 08:28:07.617252 [ 5 ] {22e12d37-ef58-418c-8166-8124e305022d} <Debug> TCPHandler: Processed in 0.001949776 sec. | ||
| 7802 | 2025.01.17 08:28:07.617538 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7803 | 2025.01.17 08:28:07.617521 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7804 | 2025.01.17 08:28:07.617856 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7805 | 2025.01.17 08:28:07.617937 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7806 | 2025.01.17 08:28:07.617959 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7807 | 2025.01.17 08:28:07.618002 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7808 | 2025.01.17 08:28:07.618419 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7809 | 2025.01.17 08:28:07.618776 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7810 | 2025.01.17 08:28:07.619142 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7811 | 2025.01.17 08:28:07.619597 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 7812 | 2025.01.17 08:28:07.621065 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2025.01.17 08:28:07.621134 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7814 | 2025.01.17 08:28:07.622109 [ 188 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004894949 sec., 13278.994326600747 rows/sec., 879.81 KiB/sec. | ||
| 7815 | 2025.01.17 08:28:07.622209 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7816 | 2025.01.17 08:28:07.622248 [ 188 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 7817 | 2025.01.17 08:28:07.622519 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7818 | 2025.01.17 08:28:07.622600 [ 188 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_25_6} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7819 | 2025.01.17 08:28:07.622779 [ 188 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_25_6} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 7820 | 2025.01.17 08:28:07.622805 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.005055 sec., 78733.92680514343 rows/sec., 5.60 MiB/sec. | ||
| 7821 | 2025.01.17 08:28:07.623011 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7822 | 2025.01.17 08:28:07.623084 [ 255 ] {552a6bd3-291a-4557-907d-09aa9a0f7f18} <Debug> TCPHandler: Processed in 0.005721746 sec. | ||
| 7823 | 2025.01.17 08:28:07.623287 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7824 | 2025.01.17 08:28:07.623405 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7825 | 2025.01.17 08:28:07.623457 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7826 | 2025.01.17 08:28:07.623960 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7827 | 2025.01.17 08:28:07.624001 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7828 | 2025.01.17 08:28:07.624386 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7829 | 2025.01.17 08:28:07.624659 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7830 | 2025.01.17 08:28:07.624898 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 7831 | 2025.01.17 08:28:07.625019 [ 5 ] {7c43675d-4987-43b4-9844-07227d73a881} <Debug> TCPHandler: Processed in 0.001826004 sec. | ||
| 7832 | 2025.01.17 08:28:07.625168 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7833 | 2025.01.17 08:28:07.625284 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7834 | 2025.01.17 08:28:07.625336 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7835 | 2025.01.17 08:28:07.625912 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7836 | 2025.01.17 08:28:07.625949 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7837 | 2025.01.17 08:28:07.626348 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7838 | 2025.01.17 08:28:07.626586 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7839 | 2025.01.17 08:28:07.626760 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001502 sec., 157789.6138482024 rows/sec., 10.58 MiB/sec. | ||
| 7840 | 2025.01.17 08:28:07.626811 [ 255 ] {9eea1b78-8fa0-41aa-9eb9-18e8e0fe6ad3} <Debug> TCPHandler: Processed in 0.001701713 sec. | ||
| 7841 | 2025.01.17 08:28:07.626945 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7842 | 2025.01.17 08:28:07.627062 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7843 | 2025.01.17 08:28:07.627114 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7844 | 2025.01.17 08:28:07.627594 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7845 | 2025.01.17 08:28:07.627634 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7846 | 2025.01.17 08:28:07.628011 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7847 | 2025.01.17 08:28:07.628261 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7848 | 2025.01.17 08:28:07.628436 [ 76 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7849 | 2025.01.17 08:28:07.628503 [ 76 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7850 | 2025.01.17 08:28:07.628513 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec. | ||
| 7851 | 2025.01.17 08:28:07.628549 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7852 | 2025.01.17 08:28:07.628659 [ 5 ] {18386364-cb6e-420a-909b-66d1b69a6a2a} <Debug> TCPHandler: Processed in 0.001764494 sec. | ||
| 7853 | 2025.01.17 08:28:07.628842 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 7854 | 2025.01.17 08:28:07.628881 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7855 | 2025.01.17 08:28:07.629114 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7856 | 2025.01.17 08:28:07.629133 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7857 | 2025.01.17 08:28:07.629219 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 7858 | 2025.01.17 08:28:07.629300 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7859 | 2025.01.17 08:28:07.629563 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 7860 | 2025.01.17 08:28:07.630019 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 7861 | 2025.01.17 08:28:07.630330 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 7862 | 2025.01.17 08:28:07.630662 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 7863 | 2025.01.17 08:28:07.631022 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 7864 | 2025.01.17 08:28:07.635213 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.006522591 sec., 3832.8326887275316 rows/sec., 258.27 KiB/sec. | ||
| 7865 | 2025.01.17 08:28:07.635327 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7866 | 2025.01.17 08:28:07.635392 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7867 | 2025.01.17 08:28:07.635439 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7868 | 2025.01.17 08:28:07.636105 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7869 | 2025.01.17 08:28:07.636344 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_25_5} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7870 | 2025.01.17 08:28:07.636534 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7871 | 2025.01.17 08:28:07.636831 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7872 | 2025.01.17 08:28:07.637104 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2025.01.17 08:28:07.637305 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008278 sec., 1932.8340178787146 rows/sec., 3.46 MiB/sec. | ||
| 7874 | 2025.01.17 08:28:07.637409 [ 255 ] {a2e7726c-282c-431a-8f02-5928c5b1a991} <Debug> TCPHandler: Processed in 0.008653819 sec. | ||
| 7875 | 2025.01.17 08:28:07.637550 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7876 | 2025.01.17 08:28:07.637670 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7877 | 2025.01.17 08:28:07.637722 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7878 | 2025.01.17 08:28:07.638226 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7879 | 2025.01.17 08:28:07.638267 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.33 GiB. | ||
| 7880 | 2025.01.17 08:28:07.638648 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7881 | 2025.01.17 08:28:07.638891 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7882 | 2025.01.17 08:28:07.639106 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001461 sec., 56125.94113620807 rows/sec., 3.56 MiB/sec. | ||
| 7883 | 2025.01.17 08:28:07.639156 [ 5 ] {d77ab8d9-b01b-498d-a76f-3a21af0a03eb} <Debug> TCPHandler: Processed in 0.001664843 sec. | ||
| 7884 | 2025.01.17 08:28:12.598554 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2025.01.17 08:28:12.598748 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7886 | 2025.01.17 08:28:12.598817 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7887 | 2025.01.17 08:28:12.599612 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7888 | 2025.01.17 08:28:12.599660 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7889 | 2025.01.17 08:28:12.600101 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7890 | 2025.01.17 08:28:12.600363 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7891 | 2025.01.17 08:28:12.600569 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001831 sec., 1092.2992900054614 rows/sec., 89.07 KiB/sec. | ||
| 7892 | 2025.01.17 08:28:12.600636 [ 5 ] {6c1133a0-709c-4614-a97d-b7ba7bfbecbf} <Debug> TCPHandler: Processed in 0.002182348 sec. | ||
| 7893 | 2025.01.17 08:28:12.600910 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7894 | 2025.01.17 08:28:12.601105 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7895 | 2025.01.17 08:28:12.601179 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7896 | 2025.01.17 08:28:12.601961 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7897 | 2025.01.17 08:28:12.602012 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7898 | 2025.01.17 08:28:12.602463 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7899 | 2025.01.17 08:28:12.602728 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7900 | 2025.01.17 08:28:12.602993 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.001934 sec., 54291.62357807653 rows/sec., 4.52 MiB/sec. | ||
| 7901 | 2025.01.17 08:28:12.603106 [ 255 ] {b8b5cb48-4a90-4007-b02f-f9b1635c23ab} <Debug> TCPHandler: Processed in 0.002324999 sec. | ||
| 7902 | 2025.01.17 08:28:12.603317 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7903 | 2025.01.17 08:28:12.603455 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7904 | 2025.01.17 08:28:12.603510 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7905 | 2025.01.17 08:28:12.604119 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2025.01.17 08:28:12.604158 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7907 | 2025.01.17 08:28:12.604527 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7908 | 2025.01.17 08:28:12.604763 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2025.01.17 08:28:12.604951 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001524 sec., 17060.36745406824 rows/sec., 1.25 MiB/sec. | ||
| 7910 | 2025.01.17 08:28:12.605033 [ 5 ] {8ef6237b-c919-4769-a11a-14ec5b670148} <Debug> TCPHandler: Processed in 0.001821914 sec. | ||
| 7911 | 2025.01.17 08:28:12.605221 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7912 | 2025.01.17 08:28:12.605336 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7913 | 2025.01.17 08:28:12.605385 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7914 | 2025.01.17 08:28:12.606014 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2025.01.17 08:28:12.606054 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7916 | 2025.01.17 08:28:12.606424 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7917 | 2025.01.17 08:28:12.606672 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2025.01.17 08:28:12.606904 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001588 sec., 56675.062972292195 rows/sec., 4.43 MiB/sec. | ||
| 7919 | 2025.01.17 08:28:12.607018 [ 255 ] {0a992b67-26af-413b-b110-6ead36a436d4} <Debug> TCPHandler: Processed in 0.001872875 sec. | ||
| 7920 | 2025.01.17 08:28:12.607233 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7921 | 2025.01.17 08:28:12.607372 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7922 | 2025.01.17 08:28:12.607427 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7923 | 2025.01.17 08:28:12.608009 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7924 | 2025.01.17 08:28:12.608048 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7925 | 2025.01.17 08:28:12.608445 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7926 | 2025.01.17 08:28:12.608684 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7927 | 2025.01.17 08:28:12.608879 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001532 sec., 105091.38381201045 rows/sec., 7.32 MiB/sec. | ||
| 7928 | 2025.01.17 08:28:12.608932 [ 5 ] {a8a12537-6399-4312-a97a-fa6770cdde8e} <Debug> TCPHandler: Processed in 0.001815734 sec. | ||
| 7929 | 2025.01.17 08:28:12.609138 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7930 | 2025.01.17 08:28:12.609256 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7931 | 2025.01.17 08:28:12.609337 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 7932 | 2025.01.17 08:28:12.610511 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7933 | 2025.01.17 08:28:12.610550 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7934 | 2025.01.17 08:28:12.611226 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7935 | 2025.01.17 08:28:12.611533 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2025.01.17 08:28:12.611832 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002598 sec., 9237.875288683603 rows/sec., 16.55 MiB/sec. | ||
| 7937 | 2025.01.17 08:28:12.612132 [ 255 ] {fe948dc3-4abc-4904-ae76-85113f2f3a61} <Debug> TCPHandler: Processed in 0.003099684 sec. | ||
| 7938 | 2025.01.17 08:28:12.612390 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7939 | 2025.01.17 08:28:12.612517 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7940 | 2025.01.17 08:28:12.612568 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7941 | 2025.01.17 08:28:12.613094 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7942 | 2025.01.17 08:28:12.613134 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7943 | 2025.01.17 08:28:12.613533 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 7944 | 2025.01.17 08:28:12.613775 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7945 | 2025.01.17 08:28:12.613958 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001465 sec., 40955.631399317404 rows/sec., 2.76 MiB/sec. | ||
| 7946 | 2025.01.17 08:28:12.614007 [ 5 ] {02ab90f2-10ae-491f-be2c-5327b187539f} <Debug> TCPHandler: Processed in 0.001752194 sec. | ||
| 7947 | 2025.01.17 08:28:13.537106 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7948 | 2025.01.17 08:28:13.537810 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2025.01.17 08:28:13.537857 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7950 | 2025.01.17 08:28:13.538383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7951 | 2025.01.17 08:28:13.538636 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2025.01.17 08:28:13.538859 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7953 | 2025.01.17 08:28:14.728147 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7954 | 2025.01.17 08:28:14.748269 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7955 | 2025.01.17 08:28:14.748334 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7956 | 2025.01.17 08:28:14.755472 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7957 | 2025.01.17 08:28:14.756244 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7958 | 2025.01.17 08:28:14.758928 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7959 | 2025.01.17 08:28:16.131182 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1136 | ||
| 7960 | 2025.01.17 08:28:16.134282 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2025.01.17 08:28:16.134334 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7962 | 2025.01.17 08:28:16.135796 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7963 | 2025.01.17 08:28:16.136121 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2025.01.17 08:28:16.136680 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1136 | ||
| 7965 | 2025.01.17 08:28:17.602753 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7966 | 2025.01.17 08:28:17.602940 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7967 | 2025.01.17 08:28:17.603013 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7968 | 2025.01.17 08:28:17.603749 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7969 | 2025.01.17 08:28:17.603801 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7970 | 2025.01.17 08:28:17.604237 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7971 | 2025.01.17 08:28:17.604494 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7972 | 2025.01.17 08:28:17.604735 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001841 sec., 7604.5627376425855 rows/sec., 547.43 KiB/sec. | ||
| 7973 | 2025.01.17 08:28:17.604817 [ 5 ] {7ee8b6dd-d1b9-4194-b6bf-9ee2288d345f} <Debug> TCPHandler: Processed in 0.002202857 sec. | ||
| 7974 | 2025.01.17 08:28:17.605101 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7975 | 2025.01.17 08:28:17.605324 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7976 | 2025.01.17 08:28:17.605409 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7977 | 2025.01.17 08:28:17.606374 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7978 | 2025.01.17 08:28:17.606430 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7979 | 2025.01.17 08:28:17.606899 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 7980 | 2025.01.17 08:28:17.607151 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7981 | 2025.01.17 08:28:17.607360 [ 63 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 7982 | 2025.01.17 08:28:17.607427 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.002158 sec., 108897.12696941612 rows/sec., 9.53 MiB/sec. | ||
| 7983 | 2025.01.17 08:28:17.607456 [ 63 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7984 | 2025.01.17 08:28:17.607530 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7985 | 2025.01.17 08:28:17.607569 [ 255 ] {4f7bcc6f-3278-4d9a-a72b-b50654a66221} <Debug> TCPHandler: Processed in 0.002609971 sec. | ||
| 7986 | 2025.01.17 08:28:17.607827 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7987 | 2025.01.17 08:28:17.607909 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 7988 | 2025.01.17 08:28:17.608150 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7989 | 2025.01.17 08:28:17.608346 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7990 | 2025.01.17 08:28:17.608875 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7991 | 2025.01.17 08:28:17.609071 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1433 rows starting from the beginning of the part | ||
| 7992 | 2025.01.17 08:28:17.609626 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 7993 | 2025.01.17 08:28:17.610005 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part | ||
| 7994 | 2025.01.17 08:28:17.610245 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 235 rows starting from the beginning of the part | ||
| 7995 | 2025.01.17 08:28:17.610683 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 105 rows starting from the beginning of the part | ||
| 7996 | 2025.01.17 08:28:17.610999 [ 195 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 235 rows starting from the beginning of the part | ||
| 7997 | 2025.01.17 08:28:17.611629 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7998 | 2025.01.17 08:28:17.611681 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 7999 | 2025.01.17 08:28:17.612528 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8000 | 2025.01.17 08:28:17.613048 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8001 | 2025.01.17 08:28:17.613576 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.005561 sec., 4135.94677216328 rows/sec., 298.36 KiB/sec. | ||
| 8002 | 2025.01.17 08:28:17.613664 [ 5 ] {ba90a8f8-50c6-402b-bf72-60e6d194d912} <Debug> TCPHandler: Processed in 0.005974917 sec. | ||
| 8003 | 2025.01.17 08:28:17.613909 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8004 | 2025.01.17 08:28:17.614369 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2168 rows, containing 5 columns (5 merged, 0 gathered) in 0.006726924 sec., 322286.97693031764 rows/sec., 28.34 MiB/sec. | ||
| 8005 | 2025.01.17 08:28:17.614387 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8006 | 2025.01.17 08:28:17.614508 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8007 | 2025.01.17 08:28:17.614742 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8008 | 2025.01.17 08:28:17.615397 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8009 | 2025.01.17 08:28:17.615618 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_61_12} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8010 | 2025.01.17 08:28:17.615790 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 8011 | 2025.01.17 08:28:17.615906 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8012 | 2025.01.17 08:28:17.615954 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8013 | 2025.01.17 08:28:17.616322 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8014 | 2025.01.17 08:28:17.616563 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8015 | 2025.01.17 08:28:17.616731 [ 63 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8016 | 2025.01.17 08:28:17.616786 [ 63 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8017 | 2025.01.17 08:28:17.616821 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002529 sec., 5535.7848952155 rows/sec., 387.69 KiB/sec. | ||
| 8018 | 2025.01.17 08:28:17.616828 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8019 | 2025.01.17 08:28:17.617015 [ 255 ] {c69bff35-008c-4d70-8cab-d6464073dc46} <Debug> TCPHandler: Processed in 0.003238296 sec. | ||
| 8020 | 2025.01.17 08:28:17.617239 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 8021 | 2025.01.17 08:28:17.617329 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8022 | 2025.01.17 08:28:17.617542 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8023 | 2025.01.17 08:28:17.617573 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8024 | 2025.01.17 08:28:17.617584 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 8025 | 2025.01.17 08:28:17.617647 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8026 | 2025.01.17 08:28:17.617765 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 8027 | 2025.01.17 08:28:17.618152 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8028 | 2025.01.17 08:28:17.618404 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 242 rows starting from the beginning of the part | ||
| 8029 | 2025.01.17 08:28:17.618752 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8030 | 2025.01.17 08:28:17.619005 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8031 | 2025.01.17 08:28:17.619740 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8032 | 2025.01.17 08:28:17.619787 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8033 | 2025.01.17 08:28:17.620373 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8034 | 2025.01.17 08:28:17.620668 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.003685699 sec., 146512.23553524038 rows/sec., 10.49 MiB/sec. | ||
| 8035 | 2025.01.17 08:28:17.620753 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8036 | 2025.01.17 08:28:17.620933 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8037 | 2025.01.17 08:28:17.621276 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.003732 sec., 3483.3869239013934 rows/sec., 217.19 KiB/sec. | ||
| 8038 | 2025.01.17 08:28:17.621628 [ 5 ] {918e2330-a5cd-4c70-95e8-644c432beba1} <Debug> TCPHandler: Processed in 0.004471585 sec. | ||
| 8039 | 2025.01.17 08:28:17.621930 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8040 | 2025.01.17 08:28:17.622023 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8041 | 2025.01.17 08:28:17.622145 [ 187 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_26_5} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8042 | 2025.01.17 08:28:17.622286 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8043 | 2025.01.17 08:28:17.622292 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 8044 | 2025.01.17 08:28:17.622368 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8045 | 2025.01.17 08:28:17.623191 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2025.01.17 08:28:17.623231 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8047 | 2025.01.17 08:28:17.623618 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8048 | 2025.01.17 08:28:17.623871 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2025.01.17 08:28:17.624072 [ 63 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8050 | 2025.01.17 08:28:17.624132 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001929 sec., 206324.52047693107 rows/sec., 14.66 MiB/sec. | ||
| 8051 | 2025.01.17 08:28:17.624162 [ 63 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8052 | 2025.01.17 08:28:17.624247 [ 255 ] {2205b3c1-f0fc-4dd2-bacf-a128f3ec8484} <Debug> TCPHandler: Processed in 0.00249149 sec. | ||
| 8053 | 2025.01.17 08:28:17.624256 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8054 | 2025.01.17 08:28:17.624513 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8055 | 2025.01.17 08:28:17.624544 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 8056 | 2025.01.17 08:28:17.624984 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8057 | 2025.01.17 08:28:17.625042 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8058 | 2025.01.17 08:28:17.625164 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 914 rows starting from the beginning of the part | ||
| 8059 | 2025.01.17 08:28:17.625225 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8060 | 2025.01.17 08:28:17.625696 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 8061 | 2025.01.17 08:28:17.626364 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 88 rows starting from the beginning of the part | ||
| 8062 | 2025.01.17 08:28:17.626846 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 398 rows starting from the beginning of the part | ||
| 8063 | 2025.01.17 08:28:17.627082 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 90 rows starting from the beginning of the part | ||
| 8064 | 2025.01.17 08:28:17.627389 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 398 rows starting from the beginning of the part | ||
| 8065 | 2025.01.17 08:28:17.628261 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8066 | 2025.01.17 08:28:17.628333 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8067 | 2025.01.17 08:28:17.629215 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8068 | 2025.01.17 08:28:17.629783 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8069 | 2025.01.17 08:28:17.630017 [ 63 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8070 | 2025.01.17 08:28:17.630080 [ 63 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8071 | 2025.01.17 08:28:17.630174 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8072 | 2025.01.17 08:28:17.630189 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005384 sec., 1114.4130757800892 rows/sec., 58.22 KiB/sec. | ||
| 8073 | 2025.01.17 08:28:17.630614 [ 5 ] {e3506872-5a14-4355-9e8d-3a9ed307fa69} <Debug> TCPHandler: Processed in 0.006252359 sec. | ||
| 8074 | 2025.01.17 08:28:17.631293 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 8075 | 2025.01.17 08:28:17.631323 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1952 rows, containing 5 columns (5 merged, 0 gathered) in 0.006922825 sec., 281965.81597830367 rows/sec., 21.58 MiB/sec. | ||
| 8076 | 2025.01.17 08:28:17.631401 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8077 | 2025.01.17 08:28:17.631502 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8078 | 2025.01.17 08:28:17.631554 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 8079 | 2025.01.17 08:28:17.631571 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8080 | 2025.01.17 08:28:17.631600 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8081 | 2025.01.17 08:28:17.631953 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8082 | 2025.01.17 08:28:17.631972 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 8083 | 2025.01.17 08:28:17.632423 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 8084 | 2025.01.17 08:28:17.632939 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 8085 | 2025.01.17 08:28:17.633006 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8086 | 2025.01.17 08:28:17.633300 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 8087 | 2025.01.17 08:28:17.633389 [ 200 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_61_12} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8088 | 2025.01.17 08:28:17.633624 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 8089 | 2025.01.17 08:28:17.633716 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8090 | 2025.01.17 08:28:17.634562 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2025.01.17 08:28:17.634610 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8092 | 2025.01.17 08:28:17.635220 [ 187 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004844459 sec., 32201.7381094566 rows/sec., 1.64 MiB/sec. | ||
| 8093 | 2025.01.17 08:28:17.635282 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8094 | 2025.01.17 08:28:17.635398 [ 187 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8095 | 2025.01.17 08:28:17.635723 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8096 | 2025.01.17 08:28:17.636019 [ 193 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8097 | 2025.01.17 08:28:17.636022 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8098 | 2025.01.17 08:28:17.636176 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8099 | 2025.01.17 08:28:17.636287 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004732 sec., 50084.53085376162 rows/sec., 3.36 MiB/sec. | ||
| 8100 | 2025.01.17 08:28:17.636287 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8101 | 2025.01.17 08:28:17.636332 [ 193 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_26_5} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8102 | 2025.01.17 08:28:17.636688 [ 255 ] {28a612e5-41a7-47b5-a47b-089e3a84f8e9} <Debug> TCPHandler: Processed in 0.005919006 sec. | ||
| 8103 | 2025.01.17 08:28:17.636727 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8104 | 2025.01.17 08:28:17.636890 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 8105 | 2025.01.17 08:28:17.636989 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8106 | 2025.01.17 08:28:17.637300 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8107 | 2025.01.17 08:28:17.637419 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8108 | 2025.01.17 08:28:17.637453 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15813 rows starting from the beginning of the part | ||
| 8109 | 2025.01.17 08:28:17.637666 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8110 | 2025.01.17 08:28:17.637908 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part | ||
| 8111 | 2025.01.17 08:28:17.638583 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8112 | 2025.01.17 08:28:17.639316 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8113 | 2025.01.17 08:28:17.639856 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part | ||
| 8114 | 2025.01.17 08:28:17.640205 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 8115 | 2025.01.17 08:28:17.640958 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8116 | 2025.01.17 08:28:17.641004 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8117 | 2025.01.17 08:28:17.641413 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8118 | 2025.01.17 08:28:17.641736 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8119 | 2025.01.17 08:28:17.642032 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004782 sec., 209.11752404851526 rows/sec., 14.09 KiB/sec. | ||
| 8120 | 2025.01.17 08:28:17.642122 [ 5 ] {04f7ee77-5f05-49be-b3b3-41fc8aa44134} <Debug> TCPHandler: Processed in 0.005305382 sec. | ||
| 8121 | 2025.01.17 08:28:17.642316 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8122 | 2025.01.17 08:28:17.642592 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8123 | 2025.01.17 08:28:17.642716 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8124 | 2025.01.17 08:28:17.644456 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8125 | 2025.01.17 08:28:17.644496 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8126 | 2025.01.17 08:28:17.645606 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8127 | 2025.01.17 08:28:17.645919 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8128 | 2025.01.17 08:28:17.646524 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004001 sec., 3999.0002499375155 rows/sec., 7.17 MiB/sec. | ||
| 8129 | 2025.01.17 08:28:17.646664 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16640 rows, containing 5 columns (5 merged, 0 gathered) in 0.010223671 sec., 1627595.4106895654 rows/sec., 109.92 MiB/sec. | ||
| 8130 | 2025.01.17 08:28:17.646823 [ 255 ] {19686854-fd7a-46bc-9404-24bf0e19fd24} <Debug> TCPHandler: Processed in 0.004601517 sec. | ||
| 8131 | 2025.01.17 08:28:17.646964 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8132 | 2025.01.17 08:28:17.647032 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8133 | 2025.01.17 08:28:17.647184 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8134 | 2025.01.17 08:28:17.647254 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8135 | 2025.01.17 08:28:17.647310 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8136 | 2025.01.17 08:28:17.647448 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8137 | 2025.01.17 08:28:17.647564 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 8138 | 2025.01.17 08:28:17.647918 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8139 | 2025.01.17 08:28:17.647955 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8140 | 2025.01.17 08:28:17.648325 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8141 | 2025.01.17 08:28:17.648587 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8142 | 2025.01.17 08:28:17.648748 [ 62 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8143 | 2025.01.17 08:28:17.648805 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001658 sec., 49457.17732207479 rows/sec., 3.14 MiB/sec. | ||
| 8144 | 2025.01.17 08:28:17.648822 [ 62 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2025.01.17 08:28:17.648883 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8146 | 2025.01.17 08:28:17.648926 [ 5 ] {f5b4bb09-dd46-4cea-a47c-ae716d70511b} <Debug> TCPHandler: Processed in 0.001987016 sec. | ||
| 8147 | 2025.01.17 08:28:17.649204 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 8148 | 2025.01.17 08:28:17.649540 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8149 | 2025.01.17 08:28:17.649615 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3264 rows starting from the beginning of the part | ||
| 8150 | 2025.01.17 08:28:17.649954 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part | ||
| 8151 | 2025.01.17 08:28:17.650113 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8152 | 2025.01.17 08:28:17.650324 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8153 | 2025.01.17 08:28:17.650430 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8154 | 2025.01.17 08:28:17.650652 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8155 | 2025.01.17 08:28:17.652342 [ 186 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3560 rows, containing 4 columns (4 merged, 0 gathered) in 0.003356516 sec., 1060623.5751594808 rows/sec., 68.95 MiB/sec. | ||
| 8156 | 2025.01.17 08:28:17.652709 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8157 | 2025.01.17 08:28:17.653007 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2025.01.17 08:28:17.653088 [ 199 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_61_12} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8159 | 2025.01.17 08:28:17.653160 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8160 | 2025.01.17 08:28:20.825158 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8161 | 2025.01.17 08:28:20.825232 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8162 | 2025.01.17 08:28:21.039043 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 8163 | 2025.01.17 08:28:21.039834 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8164 | 2025.01.17 08:28:21.039881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8165 | 2025.01.17 08:28:21.040432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8166 | 2025.01.17 08:28:21.040696 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8167 | 2025.01.17 08:28:21.040981 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 8168 | 2025.01.17 08:28:22.259049 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 8169 | 2025.01.17 08:28:22.279556 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8170 | 2025.01.17 08:28:22.279612 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8171 | 2025.01.17 08:28:22.287192 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8172 | 2025.01.17 08:28:22.287971 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8173 | 2025.01.17 08:28:22.290593 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 8174 | 2025.01.17 08:28:22.598403 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8175 | 2025.01.17 08:28:22.598610 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8176 | 2025.01.17 08:28:22.598688 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8177 | 2025.01.17 08:28:22.599515 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2025.01.17 08:28:22.599559 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8179 | 2025.01.17 08:28:22.600003 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8180 | 2025.01.17 08:28:22.600253 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8181 | 2025.01.17 08:28:22.600498 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001941 sec., 53580.62854198866 rows/sec., 4.47 MiB/sec. | ||
| 8182 | 2025.01.17 08:28:22.600574 [ 5 ] {e1e081b2-5f9b-46df-b13a-3b956135d88d} <Debug> TCPHandler: Processed in 0.002305548 sec. | ||
| 8183 | 2025.01.17 08:28:22.600860 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8184 | 2025.01.17 08:28:22.601029 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8185 | 2025.01.17 08:28:22.601095 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8186 | 2025.01.17 08:28:22.601887 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8187 | 2025.01.17 08:28:22.601942 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8188 | 2025.01.17 08:28:22.602530 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8189 | 2025.01.17 08:28:22.602930 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8190 | 2025.01.17 08:28:22.603118 [ 56 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8191 | 2025.01.17 08:28:22.603173 [ 56 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8192 | 2025.01.17 08:28:22.603204 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8193 | 2025.01.17 08:28:22.603217 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.002229 sec., 10767.160161507401 rows/sec., 809.64 KiB/sec. | ||
| 8194 | 2025.01.17 08:28:22.603448 [ 255 ] {34a91f58-9ff9-4f9b-8ebe-cccac3786fce} <Debug> TCPHandler: Processed in 0.002730312 sec. | ||
| 8195 | 2025.01.17 08:28:22.603515 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 8196 | 2025.01.17 08:28:22.603636 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2025.01.17 08:28:22.603750 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8198 | 2025.01.17 08:28:22.603831 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 65 rows starting from the beginning of the part | ||
| 8199 | 2025.01.17 08:28:22.603842 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8200 | 2025.01.17 08:28:22.603965 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8201 | 2025.01.17 08:28:22.604057 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
| 8202 | 2025.01.17 08:28:22.604529 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
| 8203 | 2025.01.17 08:28:22.604793 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part | ||
| 8204 | 2025.01.17 08:28:22.605135 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
| 8205 | 2025.01.17 08:28:22.605540 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
| 8206 | 2025.01.17 08:28:22.607059 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2025.01.17 08:28:22.607134 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8208 | 2025.01.17 08:28:22.608171 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8209 | 2025.01.17 08:28:22.608510 [ 199 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198471 sec., 35587.38713748716 rows/sec., 2.69 MiB/sec. | ||
| 8210 | 2025.01.17 08:28:22.608667 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8211 | 2025.01.17 08:28:22.608797 [ 199 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8212 | 2025.01.17 08:28:22.609162 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.005379 sec., 16359.918200408998 rows/sec., 1.28 MiB/sec. | ||
| 8213 | 2025.01.17 08:28:22.609496 [ 5 ] {4c055814-870c-45ef-8a40-9d6034a28509} <Debug> TCPHandler: Processed in 0.005925017 sec. | ||
| 8214 | 2025.01.17 08:28:22.609967 [ 199 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8215 | 2025.01.17 08:28:22.610057 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8216 | 2025.01.17 08:28:22.610194 [ 199 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_51_10} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8217 | 2025.01.17 08:28:22.610284 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8218 | 2025.01.17 08:28:22.610391 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8219 | 2025.01.17 08:28:22.610420 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8220 | 2025.01.17 08:28:22.611075 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2025.01.17 08:28:22.611115 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8222 | 2025.01.17 08:28:22.611537 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8223 | 2025.01.17 08:28:22.611799 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8224 | 2025.01.17 08:28:22.611988 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001758 sec., 91012.51422070534 rows/sec., 6.34 MiB/sec. | ||
| 8225 | 2025.01.17 08:28:22.612053 [ 255 ] {5d69e19d-1ff8-498f-9c09-39f51214f943} <Debug> TCPHandler: Processed in 0.002406059 sec. | ||
| 8226 | 2025.01.17 08:28:22.612275 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8227 | 2025.01.17 08:28:22.612433 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8228 | 2025.01.17 08:28:22.612531 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8229 | 2025.01.17 08:28:22.613801 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8230 | 2025.01.17 08:28:22.613841 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8231 | 2025.01.17 08:28:22.614523 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8232 | 2025.01.17 08:28:22.614794 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8233 | 2025.01.17 08:28:22.614989 [ 56 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8234 | 2025.01.17 08:28:22.615054 [ 56 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8235 | 2025.01.17 08:28:22.615078 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002677 sec., 8965.259618976466 rows/sec., 16.07 MiB/sec. | ||
| 8236 | 2025.01.17 08:28:22.615092 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8237 | 2025.01.17 08:28:22.615477 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 8238 | 2025.01.17 08:28:22.615489 [ 5 ] {30a891e6-f79f-4612-8fd6-5ba3191f5ece} <Debug> TCPHandler: Processed in 0.003342786 sec. | ||
| 8239 | 2025.01.17 08:28:22.615737 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8240 | 2025.01.17 08:28:22.615939 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8241 | 2025.01.17 08:28:22.615970 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8242 | 2025.01.17 08:28:22.616026 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8243 | 2025.01.17 08:28:22.616066 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 848 rows starting from the beginning of the part | ||
| 8244 | 2025.01.17 08:28:22.616830 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part | ||
| 8245 | 2025.01.17 08:28:22.617386 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 8246 | 2025.01.17 08:28:22.618036 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2025.01.17 08:28:22.618063 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 24 rows starting from the beginning of the part | ||
| 8248 | 2025.01.17 08:28:22.618090 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8249 | 2025.01.17 08:28:22.618598 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 8250 | 2025.01.17 08:28:22.619147 [ 188 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 24 rows starting from the beginning of the part | ||
| 8251 | 2025.01.17 08:28:22.619231 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8252 | 2025.01.17 08:28:22.619809 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8253 | 2025.01.17 08:28:22.620052 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004167 sec., 14398.848092152628 rows/sec., 993.67 KiB/sec. | ||
| 8254 | 2025.01.17 08:28:22.620149 [ 255 ] {13eb5b17-bf13-41a4-ab9b-fababcb6acb7} <Debug> TCPHandler: Processed in 0.004535416 sec. | ||
| 8255 | 2025.01.17 08:28:22.626655 [ 189 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 19 columns (19 merged, 0 gathered) in 0.011435861 sec., 83246.90200414293 rows/sec., 149.17 MiB/sec. | ||
| 8256 | 2025.01.17 08:28:22.627672 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8257 | 2025.01.17 08:28:22.628150 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2025.01.17 08:28:22.628248 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8259 | 2025.01.17 08:28:22.628410 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.10 MiB. | ||
| 8260 | 2025.01.17 08:28:23.000161 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.83 MiB, peak 223.00 MiB, free memory in arenas 0.00 B, will set to 217.78 MiB (RSS), difference: 2.95 MiB | ||
| 8261 | 2025.01.17 08:28:26.136951 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1170 | ||
| 8262 | 2025.01.17 08:28:26.140416 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8263 | 2025.01.17 08:28:26.140462 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8264 | 2025.01.17 08:28:26.141889 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8265 | 2025.01.17 08:28:26.142183 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8266 | 2025.01.17 08:28:26.142768 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1170 | ||
| 8267 | 2025.01.17 08:28:26.539679 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2025.01.17 08:28:26.539887 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8269 | 2025.01.17 08:28:26.539966 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8270 | 2025.01.17 08:28:26.540698 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8271 | 2025.01.17 08:28:26.540743 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8272 | 2025.01.17 08:28:26.541170 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8273 | 2025.01.17 08:28:26.541426 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8274 | 2025.01.17 08:28:26.541674 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001844 sec., 7592.190889370933 rows/sec., 546.54 KiB/sec. | ||
| 8275 | 2025.01.17 08:28:26.541804 [ 5 ] {c451b4e9-180d-4b87-a9f1-d4b09d712a83} <Debug> TCPHandler: Processed in 0.002260938 sec. | ||
| 8276 | 2025.01.17 08:28:26.542139 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8277 | 2025.01.17 08:28:26.542484 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8278 | 2025.01.17 08:28:26.542617 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8279 | 2025.01.17 08:28:26.544236 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8280 | 2025.01.17 08:28:26.544287 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8281 | 2025.01.17 08:28:26.544830 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8282 | 2025.01.17 08:28:26.545115 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8283 | 2025.01.17 08:28:26.545349 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Debug> executeQuery: Read 1375 rows, 117.18 KiB in 0.002954 sec., 465470.54840893706 rows/sec., 38.74 MiB/sec. | ||
| 8284 | 2025.01.17 08:28:26.545407 [ 255 ] {a2a0a0b0-a966-4998-b308-b0cafb4bb49b} <Debug> TCPHandler: Processed in 0.003460058 sec. | ||
| 8285 | 2025.01.17 08:28:26.545565 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8286 | 2025.01.17 08:28:26.545704 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8287 | 2025.01.17 08:28:26.545764 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8288 | 2025.01.17 08:28:26.546393 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8289 | 2025.01.17 08:28:26.546434 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8290 | 2025.01.17 08:28:26.546805 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8291 | 2025.01.17 08:28:26.547043 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8292 | 2025.01.17 08:28:26.547254 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00158 sec., 14556.962025316456 rows/sec., 1.03 MiB/sec. | ||
| 8293 | 2025.01.17 08:28:26.547306 [ 5 ] {3c566fd1-f269-4c47-919b-11b9aeaa5cb0} <Debug> TCPHandler: Processed in 0.001805294 sec. | ||
| 8294 | 2025.01.17 08:28:26.547454 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8295 | 2025.01.17 08:28:26.547596 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8296 | 2025.01.17 08:28:26.547654 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8297 | 2025.01.17 08:28:26.548368 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8298 | 2025.01.17 08:28:26.548410 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8299 | 2025.01.17 08:28:26.548794 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8300 | 2025.01.17 08:28:26.549048 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8301 | 2025.01.17 08:28:26.549303 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001738 sec., 139240.50632911394 rows/sec., 9.43 MiB/sec. | ||
| 8302 | 2025.01.17 08:28:26.549508 [ 255 ] {f18ee434-570b-4eac-9892-51aafc8dab2e} <Debug> TCPHandler: Processed in 0.002120557 sec. | ||
| 8303 | 2025.01.17 08:28:26.549725 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8304 | 2025.01.17 08:28:26.549863 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8305 | 2025.01.17 08:28:26.549918 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8306 | 2025.01.17 08:28:26.550492 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8307 | 2025.01.17 08:28:26.550531 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8308 | 2025.01.17 08:28:26.550896 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8309 | 2025.01.17 08:28:26.551139 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8310 | 2025.01.17 08:28:26.551368 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001533 sec., 8480.10437051533 rows/sec., 528.73 KiB/sec. | ||
| 8311 | 2025.01.17 08:28:26.551499 [ 5 ] {4219164d-c2c4-4ee2-b240-88034602b0fc} <Debug> TCPHandler: Processed in 0.001879485 sec. | ||
| 8312 | 2025.01.17 08:28:26.551646 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8313 | 2025.01.17 08:28:26.551763 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8314 | 2025.01.17 08:28:26.551812 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8315 | 2025.01.17 08:28:26.552711 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8316 | 2025.01.17 08:28:26.552751 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8317 | 2025.01.17 08:28:26.553169 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8318 | 2025.01.17 08:28:26.553424 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8319 | 2025.01.17 08:28:26.553630 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Debug> executeQuery: Read 854 rows, 63.25 KiB in 0.001891 sec., 451612.9032258064 rows/sec., 32.66 MiB/sec. | ||
| 8320 | 2025.01.17 08:28:26.553684 [ 255 ] {71cf5157-1884-4502-a890-7cb42cec4e55} <Debug> TCPHandler: Processed in 0.002095156 sec. | ||
| 8321 | 2025.01.17 08:28:26.553820 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8322 | 2025.01.17 08:28:26.553941 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8323 | 2025.01.17 08:28:26.554001 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8324 | 2025.01.17 08:28:26.554580 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8325 | 2025.01.17 08:28:26.554628 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8326 | 2025.01.17 08:28:26.555058 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8327 | 2025.01.17 08:28:26.555294 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8328 | 2025.01.17 08:28:26.555509 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001592 sec., 3768.8442211055276 rows/sec., 196.91 KiB/sec. | ||
| 8329 | 2025.01.17 08:28:26.555633 [ 5 ] {435b73f4-69cd-4942-9af3-1a6494e38a36} <Debug> TCPHandler: Processed in 0.001865805 sec. | ||
| 8330 | 2025.01.17 08:28:26.555782 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8331 | 2025.01.17 08:28:26.555895 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8332 | 2025.01.17 08:28:26.555951 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8333 | 2025.01.17 08:28:26.556859 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8334 | 2025.01.17 08:28:26.556907 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8335 | 2025.01.17 08:28:26.557363 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8336 | 2025.01.17 08:28:26.557621 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8337 | 2025.01.17 08:28:26.557829 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.001957 sec., 472662.2381195708 rows/sec., 31.54 MiB/sec. | ||
| 8338 | 2025.01.17 08:28:26.557881 [ 255 ] {3fe4185e-7c4b-4f37-93cf-5f412dd37557} <Debug> TCPHandler: Processed in 0.002157686 sec. | ||
| 8339 | 2025.01.17 08:28:26.558032 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8340 | 2025.01.17 08:28:26.558170 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8341 | 2025.01.17 08:28:26.558236 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8342 | 2025.01.17 08:28:26.558800 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8343 | 2025.01.17 08:28:26.558848 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8344 | 2025.01.17 08:28:26.559223 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8345 | 2025.01.17 08:28:26.559462 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8346 | 2025.01.17 08:28:26.559678 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec. | ||
| 8347 | 2025.01.17 08:28:26.559728 [ 5 ] {906c4353-4a4c-4c73-838c-5325ff8212e4} <Debug> TCPHandler: Processed in 0.001762784 sec. | ||
| 8348 | 2025.01.17 08:28:26.559857 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8349 | 2025.01.17 08:28:26.559980 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8350 | 2025.01.17 08:28:26.560073 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8351 | 2025.01.17 08:28:26.561334 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8352 | 2025.01.17 08:28:26.561374 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8353 | 2025.01.17 08:28:26.562013 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8354 | 2025.01.17 08:28:26.562274 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8355 | 2025.01.17 08:28:26.562506 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002556 sec., 6259.7809076682315 rows/sec., 11.22 MiB/sec. | ||
| 8356 | 2025.01.17 08:28:26.562599 [ 255 ] {67e5d939-18fe-4ad1-b0fc-7076e46a298c} <Debug> TCPHandler: Processed in 0.002799262 sec. | ||
| 8357 | 2025.01.17 08:28:26.562746 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8358 | 2025.01.17 08:28:26.562884 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8359 | 2025.01.17 08:28:26.562944 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8360 | 2025.01.17 08:28:26.563537 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8361 | 2025.01.17 08:28:26.563586 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8362 | 2025.01.17 08:28:26.564025 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8363 | 2025.01.17 08:28:26.564271 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8364 | 2025.01.17 08:28:26.564451 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001597 sec., 43832.18534752662 rows/sec., 2.75 MiB/sec. | ||
| 8365 | 2025.01.17 08:28:26.564499 [ 5 ] {51da3f70-fcfc-45eb-904d-5d07484ad587} <Debug> TCPHandler: Processed in 0.001820644 sec. | ||
| 8366 | 2025.01.17 08:28:27.592183 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8367 | 2025.01.17 08:28:27.592452 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8368 | 2025.01.17 08:28:27.592532 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8369 | 2025.01.17 08:28:27.593335 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8370 | 2025.01.17 08:28:27.593376 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8371 | 2025.01.17 08:28:27.593822 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8372 | 2025.01.17 08:28:27.594080 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8373 | 2025.01.17 08:28:27.594306 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00191 sec., 29319.37172774869 rows/sec., 2.24 MiB/sec. | ||
| 8374 | 2025.01.17 08:28:27.594362 [ 5 ] {ae2350fd-8338-40fc-b1e8-73ef5ca37976} <Debug> TCPHandler: Processed in 0.002312488 sec. | ||
| 8375 | 2025.01.17 08:28:27.594619 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8376 | 2025.01.17 08:28:27.594832 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8377 | 2025.01.17 08:28:27.594914 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8378 | 2025.01.17 08:28:27.595693 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8379 | 2025.01.17 08:28:27.595739 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8380 | 2025.01.17 08:28:27.596199 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8381 | 2025.01.17 08:28:27.596468 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8382 | 2025.01.17 08:28:27.596707 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001935 sec., 33074.93540051679 rows/sec., 2.58 MiB/sec. | ||
| 8383 | 2025.01.17 08:28:27.596766 [ 255 ] {ebfe4e1a-324d-4849-9a2a-8dbca437e63c} <Debug> TCPHandler: Processed in 0.002285388 sec. | ||
| 8384 | 2025.01.17 08:28:27.596926 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8385 | 2025.01.17 08:28:27.597068 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8386 | 2025.01.17 08:28:27.597132 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8387 | 2025.01.17 08:28:27.597771 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8388 | 2025.01.17 08:28:27.597819 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8389 | 2025.01.17 08:28:27.598264 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8390 | 2025.01.17 08:28:27.598509 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8391 | 2025.01.17 08:28:27.598711 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001674 sec., 19115.89008363202 rows/sec., 1.33 MiB/sec. | ||
| 8392 | 2025.01.17 08:28:27.598763 [ 5 ] {37ef5997-69ae-492d-876d-9e366381c596} <Debug> TCPHandler: Processed in 0.001904156 sec. | ||
| 8393 | 2025.01.17 08:28:27.598913 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8394 | 2025.01.17 08:28:27.599043 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8395 | 2025.01.17 08:28:27.599106 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8396 | 2025.01.17 08:28:27.599686 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8397 | 2025.01.17 08:28:27.599764 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8398 | 2025.01.17 08:28:27.600188 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8399 | 2025.01.17 08:28:27.600439 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8400 | 2025.01.17 08:28:27.600652 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00164 sec., 7317.073170731707 rows/sec., 504.95 KiB/sec. | ||
| 8401 | 2025.01.17 08:28:27.600705 [ 255 ] {c13b1033-23cb-4a7a-8283-2af8e27a0197} <Debug> TCPHandler: Processed in 0.001851605 sec. | ||
| 8402 | 2025.01.17 08:28:28.541193 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 8403 | 2025.01.17 08:28:28.541907 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8404 | 2025.01.17 08:28:28.541961 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8405 | 2025.01.17 08:28:28.542542 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8406 | 2025.01.17 08:28:28.542834 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8407 | 2025.01.17 08:28:28.543079 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 8408 | 2025.01.17 08:28:29.790736 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 8409 | 2025.01.17 08:28:29.811483 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8410 | 2025.01.17 08:28:29.811534 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8411 | 2025.01.17 08:28:29.819215 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8412 | 2025.01.17 08:28:29.820021 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8413 | 2025.01.17 08:28:29.822948 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 8414 | 2025.01.17 08:28:32.599779 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8415 | 2025.01.17 08:28:32.599967 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8416 | 2025.01.17 08:28:32.600041 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8417 | 2025.01.17 08:28:32.600813 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8418 | 2025.01.17 08:28:32.600866 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8419 | 2025.01.17 08:28:32.601326 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8420 | 2025.01.17 08:28:32.601580 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8421 | 2025.01.17 08:28:32.601792 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001878 sec., 55378.06176783813 rows/sec., 4.62 MiB/sec. | ||
| 8422 | 2025.01.17 08:28:32.601857 [ 5 ] {228679f4-8508-4ba7-927c-ebc2916c9bb3} <Debug> TCPHandler: Processed in 0.002210608 sec. | ||
| 8423 | 2025.01.17 08:28:32.602092 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8424 | 2025.01.17 08:28:32.602287 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8425 | 2025.01.17 08:28:32.602360 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8426 | 2025.01.17 08:28:32.603114 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8427 | 2025.01.17 08:28:32.603162 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8428 | 2025.01.17 08:28:32.603657 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8429 | 2025.01.17 08:28:32.603926 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8430 | 2025.01.17 08:28:32.604173 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.00194 sec., 12371.134020618556 rows/sec., 930.25 KiB/sec. | ||
| 8431 | 2025.01.17 08:28:32.604266 [ 255 ] {5594d86c-c98d-4a8a-a6ec-12577cdbe4f3} <Debug> TCPHandler: Processed in 0.002299469 sec. | ||
| 8432 | 2025.01.17 08:28:32.604471 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8433 | 2025.01.17 08:28:32.604618 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8434 | 2025.01.17 08:28:32.604680 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8435 | 2025.01.17 08:28:32.605374 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8436 | 2025.01.17 08:28:32.605414 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8437 | 2025.01.17 08:28:32.605799 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8438 | 2025.01.17 08:28:32.606055 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8439 | 2025.01.17 08:28:32.606242 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001659 sec., 53044.002411091016 rows/sec., 4.14 MiB/sec. | ||
| 8440 | 2025.01.17 08:28:32.606298 [ 5 ] {8d8276f7-4271-415b-aa38-a8f0b99cd5ae} <Debug> TCPHandler: Processed in 0.001927036 sec. | ||
| 8441 | 2025.01.17 08:28:32.606458 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8442 | 2025.01.17 08:28:32.606608 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8443 | 2025.01.17 08:28:32.606675 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8444 | 2025.01.17 08:28:32.607331 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8445 | 2025.01.17 08:28:32.607372 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8446 | 2025.01.17 08:28:32.607780 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8447 | 2025.01.17 08:28:32.608023 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8448 | 2025.01.17 08:28:32.608251 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 8449 | 2025.01.17 08:28:32.608311 [ 255 ] {44160b00-7dc8-4588-8f4f-91d1dddb3ba9} <Debug> TCPHandler: Processed in 0.001921035 sec. | ||
| 8450 | 2025.01.17 08:28:32.608489 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8451 | 2025.01.17 08:28:32.608631 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8452 | 2025.01.17 08:28:32.608727 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8453 | 2025.01.17 08:28:32.609964 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8454 | 2025.01.17 08:28:32.610003 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8455 | 2025.01.17 08:28:32.610642 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8456 | 2025.01.17 08:28:32.610899 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8457 | 2025.01.17 08:28:32.611108 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002511 sec., 9557.945041816009 rows/sec., 17.13 MiB/sec. | ||
| 8458 | 2025.01.17 08:28:32.611450 [ 5 ] {baec99aa-10f3-4fc9-8feb-08fcca335836} <Debug> TCPHandler: Processed in 0.003031394 sec. | ||
| 8459 | 2025.01.17 08:28:32.611657 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8460 | 2025.01.17 08:28:32.611798 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8461 | 2025.01.17 08:28:32.611859 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8462 | 2025.01.17 08:28:32.612411 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8463 | 2025.01.17 08:28:32.612451 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8464 | 2025.01.17 08:28:32.612835 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8465 | 2025.01.17 08:28:32.613074 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8466 | 2025.01.17 08:28:32.613298 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 8467 | 2025.01.17 08:28:32.613362 [ 255 ] {c65b0dc0-36ff-4d58-8bf0-8d7f8502eb31} <Debug> TCPHandler: Processed in 0.001804015 sec. | ||
| 8468 | 2025.01.17 08:28:35.825292 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8469 | 2025.01.17 08:28:35.825385 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8470 | 2025.01.17 08:28:36.043276 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 8471 | 2025.01.17 08:28:36.043957 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8472 | 2025.01.17 08:28:36.044003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8473 | 2025.01.17 08:28:36.044558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8474 | 2025.01.17 08:28:36.044825 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8475 | 2025.01.17 08:28:36.045050 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 8476 | 2025.01.17 08:28:36.143044 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1212 | ||
| 8477 | 2025.01.17 08:28:36.146301 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8478 | 2025.01.17 08:28:36.146354 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8479 | 2025.01.17 08:28:36.147855 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8480 | 2025.01.17 08:28:36.148158 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8481 | 2025.01.17 08:28:36.148670 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1212 | ||
| 8482 | 2025.01.17 08:28:37.323082 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 8483 | 2025.01.17 08:28:37.345127 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2025.01.17 08:28:37.345181 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8485 | 2025.01.17 08:28:37.352501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8486 | 2025.01.17 08:28:37.354391 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2025.01.17 08:28:37.358230 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 8488 | 2025.01.17 08:28:37.602977 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8489 | 2025.01.17 08:28:37.603155 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8490 | 2025.01.17 08:28:37.603224 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8491 | 2025.01.17 08:28:37.603976 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8492 | 2025.01.17 08:28:37.604021 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8493 | 2025.01.17 08:28:37.604454 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8494 | 2025.01.17 08:28:37.604705 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8495 | 2025.01.17 08:28:37.604948 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001842 sec., 7600.43431053203 rows/sec., 547.13 KiB/sec. | ||
| 8496 | 2025.01.17 08:28:37.605007 [ 5 ] {e3c4cd91-7f67-44e3-a413-86cdea3cfb9c} <Debug> TCPHandler: Processed in 0.002155597 sec. | ||
| 8497 | 2025.01.17 08:28:37.605267 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8498 | 2025.01.17 08:28:37.605448 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8499 | 2025.01.17 08:28:37.605519 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8500 | 2025.01.17 08:28:37.606374 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8501 | 2025.01.17 08:28:37.606421 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8502 | 2025.01.17 08:28:37.606874 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8503 | 2025.01.17 08:28:37.607148 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8504 | 2025.01.17 08:28:37.607340 [ 39 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8505 | 2025.01.17 08:28:37.607411 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.002007 sec., 117090.18435475834 rows/sec., 10.25 MiB/sec. | ||
| 8506 | 2025.01.17 08:28:37.607440 [ 39 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8507 | 2025.01.17 08:28:37.607512 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8508 | 2025.01.17 08:28:37.607533 [ 255 ] {5ac45889-9c98-4f7c-845f-f9e7233c4741} <Debug> TCPHandler: Processed in 0.002395369 sec. | ||
| 8509 | 2025.01.17 08:28:37.607747 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 8510 | 2025.01.17 08:28:37.607760 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8511 | 2025.01.17 08:28:37.608005 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8512 | 2025.01.17 08:28:37.608029 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8513 | 2025.01.17 08:28:37.608071 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1433 rows starting from the beginning of the part | ||
| 8514 | 2025.01.17 08:28:37.608145 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8515 | 2025.01.17 08:28:37.608356 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part | ||
| 8516 | 2025.01.17 08:28:37.608796 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1375 rows starting from the beginning of the part | ||
| 8517 | 2025.01.17 08:28:37.609286 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part | ||
| 8518 | 2025.01.17 08:28:37.609759 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part | ||
| 8519 | 2025.01.17 08:28:37.610038 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 235 rows starting from the beginning of the part | ||
| 8520 | 2025.01.17 08:28:37.610905 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8521 | 2025.01.17 08:28:37.610967 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8522 | 2025.01.17 08:28:37.611921 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8523 | 2025.01.17 08:28:37.612556 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8524 | 2025.01.17 08:28:37.612815 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.004877 sec., 4716.013942997744 rows/sec., 340.20 KiB/sec. | ||
| 8525 | 2025.01.17 08:28:37.612885 [ 5 ] {ea2af02d-9a45-4959-bcad-dd8cce423f6f} <Debug> TCPHandler: Processed in 0.005237091 sec. | ||
| 8526 | 2025.01.17 08:28:37.613097 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8527 | 2025.01.17 08:28:37.613407 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8528 | 2025.01.17 08:28:37.613504 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8529 | 2025.01.17 08:28:37.613504 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005864206 sec., 563929.7118825634 rows/sec., 49.24 MiB/sec. | ||
| 8530 | 2025.01.17 08:28:37.613842 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8531 | 2025.01.17 08:28:37.614491 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8532 | 2025.01.17 08:28:37.614721 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_66_13} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8533 | 2025.01.17 08:28:37.614908 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 8534 | 2025.01.17 08:28:37.614915 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8535 | 2025.01.17 08:28:37.614977 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8536 | 2025.01.17 08:28:37.615343 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8537 | 2025.01.17 08:28:37.615585 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8538 | 2025.01.17 08:28:37.615792 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002523 sec., 5548.9496630994845 rows/sec., 388.61 KiB/sec. | ||
| 8539 | 2025.01.17 08:28:37.615848 [ 255 ] {12012e89-958b-436a-a0f5-6e7c5076633a} <Debug> TCPHandler: Processed in 0.002860623 sec. | ||
| 8540 | 2025.01.17 08:28:37.615998 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8541 | 2025.01.17 08:28:37.616135 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8542 | 2025.01.17 08:28:37.616193 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8543 | 2025.01.17 08:28:37.616779 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8544 | 2025.01.17 08:28:37.616818 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8545 | 2025.01.17 08:28:37.617174 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8546 | 2025.01.17 08:28:37.617413 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8547 | 2025.01.17 08:28:37.617622 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001517 sec., 8569.54515491101 rows/sec., 534.31 KiB/sec. | ||
| 8548 | 2025.01.17 08:28:37.617673 [ 5 ] {52216259-7ce3-496e-8f3b-c78459335ef3} <Debug> TCPHandler: Processed in 0.001741074 sec. | ||
| 8549 | 2025.01.17 08:28:37.617801 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8550 | 2025.01.17 08:28:37.617918 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8551 | 2025.01.17 08:28:37.617966 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8552 | 2025.01.17 08:28:37.618693 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8553 | 2025.01.17 08:28:37.618732 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8554 | 2025.01.17 08:28:37.619120 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8555 | 2025.01.17 08:28:37.619366 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8556 | 2025.01.17 08:28:37.619547 [ 39 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8557 | 2025.01.17 08:28:37.619617 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001717 sec., 231799.65055329062 rows/sec., 16.47 MiB/sec. | ||
| 8558 | 2025.01.17 08:28:37.619632 [ 39 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8559 | 2025.01.17 08:28:37.619715 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8560 | 2025.01.17 08:28:37.619732 [ 255 ] {75f3c659-99d3-4114-8265-1dc09f5a1d12} <Debug> TCPHandler: Processed in 0.001983345 sec. | ||
| 8561 | 2025.01.17 08:28:37.619982 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8562 | 2025.01.17 08:28:37.620067 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 8563 | 2025.01.17 08:28:37.620160 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8564 | 2025.01.17 08:28:37.620278 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8565 | 2025.01.17 08:28:37.620515 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8566 | 2025.01.17 08:28:37.620618 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 914 rows starting from the beginning of the part | ||
| 8567 | 2025.01.17 08:28:37.621000 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 88 rows starting from the beginning of the part | ||
| 8568 | 2025.01.17 08:28:37.621280 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 854 rows starting from the beginning of the part | ||
| 8569 | 2025.01.17 08:28:37.621416 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part | ||
| 8570 | 2025.01.17 08:28:37.621873 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 88 rows starting from the beginning of the part | ||
| 8571 | 2025.01.17 08:28:37.622135 [ 194 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 398 rows starting from the beginning of the part | ||
| 8572 | 2025.01.17 08:28:37.622805 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2025.01.17 08:28:37.622857 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8574 | 2025.01.17 08:28:37.623701 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8575 | 2025.01.17 08:28:37.624253 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2025.01.17 08:28:37.624810 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004698 sec., 1277.139208173691 rows/sec., 66.73 KiB/sec. | ||
| 8577 | 2025.01.17 08:28:37.624952 [ 5 ] {0a979105-a738-4a51-88f2-447edf5b5fa3} <Debug> TCPHandler: Processed in 0.005114661 sec. | ||
| 8578 | 2025.01.17 08:28:37.625195 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8579 | 2025.01.17 08:28:37.625527 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8580 | 2025.01.17 08:28:37.625584 [ 189 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2406 rows, containing 5 columns (5 merged, 0 gathered) in 0.005671885 sec., 424197.5992108444 rows/sec., 32.52 MiB/sec. | ||
| 8581 | 2025.01.17 08:28:37.625634 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8582 | 2025.01.17 08:28:37.625879 [ 189 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8583 | 2025.01.17 08:28:37.626495 [ 189 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8584 | 2025.01.17 08:28:37.626710 [ 189 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_66_13} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8585 | 2025.01.17 08:28:37.626916 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 8586 | 2025.01.17 08:28:37.626964 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2025.01.17 08:28:37.627009 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8588 | 2025.01.17 08:28:37.627411 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8589 | 2025.01.17 08:28:37.627666 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8590 | 2025.01.17 08:28:37.627838 [ 39 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8591 | 2025.01.17 08:28:37.627893 [ 39 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8592 | 2025.01.17 08:28:37.627913 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00249 sec., 95180.72289156627 rows/sec., 6.38 MiB/sec. | ||
| 8593 | 2025.01.17 08:28:37.627944 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8594 | 2025.01.17 08:28:37.628097 [ 255 ] {8ea208e6-e26b-4365-8385-feff93f03dc1} <Debug> TCPHandler: Processed in 0.003044164 sec. | ||
| 8595 | 2025.01.17 08:28:37.628345 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 8596 | 2025.01.17 08:28:37.628405 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8597 | 2025.01.17 08:28:37.628740 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8598 | 2025.01.17 08:28:37.628756 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8599 | 2025.01.17 08:28:37.628849 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16640 rows starting from the beginning of the part | ||
| 8600 | 2025.01.17 08:28:37.628880 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8601 | 2025.01.17 08:28:37.629134 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part | ||
| 8602 | 2025.01.17 08:28:37.629362 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 925 rows starting from the beginning of the part | ||
| 8603 | 2025.01.17 08:28:37.629676 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part | ||
| 8604 | 2025.01.17 08:28:37.630019 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 8605 | 2025.01.17 08:28:37.630173 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 237 rows starting from the beginning of the part | ||
| 8606 | 2025.01.17 08:28:37.630773 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2025.01.17 08:28:37.630817 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8608 | 2025.01.17 08:28:37.631265 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8609 | 2025.01.17 08:28:37.631545 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2025.01.17 08:28:37.631824 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003187 sec., 313.77470975839344 rows/sec., 21.14 KiB/sec. | ||
| 8611 | 2025.01.17 08:28:37.632101 [ 5 ] {6570aa2d-3798-4306-a6bd-74407cd98aef} <Debug> TCPHandler: Processed in 0.00388846 sec. | ||
| 8612 | 2025.01.17 08:28:37.632381 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8613 | 2025.01.17 08:28:37.632641 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8614 | 2025.01.17 08:28:37.632892 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8615 | 2025.01.17 08:28:37.635043 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8616 | 2025.01.17 08:28:37.635086 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8617 | 2025.01.17 08:28:37.635978 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8618 | 2025.01.17 08:28:37.636252 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8619 | 2025.01.17 08:28:37.636732 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004179 sec., 3828.6671452500595 rows/sec., 6.86 MiB/sec. | ||
| 8620 | 2025.01.17 08:28:37.637000 [ 255 ] {fb1447b8-7e15-4fef-b740-7017434d82f6} <Debug> TCPHandler: Processed in 0.004795968 sec. | ||
| 8621 | 2025.01.17 08:28:37.637175 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8622 | 2025.01.17 08:28:37.637326 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8623 | 2025.01.17 08:28:37.637413 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8624 | 2025.01.17 08:28:37.637592 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18154 rows, containing 5 columns (5 merged, 0 gathered) in 0.009506116 sec., 1909717.912131516 rows/sec., 128.96 MiB/sec. | ||
| 8625 | 2025.01.17 08:28:37.637807 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8626 | 2025.01.17 08:28:37.638093 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2025.01.17 08:28:37.638136 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8628 | 2025.01.17 08:28:37.638220 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8629 | 2025.01.17 08:28:37.638324 [ 197 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8630 | 2025.01.17 08:28:37.638421 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. | ||
| 8631 | 2025.01.17 08:28:37.638580 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8632 | 2025.01.17 08:28:37.638824 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8633 | 2025.01.17 08:28:37.638987 [ 35 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8634 | 2025.01.17 08:28:37.639056 [ 35 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2025.01.17 08:28:37.639068 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001756 sec., 46697.038724373575 rows/sec., 2.97 MiB/sec. | ||
| 8636 | 2025.01.17 08:28:37.639092 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.32 GiB. | ||
| 8637 | 2025.01.17 08:28:37.639235 [ 5 ] {1cb2c79d-787e-48b1-bf6e-d81237df310d} <Debug> TCPHandler: Processed in 0.002124577 sec. | ||
| 8638 | 2025.01.17 08:28:37.639367 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 8639 | 2025.01.17 08:28:37.639490 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8640 | 2025.01.17 08:28:37.639527 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3560 rows starting from the beginning of the part | ||
| 8641 | 2025.01.17 08:28:37.639608 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8642 | 2025.01.17 08:28:37.639831 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 70 rows starting from the beginning of the part | ||
| 8643 | 2025.01.17 08:28:37.639970 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 12 rows starting from the beginning of the part | ||
| 8644 | 2025.01.17 08:28:37.640156 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 8645 | 2025.01.17 08:28:37.640286 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 82 rows starting from the beginning of the part | ||
| 8646 | 2025.01.17 08:28:37.641869 [ 187 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3844 rows, containing 4 columns (4 merged, 0 gathered) in 0.00263082 sec., 1461141.3931777927 rows/sec., 95.00 MiB/sec. | ||
| 8647 | 2025.01.17 08:28:37.642213 [ 193 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8648 | 2025.01.17 08:28:37.642531 [ 193 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8649 | 2025.01.17 08:28:37.642609 [ 193 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_66_13} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8650 | 2025.01.17 08:28:37.642692 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 8651 | 2025.01.17 08:28:42.599627 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8652 | 2025.01.17 08:28:42.599854 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8653 | 2025.01.17 08:28:42.599938 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8654 | 2025.01.17 08:28:42.600727 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8655 | 2025.01.17 08:28:42.600782 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8656 | 2025.01.17 08:28:42.601196 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8657 | 2025.01.17 08:28:42.601459 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2025.01.17 08:28:42.601715 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001911 sec., 1046.5724751439038 rows/sec., 85.34 KiB/sec. | ||
| 8659 | 2025.01.17 08:28:42.601927 [ 5 ] {b5128952-791a-4057-9c14-226bd8036b6b} <Debug> TCPHandler: Processed in 0.002439179 sec. | ||
| 8660 | 2025.01.17 08:28:42.602206 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8661 | 2025.01.17 08:28:42.602434 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8662 | 2025.01.17 08:28:42.602514 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8663 | 2025.01.17 08:28:42.603322 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8664 | 2025.01.17 08:28:42.603376 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8665 | 2025.01.17 08:28:42.603830 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8666 | 2025.01.17 08:28:42.604091 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8667 | 2025.01.17 08:28:42.604329 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.001962 sec., 53516.81957186544 rows/sec., 4.46 MiB/sec. | ||
| 8668 | 2025.01.17 08:28:42.604395 [ 255 ] {e9c91904-08f4-4028-a26c-aee9eb81ec6c} <Debug> TCPHandler: Processed in 0.002334929 sec. | ||
| 8669 | 2025.01.17 08:28:42.604558 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8670 | 2025.01.17 08:28:42.604702 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8671 | 2025.01.17 08:28:42.604763 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8672 | 2025.01.17 08:28:42.605475 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8673 | 2025.01.17 08:28:42.605516 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8674 | 2025.01.17 08:28:42.605887 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8675 | 2025.01.17 08:28:42.606129 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8676 | 2025.01.17 08:28:42.606352 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001684 sec., 15439.429928741092 rows/sec., 1.13 MiB/sec. | ||
| 8677 | 2025.01.17 08:28:42.606409 [ 5 ] {628845be-bee4-4a9e-a9c0-e61fff1e9bb6} <Debug> TCPHandler: Processed in 0.001921635 sec. | ||
| 8678 | 2025.01.17 08:28:42.606581 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8679 | 2025.01.17 08:28:42.606727 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8680 | 2025.01.17 08:28:42.606790 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8681 | 2025.01.17 08:28:42.607514 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8682 | 2025.01.17 08:28:42.607553 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8683 | 2025.01.17 08:28:42.607934 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8684 | 2025.01.17 08:28:42.608194 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8685 | 2025.01.17 08:28:42.608377 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.001686 sec., 53380.78291814947 rows/sec., 4.17 MiB/sec. | ||
| 8686 | 2025.01.17 08:28:42.608435 [ 255 ] {d15db32f-ba3f-4cdb-aa6b-e8a78e1de984} <Debug> TCPHandler: Processed in 0.001924085 sec. | ||
| 8687 | 2025.01.17 08:28:42.608589 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2025.01.17 08:28:42.608731 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8689 | 2025.01.17 08:28:42.608795 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8690 | 2025.01.17 08:28:42.609478 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8691 | 2025.01.17 08:28:42.609518 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8692 | 2025.01.17 08:28:42.609937 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8693 | 2025.01.17 08:28:42.610189 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8694 | 2025.01.17 08:28:42.610399 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001701 sec., 94650.20576131687 rows/sec., 6.59 MiB/sec. | ||
| 8695 | 2025.01.17 08:28:42.610453 [ 5 ] {1bba742b-cf7e-4dd9-83f5-38a514749508} <Debug> TCPHandler: Processed in 0.001934286 sec. | ||
| 8696 | 2025.01.17 08:28:42.610599 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8697 | 2025.01.17 08:28:42.610741 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8698 | 2025.01.17 08:28:42.610835 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8699 | 2025.01.17 08:28:42.612101 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8700 | 2025.01.17 08:28:42.612138 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8701 | 2025.01.17 08:28:42.612777 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8702 | 2025.01.17 08:28:42.613037 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8703 | 2025.01.17 08:28:42.613294 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002575 sec., 9320.388349514564 rows/sec., 16.70 MiB/sec. | ||
| 8704 | 2025.01.17 08:28:42.613676 [ 255 ] {8bd4587f-a3af-45cf-911a-1e21a5a38210} <Debug> TCPHandler: Processed in 0.003143785 sec. | ||
| 8705 | 2025.01.17 08:28:42.613931 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8706 | 2025.01.17 08:28:42.614087 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8707 | 2025.01.17 08:28:42.614138 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8708 | 2025.01.17 08:28:42.614641 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2025.01.17 08:28:42.614681 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8710 | 2025.01.17 08:28:42.615065 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8711 | 2025.01.17 08:28:42.615314 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2025.01.17 08:28:42.615520 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
| 8713 | 2025.01.17 08:28:42.615572 [ 5 ] {984c6d5b-b4e8-4d11-8666-1f473fc0fb12} <Debug> TCPHandler: Processed in 0.001768454 sec. | ||
| 8714 | 2025.01.17 08:28:43.545248 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 8715 | 2025.01.17 08:28:43.545972 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8716 | 2025.01.17 08:28:43.546023 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8717 | 2025.01.17 08:28:43.546595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8718 | 2025.01.17 08:28:43.546845 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8719 | 2025.01.17 08:28:43.547056 [ 24 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8720 | 2025.01.17 08:28:43.547095 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 8721 | 2025.01.17 08:28:43.547138 [ 24 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8722 | 2025.01.17 08:28:43.547167 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8723 | 2025.01.17 08:28:43.547395 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 8724 | 2025.01.17 08:28:43.547990 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8725 | 2025.01.17 08:28:43.548151 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 8726 | 2025.01.17 08:28:43.548609 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8727 | 2025.01.17 08:28:43.548840 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8728 | 2025.01.17 08:28:43.549064 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8729 | 2025.01.17 08:28:43.549290 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8730 | 2025.01.17 08:28:43.549474 [ 187 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8731 | 2025.01.17 08:28:43.551782 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004540406 sec., 4137955.9449088913 rows/sec., 59.19 MiB/sec. | ||
| 8732 | 2025.01.17 08:28:43.552136 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8733 | 2025.01.17 08:28:43.552514 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8734 | 2025.01.17 08:28:43.552632 [ 201 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_41_8} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8735 | 2025.01.17 08:28:43.552763 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8736 | 2025.01.17 08:28:44.858365 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8737 | 2025.01.17 08:28:44.880991 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2025.01.17 08:28:44.881049 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8739 | 2025.01.17 08:28:44.888394 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8740 | 2025.01.17 08:28:44.889147 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2025.01.17 08:28:44.889644 [ 23 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8742 | 2025.01.17 08:28:44.889847 [ 23 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2025.01.17 08:28:44.889964 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8744 | 2025.01.17 08:28:44.892140 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8745 | 2025.01.17 08:28:44.905883 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8746 | 2025.01.17 08:28:44.907740 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8747 | 2025.01.17 08:28:44.908993 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8748 | 2025.01.17 08:28:44.913983 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8749 | 2025.01.17 08:28:44.919183 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8750 | 2025.01.17 08:28:44.924680 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8751 | 2025.01.17 08:28:44.930389 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8752 | 2025.01.17 08:28:44.934888 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 8753 | 2025.01.17 08:28:44.994205 [ 195 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.104047453 sec., 2969.7987897887324 rows/sec., 15.36 MiB/sec. | ||
| 8754 | 2025.01.17 08:28:44.997231 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8755 | 2025.01.17 08:28:45.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 226.35 MiB, peak 233.21 MiB, free memory in arenas 0.00 B, will set to 221.15 MiB (RSS), difference: -5.20 MiB | ||
| 8756 | 2025.01.17 08:28:45.000544 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_41_8} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8757 | 2025.01.17 08:28:45.000713 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_41_8} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8758 | 2025.01.17 08:28:45.003300 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.94 MiB. | ||
| 8759 | 2025.01.17 08:28:46.000172 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 214.62 MiB, peak 233.21 MiB, free memory in arenas 0.00 B, will set to 221.15 MiB (RSS), difference: 6.53 MiB | ||
| 8760 | 2025.01.17 08:28:46.148980 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1248 | ||
| 8761 | 2025.01.17 08:28:46.152089 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8762 | 2025.01.17 08:28:46.152151 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8763 | 2025.01.17 08:28:46.153635 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8764 | 2025.01.17 08:28:46.153963 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8765 | 2025.01.17 08:28:46.155161 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1248 | ||
| 8766 | 2025.01.17 08:28:47.603071 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8767 | 2025.01.17 08:28:47.603285 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8768 | 2025.01.17 08:28:47.603366 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8769 | 2025.01.17 08:28:47.604144 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8770 | 2025.01.17 08:28:47.604194 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8771 | 2025.01.17 08:28:47.604622 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8772 | 2025.01.17 08:28:47.604888 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2025.01.17 08:28:47.605097 [ 64 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8774 | 2025.01.17 08:28:47.605167 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001935 sec., 7235.142118863048 rows/sec., 520.83 KiB/sec. | ||
| 8775 | 2025.01.17 08:28:47.605186 [ 64 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8776 | 2025.01.17 08:28:47.605262 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8777 | 2025.01.17 08:28:47.605309 [ 5 ] {3859e0bc-96d8-4a3f-90d1-8570c054d027} <Debug> TCPHandler: Processed in 0.002375179 sec. | ||
| 8778 | 2025.01.17 08:28:47.605696 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8779 | 2025.01.17 08:28:47.605725 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8780 | 2025.01.17 08:28:47.606103 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8781 | 2025.01.17 08:28:47.606113 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8782 | 2025.01.17 08:28:47.606180 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8783 | 2025.01.17 08:28:47.606212 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8784 | 2025.01.17 08:28:47.606536 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8785 | 2025.01.17 08:28:47.606762 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8786 | 2025.01.17 08:28:47.607215 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8787 | 2025.01.17 08:28:47.607575 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::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 | ||
| 8788 | 2025.01.17 08:28:47.609403 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8789 | 2025.01.17 08:28:47.609484 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8790 | 2025.01.17 08:28:47.610235 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004792878 sec., 14605.003507287269 rows/sec., 1.08 MiB/sec. | ||
| 8791 | 2025.01.17 08:28:47.610457 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8792 | 2025.01.17 08:28:47.610559 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8793 | 2025.01.17 08:28:47.610946 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_29_7} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8794 | 2025.01.17 08:28:47.611060 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8795 | 2025.01.17 08:28:47.611132 [ 195 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_29_7} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8796 | 2025.01.17 08:28:47.611311 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8797 | 2025.01.17 08:28:47.611468 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.005491 sec., 42797.304680386085 rows/sec., 3.75 MiB/sec. | ||
| 8798 | 2025.01.17 08:28:47.611547 [ 255 ] {ba6afbac-a17a-4e57-816c-b40f68abf0c3} <Debug> TCPHandler: Processed in 0.006068918 sec. | ||
| 8799 | 2025.01.17 08:28:47.611728 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8800 | 2025.01.17 08:28:47.611868 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8801 | 2025.01.17 08:28:47.611927 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8802 | 2025.01.17 08:28:47.612642 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8803 | 2025.01.17 08:28:47.612683 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8804 | 2025.01.17 08:28:47.613064 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8805 | 2025.01.17 08:28:47.613313 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8806 | 2025.01.17 08:28:47.613475 [ 64 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8807 | 2025.01.17 08:28:47.613526 [ 64 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8808 | 2025.01.17 08:28:47.613562 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8809 | 2025.01.17 08:28:47.613557 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001708 sec., 13466.042154566743 rows/sec., 971.42 KiB/sec. | ||
| 8810 | 2025.01.17 08:28:47.613829 [ 5 ] {7cebdc1f-057f-4fbc-ac9b-5804e33ec248} <Debug> TCPHandler: Processed in 0.002161967 sec. | ||
| 8811 | 2025.01.17 08:28:47.614035 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 8812 | 2025.01.17 08:28:47.614134 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8813 | 2025.01.17 08:28:47.614624 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8814 | 2025.01.17 08:28:47.614643 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8815 | 2025.01.17 08:28:47.614777 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 65 rows starting from the beginning of the part | ||
| 8816 | 2025.01.17 08:28:47.614814 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8817 | 2025.01.17 08:28:47.615275 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 23 rows starting from the beginning of the part | ||
| 8818 | 2025.01.17 08:28:47.615687 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part | ||
| 8819 | 2025.01.17 08:28:47.616037 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 23 rows starting from the beginning of the part | ||
| 8820 | 2025.01.17 08:28:47.616455 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 26 rows starting from the beginning of the part | ||
| 8821 | 2025.01.17 08:28:47.616929 [ 190 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 23 rows starting from the beginning of the part | ||
| 8822 | 2025.01.17 08:28:47.618447 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8823 | 2025.01.17 08:28:47.618529 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8824 | 2025.01.17 08:28:47.619599 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8825 | 2025.01.17 08:28:47.620029 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 184 rows, containing 5 columns (5 merged, 0 gathered) in 0.00636758 sec., 28896.378215899917 rows/sec., 2.17 MiB/sec. | ||
| 8826 | 2025.01.17 08:28:47.620147 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2025.01.17 08:28:47.620285 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8828 | 2025.01.17 08:28:47.620770 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006306 sec., 2220.1078338090706 rows/sec., 155.48 KiB/sec. | ||
| 8829 | 2025.01.17 08:28:47.621133 [ 255 ] {7b6a82bf-bf28-4709-803f-1e29f71eeb90} <Debug> TCPHandler: Processed in 0.007169647 sec. | ||
| 8830 | 2025.01.17 08:28:47.621289 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8831 | 2025.01.17 08:28:47.621368 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8832 | 2025.01.17 08:28:47.621420 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_56_11} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8833 | 2025.01.17 08:28:47.621569 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8834 | 2025.01.17 08:28:47.621608 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8835 | 2025.01.17 08:28:47.621673 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8836 | 2025.01.17 08:28:47.622350 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8837 | 2025.01.17 08:28:47.622399 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8838 | 2025.01.17 08:28:47.622805 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8839 | 2025.01.17 08:28:47.623053 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8840 | 2025.01.17 08:28:47.623215 [ 64 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 8841 | 2025.01.17 08:28:47.623270 [ 64 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8842 | 2025.01.17 08:28:47.623307 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8843 | 2025.01.17 08:28:47.623311 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001756 sec., 7403.189066059225 rows/sec., 461.59 KiB/sec. | ||
| 8844 | 2025.01.17 08:28:47.623571 [ 5 ] {57ec6baa-b4ab-4d96-a1e1-4fab3c300d3f} <Debug> TCPHandler: Processed in 0.002300228 sec. | ||
| 8845 | 2025.01.17 08:28:47.623608 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8846 | 2025.01.17 08:28:47.623900 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8847 | 2025.01.17 08:28:47.624283 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8848 | 2025.01.17 08:28:47.624326 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8849 | 2025.01.17 08:28:47.624371 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8850 | 2025.01.17 08:28:47.624437 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8851 | 2025.01.17 08:28:47.624611 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8852 | 2025.01.17 08:28:47.625020 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8853 | 2025.01.17 08:28:47.625274 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8854 | 2025.01.17 08:28:47.625616 [ 189 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::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 | ||
| 8855 | 2025.01.17 08:28:47.627521 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2025.01.17 08:28:47.627602 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8857 | 2025.01.17 08:28:47.628226 [ 198 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004844838 sec., 13416.341268789587 rows/sec., 888.91 KiB/sec. | ||
| 8858 | 2025.01.17 08:28:47.628420 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 8859 | 2025.01.17 08:28:47.628470 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8860 | 2025.01.17 08:28:47.628797 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2025.01.17 08:28:47.628815 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_29_7} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8862 | 2025.01.17 08:28:47.628918 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_29_7} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 8863 | 2025.01.17 08:28:47.629041 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8864 | 2025.01.17 08:28:47.629074 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.004872 sec., 81691.2972085386 rows/sec., 5.81 MiB/sec. | ||
| 8865 | 2025.01.17 08:28:47.629138 [ 255 ] {63411de6-77a2-424f-9415-82e1d012df58} <Debug> TCPHandler: Processed in 0.005445183 sec. | ||
| 8866 | 2025.01.17 08:28:47.629290 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8867 | 2025.01.17 08:28:47.629410 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8868 | 2025.01.17 08:28:47.629469 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8869 | 2025.01.17 08:28:47.629974 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2025.01.17 08:28:47.630015 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8871 | 2025.01.17 08:28:47.630386 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8872 | 2025.01.17 08:28:47.630629 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8873 | 2025.01.17 08:28:47.630889 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001496 sec., 4010.6951871657757 rows/sec., 209.54 KiB/sec. | ||
| 8874 | 2025.01.17 08:28:47.631027 [ 5 ] {9d77db45-634f-4ed9-85a6-d28f1682bae2} <Debug> TCPHandler: Processed in 0.001793444 sec. | ||
| 8875 | 2025.01.17 08:28:47.631309 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8876 | 2025.01.17 08:28:47.631471 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8877 | 2025.01.17 08:28:47.631537 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8878 | 2025.01.17 08:28:47.632134 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8879 | 2025.01.17 08:28:47.632173 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8880 | 2025.01.17 08:28:47.632580 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8881 | 2025.01.17 08:28:47.632824 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2025.01.17 08:28:47.633010 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001571 sec., 150859.32527052832 rows/sec., 10.11 MiB/sec. | ||
| 8883 | 2025.01.17 08:28:47.633063 [ 255 ] {24d35392-039b-4b5e-af7a-e8f14e988d1f} <Debug> TCPHandler: Processed in 0.001909755 sec. | ||
| 8884 | 2025.01.17 08:28:47.633203 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2025.01.17 08:28:47.633321 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8886 | 2025.01.17 08:28:47.633373 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8887 | 2025.01.17 08:28:47.633862 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2025.01.17 08:28:47.633901 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8889 | 2025.01.17 08:28:47.634258 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8890 | 2025.01.17 08:28:47.634502 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2025.01.17 08:28:47.634713 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001417 sec., 705.7163020465772 rows/sec., 47.55 KiB/sec. | ||
| 8892 | 2025.01.17 08:28:47.634764 [ 5 ] {b232489f-ad20-4b72-b83a-1186871b066e} <Debug> TCPHandler: Processed in 0.001620023 sec. | ||
| 8893 | 2025.01.17 08:28:47.634918 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8894 | 2025.01.17 08:28:47.635053 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8895 | 2025.01.17 08:28:47.635147 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8896 | 2025.01.17 08:28:47.636326 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8897 | 2025.01.17 08:28:47.636365 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8898 | 2025.01.17 08:28:47.637003 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8899 | 2025.01.17 08:28:47.637260 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8900 | 2025.01.17 08:28:47.637397 [ 64 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8901 | 2025.01.17 08:28:47.637442 [ 64 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8902 | 2025.01.17 08:28:47.637464 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8903 | 2025.01.17 08:28:47.637485 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002461 sec., 6501.42218610321 rows/sec., 11.65 MiB/sec. | ||
| 8904 | 2025.01.17 08:28:47.637810 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 8905 | 2025.01.17 08:28:47.637864 [ 255 ] {785db368-2662-405e-9762-3bb97a1b090a} <Debug> TCPHandler: Processed in 0.003011533 sec. | ||
| 8906 | 2025.01.17 08:28:47.638072 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8907 | 2025.01.17 08:28:47.638229 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8908 | 2025.01.17 08:28:47.638307 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8909 | 2025.01.17 08:28:47.638363 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8910 | 2025.01.17 08:28:47.638502 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 952 rows starting from the beginning of the part | ||
| 8911 | 2025.01.17 08:28:47.639113 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part | ||
| 8912 | 2025.01.17 08:28:47.639738 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part | ||
| 8913 | 2025.01.17 08:28:47.639776 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8914 | 2025.01.17 08:28:47.639831 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8915 | 2025.01.17 08:28:47.640270 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 8916 | 2025.01.17 08:28:47.640816 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 24 rows starting from the beginning of the part | ||
| 8917 | 2025.01.17 08:28:47.640980 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 8918 | 2025.01.17 08:28:47.641249 [ 193 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 8919 | 2025.01.17 08:28:47.641701 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8920 | 2025.01.17 08:28:47.642278 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004061 sec., 20192.07091849298 rows/sec., 1.28 MiB/sec. | ||
| 8921 | 2025.01.17 08:28:47.642517 [ 5 ] {b3dc7d20-94fc-4d6a-8ff7-20b1f3da7636} <Debug> TCPHandler: Processed in 0.004544986 sec. | ||
| 8922 | 2025.01.17 08:28:47.648538 [ 196 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1048 rows, containing 19 columns (19 merged, 0 gathered) in 0.010997487 sec., 95294.49773389139 rows/sec., 170.76 MiB/sec. | ||
| 8923 | 2025.01.17 08:28:47.649742 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8924 | 2025.01.17 08:28:47.650162 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8925 | 2025.01.17 08:28:47.650248 [ 198 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8926 | 2025.01.17 08:28:47.650401 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.26 MiB. | ||
| 8927 | 2025.01.17 08:28:48.000181 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 222.06 MiB, peak 233.21 MiB, free memory in arenas 0.00 B, will set to 223.32 MiB (RSS), difference: 1.26 MiB | ||
| 8928 | 2025.01.17 08:28:50.825431 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8929 | 2025.01.17 08:28:50.825502 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8930 | 2025.01.17 08:28:51.047296 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8931 | 2025.01.17 08:28:51.048007 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8932 | 2025.01.17 08:28:51.048045 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8933 | 2025.01.17 08:28:51.048572 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8934 | 2025.01.17 08:28:51.048822 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8935 | 2025.01.17 08:28:51.049080 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8936 | 2025.01.17 08:28:52.406032 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8937 | 2025.01.17 08:28:52.425390 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8938 | 2025.01.17 08:28:52.425452 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8939 | 2025.01.17 08:28:52.432444 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8940 | 2025.01.17 08:28:52.433236 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8941 | 2025.01.17 08:28:52.436050 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8942 | 2025.01.17 08:28:52.598916 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8943 | 2025.01.17 08:28:52.599129 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8944 | 2025.01.17 08:28:52.599212 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8945 | 2025.01.17 08:28:52.600116 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2025.01.17 08:28:52.600170 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8947 | 2025.01.17 08:28:52.600627 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8948 | 2025.01.17 08:28:52.600873 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2025.01.17 08:28:52.601128 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002045 sec., 50855.74572127139 rows/sec., 4.24 MiB/sec. | ||
| 8950 | 2025.01.17 08:28:52.601255 [ 5 ] {08703226-b832-4f33-9c6c-a9a410fd4103} <Debug> TCPHandler: Processed in 0.002478979 sec. | ||
| 8951 | 2025.01.17 08:28:52.601528 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8952 | 2025.01.17 08:28:52.601722 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8953 | 2025.01.17 08:28:52.601792 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8954 | 2025.01.17 08:28:52.602500 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8955 | 2025.01.17 08:28:52.602546 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8956 | 2025.01.17 08:28:52.602974 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8957 | 2025.01.17 08:28:52.603237 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8958 | 2025.01.17 08:28:52.603468 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001799 sec., 13340.744858254586 rows/sec., 1003.16 KiB/sec. | ||
| 8959 | 2025.01.17 08:28:52.603530 [ 255 ] {1f290c0e-1ee1-42da-bf66-a3e2dc12150f} <Debug> TCPHandler: Processed in 0.002148137 sec. | ||
| 8960 | 2025.01.17 08:28:52.603680 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8961 | 2025.01.17 08:28:52.603805 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8962 | 2025.01.17 08:28:52.603859 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8963 | 2025.01.17 08:28:52.604487 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2025.01.17 08:28:52.604535 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8965 | 2025.01.17 08:28:52.604906 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8966 | 2025.01.17 08:28:52.605152 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8967 | 2025.01.17 08:28:52.605370 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001593 sec., 55241.68236032643 rows/sec., 4.31 MiB/sec. | ||
| 8968 | 2025.01.17 08:28:52.605430 [ 5 ] {c355c4fc-6630-488f-8bca-e45e62b1b669} <Debug> TCPHandler: Processed in 0.001810054 sec. | ||
| 8969 | 2025.01.17 08:28:52.605660 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8970 | 2025.01.17 08:28:52.605811 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8971 | 2025.01.17 08:28:52.605868 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8972 | 2025.01.17 08:28:52.606446 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8973 | 2025.01.17 08:28:52.606487 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8974 | 2025.01.17 08:28:52.606887 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8975 | 2025.01.17 08:28:52.607133 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8976 | 2025.01.17 08:28:52.607361 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001577 sec., 101458.4654407102 rows/sec., 7.07 MiB/sec. | ||
| 8977 | 2025.01.17 08:28:52.607435 [ 255 ] {8fe6ad93-663b-4099-8b89-920817e21251} <Debug> TCPHandler: Processed in 0.001911535 sec. | ||
| 8978 | 2025.01.17 08:28:52.607654 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8979 | 2025.01.17 08:28:52.607789 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8980 | 2025.01.17 08:28:52.607874 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 8981 | 2025.01.17 08:28:52.609045 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2025.01.17 08:28:52.609086 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8983 | 2025.01.17 08:28:52.609752 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8984 | 2025.01.17 08:28:52.610006 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2025.01.17 08:28:52.610266 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002499 sec., 9603.841536614646 rows/sec., 17.21 MiB/sec. | ||
| 8986 | 2025.01.17 08:28:52.610568 [ 5 ] {36b5e7c9-bc73-409f-8c84-1fc524fb1461} <Debug> TCPHandler: Processed in 0.003044164 sec. | ||
| 8987 | 2025.01.17 08:28:52.610826 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8988 | 2025.01.17 08:28:52.611049 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8989 | 2025.01.17 08:28:52.611144 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8990 | 2025.01.17 08:28:52.611907 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8991 | 2025.01.17 08:28:52.611948 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8992 | 2025.01.17 08:28:52.612319 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 8993 | 2025.01.17 08:28:52.612558 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8994 | 2025.01.17 08:28:52.612788 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001795 sec., 33426.183844011146 rows/sec., 2.25 MiB/sec. | ||
| 8995 | 2025.01.17 08:28:52.612842 [ 255 ] {9baf2b91-85e6-489b-91cd-22063a0f2ede} <Debug> TCPHandler: Processed in 0.002174937 sec. | ||
| 8996 | 2025.01.17 08:28:56.155451 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1282 | ||
| 8997 | 2025.01.17 08:28:56.158465 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8998 | 2025.01.17 08:28:56.158514 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 8999 | 2025.01.17 08:28:56.159968 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9000 | 2025.01.17 08:28:56.160271 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9001 | 2025.01.17 08:28:56.160474 [ 146 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9002 | 2025.01.17 08:28:56.160605 [ 146 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9003 | 2025.01.17 08:28:56.160669 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9004 | 2025.01.17 08:28:56.161648 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 9005 | 2025.01.17 08:28:56.162734 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1282 | ||
| 9006 | 2025.01.17 08:28:56.163199 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9007 | 2025.01.17 08:28:56.163386 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1100 rows starting from the beginning of the part | ||
| 9008 | 2025.01.17 08:28:56.163917 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 9009 | 2025.01.17 08:28:56.164411 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 9010 | 2025.01.17 08:28:56.164897 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 42 rows starting from the beginning of the part | ||
| 9011 | 2025.01.17 08:28:56.165533 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 9012 | 2025.01.17 08:28:56.166150 [ 198 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 9013 | 2025.01.17 08:28:56.174514 [ 196 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1282 rows, containing 72 columns (72 merged, 0 gathered) in 0.013576478 sec., 94428.0247056711 rows/sec., 74.41 MiB/sec. | ||
| 9014 | 2025.01.17 08:28:56.175900 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9015 | 2025.01.17 08:28:56.176630 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9016 | 2025.01.17 08:28:56.176726 [ 194 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_31_6} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9017 | 2025.01.17 08:28:56.176947 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. | ||
| 9018 | 2025.01.17 08:28:56.540108 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9019 | 2025.01.17 08:28:56.540317 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9020 | 2025.01.17 08:28:56.540398 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9021 | 2025.01.17 08:28:56.541192 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2025.01.17 08:28:56.541241 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9023 | 2025.01.17 08:28:56.541677 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9024 | 2025.01.17 08:28:56.541932 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9025 | 2025.01.17 08:28:56.542131 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 538.36 KiB/sec. | ||
| 9026 | 2025.01.17 08:28:56.542186 [ 5 ] {a21df07b-3fb5-4402-b8ed-df6dccdcc838} <Debug> TCPHandler: Processed in 0.002222218 sec. | ||
| 9027 | 2025.01.17 08:28:56.542448 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9028 | 2025.01.17 08:28:56.542689 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9029 | 2025.01.17 08:28:56.542773 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9030 | 2025.01.17 08:28:56.543514 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9031 | 2025.01.17 08:28:56.543563 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9032 | 2025.01.17 08:28:56.543988 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9033 | 2025.01.17 08:28:56.544241 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9034 | 2025.01.17 08:28:56.544514 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001872 sec., 7478.6324786324785 rows/sec., 609.83 KiB/sec. | ||
| 9035 | 2025.01.17 08:28:56.544614 [ 255 ] {792f79c3-1e86-407a-944a-2ff21b79ed32} <Debug> TCPHandler: Processed in 0.002304608 sec. | ||
| 9036 | 2025.01.17 08:28:56.544854 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9037 | 2025.01.17 08:28:56.544990 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9038 | 2025.01.17 08:28:56.545039 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9039 | 2025.01.17 08:28:56.546170 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2025.01.17 08:28:56.546208 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9041 | 2025.01.17 08:28:56.546672 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9042 | 2025.01.17 08:28:56.546921 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9043 | 2025.01.17 08:28:56.547099 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Debug> executeQuery: Read 1382 rows, 117.69 KiB in 0.002131 sec., 648521.820741436 rows/sec., 53.93 MiB/sec. | ||
| 9044 | 2025.01.17 08:28:56.547147 [ 5 ] {09c58739-2a8a-4365-8018-4ec1432d04d8} <Debug> TCPHandler: Processed in 0.002409739 sec. | ||
| 9045 | 2025.01.17 08:28:56.547305 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9046 | 2025.01.17 08:28:56.547441 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9047 | 2025.01.17 08:28:56.547500 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9048 | 2025.01.17 08:28:56.548139 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9049 | 2025.01.17 08:28:56.548179 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9050 | 2025.01.17 08:28:56.548561 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9051 | 2025.01.17 08:28:56.548800 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9052 | 2025.01.17 08:28:56.549023 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Debug> executeQuery: Read 37 rows, 2.64 KiB in 0.001613 sec., 22938.623682579044 rows/sec., 1.60 MiB/sec. | ||
| 9053 | 2025.01.17 08:28:56.549078 [ 255 ] {f0b8a470-8c0b-4e2a-8345-9c70b9f04086} <Debug> TCPHandler: Processed in 0.001838274 sec. | ||
| 9054 | 2025.01.17 08:28:56.549217 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9055 | 2025.01.17 08:28:56.549332 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9056 | 2025.01.17 08:28:56.549380 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9057 | 2025.01.17 08:28:56.550050 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9058 | 2025.01.17 08:28:56.550087 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9059 | 2025.01.17 08:28:56.550448 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9060 | 2025.01.17 08:28:56.550686 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9061 | 2025.01.17 08:28:56.550857 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001549 sec., 156229.82569399613 rows/sec., 10.58 MiB/sec. | ||
| 9062 | 2025.01.17 08:28:56.550905 [ 5 ] {fbb55064-d7cb-4a78-9bcc-0bd1f6a8354d} <Debug> TCPHandler: Processed in 0.001745464 sec. | ||
| 9063 | 2025.01.17 08:28:56.551062 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9064 | 2025.01.17 08:28:56.551198 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9065 | 2025.01.17 08:28:56.551256 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9066 | 2025.01.17 08:28:56.551913 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9067 | 2025.01.17 08:28:56.551952 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9068 | 2025.01.17 08:28:56.552317 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9069 | 2025.01.17 08:28:56.552563 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9070 | 2025.01.17 08:28:56.552798 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001628 sec., 7985.257985257985 rows/sec., 497.88 KiB/sec. | ||
| 9071 | 2025.01.17 08:28:56.552919 [ 255 ] {75318f57-24ac-435e-a1c7-3337fbb9f0f6} <Debug> TCPHandler: Processed in 0.001924706 sec. | ||
| 9072 | 2025.01.17 08:28:56.553077 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9073 | 2025.01.17 08:28:56.553219 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9074 | 2025.01.17 08:28:56.553266 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9075 | 2025.01.17 08:28:56.554124 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9076 | 2025.01.17 08:28:56.554161 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9077 | 2025.01.17 08:28:56.554556 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9078 | 2025.01.17 08:28:56.554786 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9079 | 2025.01.17 08:28:56.554961 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Debug> executeQuery: Read 868 rows, 64.39 KiB in 0.001766 sec., 491506.2287655719 rows/sec., 35.61 MiB/sec. | ||
| 9080 | 2025.01.17 08:28:56.555010 [ 5 ] {6e840f97-ec0f-4fb6-979e-c603301e3b76} <Debug> TCPHandler: Processed in 0.001992575 sec. | ||
| 9081 | 2025.01.17 08:28:56.555178 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9082 | 2025.01.17 08:28:56.555316 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9083 | 2025.01.17 08:28:56.555378 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9084 | 2025.01.17 08:28:56.555914 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9085 | 2025.01.17 08:28:56.555952 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9086 | 2025.01.17 08:28:56.556323 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9087 | 2025.01.17 08:28:56.556564 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9088 | 2025.01.17 08:28:56.556817 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001521 sec., 3944.7731755424065 rows/sec., 206.10 KiB/sec. | ||
| 9089 | 2025.01.17 08:28:56.557017 [ 255 ] {6c2cc39e-fbec-4017-b740-0849cdcbe6a0} <Debug> TCPHandler: Processed in 0.001902075 sec. | ||
| 9090 | 2025.01.17 08:28:56.557211 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9091 | 2025.01.17 08:28:56.557327 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9092 | 2025.01.17 08:28:56.557379 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9093 | 2025.01.17 08:28:56.558131 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9094 | 2025.01.17 08:28:56.558168 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9095 | 2025.01.17 08:28:56.558606 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9096 | 2025.01.17 08:28:56.558848 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2025.01.17 08:28:56.559040 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Debug> executeQuery: Read 932 rows, 63.70 KiB in 0.001735 sec., 537175.7925072046 rows/sec., 35.85 MiB/sec. | ||
| 9098 | 2025.01.17 08:28:56.559105 [ 5 ] {d3d0c402-870f-4a0e-9054-dd5ea281bc6c} <Debug> TCPHandler: Processed in 0.001996756 sec. | ||
| 9099 | 2025.01.17 08:28:56.559298 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9100 | 2025.01.17 08:28:56.559449 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9101 | 2025.01.17 08:28:56.559510 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9102 | 2025.01.17 08:28:56.560007 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9103 | 2025.01.17 08:28:56.560044 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9104 | 2025.01.17 08:28:56.560417 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9105 | 2025.01.17 08:28:56.560662 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9106 | 2025.01.17 08:28:56.560815 [ 149 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 9107 | 2025.01.17 08:28:56.560885 [ 149 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9108 | 2025.01.17 08:28:56.560893 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001463 sec., 683.5269993164729 rows/sec., 46.06 KiB/sec. | ||
| 9109 | 2025.01.17 08:28:56.560922 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9110 | 2025.01.17 08:28:56.560996 [ 255 ] {d3783809-9c65-47d5-81b3-b057d35265a2} <Debug> TCPHandler: Processed in 0.001817845 sec. | ||
| 9111 | 2025.01.17 08:28:56.561254 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9112 | 2025.01.17 08:28:56.561433 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 9113 | 2025.01.17 08:28:56.561750 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9114 | 2025.01.17 08:28:56.561898 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9115 | 2025.01.17 08:28:56.561964 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9116 | 2025.01.17 08:28:56.561993 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 9117 | 2025.01.17 08:28:56.562356 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 9118 | 2025.01.17 08:28:56.562720 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 9119 | 2025.01.17 08:28:56.563064 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 9120 | 2025.01.17 08:28:56.563368 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 9121 | 2025.01.17 08:28:56.563803 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 9122 | 2025.01.17 08:28:56.567344 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00625956 sec., 4792.669133293714 rows/sec., 322.94 KiB/sec. | ||
| 9123 | 2025.01.17 08:28:56.567563 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 9124 | 2025.01.17 08:28:56.567839 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9125 | 2025.01.17 08:28:56.567908 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9126 | 2025.01.17 08:28:56.568203 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9127 | 2025.01.17 08:28:56.568404 [ 199 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_30_6} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 9128 | 2025.01.17 08:28:56.568585 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9129 | 2025.01.17 08:28:56.569021 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9130 | 2025.01.17 08:28:56.569286 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9131 | 2025.01.17 08:28:56.569567 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007961 sec., 2009.7977640999877 rows/sec., 3.60 MiB/sec. | ||
| 9132 | 2025.01.17 08:28:56.569990 [ 5 ] {f03314d4-fe3c-46c5-a1db-a3ef1bd6e20f} <Debug> TCPHandler: Processed in 0.008894591 sec. | ||
| 9133 | 2025.01.17 08:28:56.570263 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9134 | 2025.01.17 08:28:56.570414 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9135 | 2025.01.17 08:28:56.570472 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9136 | 2025.01.17 08:28:56.570979 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9137 | 2025.01.17 08:28:56.571017 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9138 | 2025.01.17 08:28:56.571387 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9139 | 2025.01.17 08:28:56.571630 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9140 | 2025.01.17 08:28:56.571839 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001455 sec., 48109.96563573884 rows/sec., 3.02 MiB/sec. | ||
| 9141 | 2025.01.17 08:28:56.571888 [ 255 ] {8832fae1-7fcb-4b3e-9934-df9f9322ec51} <Debug> TCPHandler: Processed in 0.001779164 sec. | ||
| 9142 | 2025.01.17 08:28:57.592381 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9143 | 2025.01.17 08:28:57.592586 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9144 | 2025.01.17 08:28:57.592664 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9145 | 2025.01.17 08:28:57.593420 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9146 | 2025.01.17 08:28:57.593466 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9147 | 2025.01.17 08:28:57.593882 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9148 | 2025.01.17 08:28:57.594131 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9149 | 2025.01.17 08:28:57.594329 [ 147 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9150 | 2025.01.17 08:28:57.594377 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001841 sec., 30418.250950570342 rows/sec., 2.32 MiB/sec. | ||
| 9151 | 2025.01.17 08:28:57.594420 [ 147 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9152 | 2025.01.17 08:28:57.594489 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9153 | 2025.01.17 08:28:57.594501 [ 5 ] {1a1d80df-ad45-409e-8825-93b6fcd16aab} <Debug> TCPHandler: Processed in 0.002253318 sec. | ||
| 9154 | 2025.01.17 08:28:57.594718 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::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 | ||
| 9155 | 2025.01.17 08:28:57.594814 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9156 | 2025.01.17 08:28:57.594860 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9157 | 2025.01.17 08:28:57.594924 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1433 rows starting from the beginning of the part | ||
| 9158 | 2025.01.17 08:28:57.595184 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 105 rows starting from the beginning of the part | ||
| 9159 | 2025.01.17 08:28:57.595192 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9160 | 2025.01.17 08:28:57.595437 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9161 | 2025.01.17 08:28:57.595466 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 235 rows starting from the beginning of the part | ||
| 9162 | 2025.01.17 08:28:57.595869 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 104 rows starting from the beginning of the part | ||
| 9163 | 2025.01.17 08:28:57.596070 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1382 rows starting from the beginning of the part | ||
| 9164 | 2025.01.17 08:28:57.596361 [ 197 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part | ||
| 9165 | 2025.01.17 08:28:57.598171 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9166 | 2025.01.17 08:28:57.598245 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9167 | 2025.01.17 08:28:57.599140 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9168 | 2025.01.17 08:28:57.599471 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9169 | 2025.01.17 08:28:57.599996 [ 147 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9170 | 2025.01.17 08:28:57.600027 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005011 sec., 12771.901816004789 rows/sec., 1020.80 KiB/sec. | ||
| 9171 | 2025.01.17 08:28:57.600000 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.005404093 sec., 613423.9362646054 rows/sec., 53.55 MiB/sec. | ||
| 9172 | 2025.01.17 08:28:57.600064 [ 147 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9173 | 2025.01.17 08:28:57.600169 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9174 | 2025.01.17 08:28:57.600238 [ 255 ] {649be599-d836-4b5b-be58-6d572937dfb5} <Debug> TCPHandler: Processed in 0.005612034 sec. | ||
| 9175 | 2025.01.17 08:28:57.600569 [ 200 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9176 | 2025.01.17 08:28:57.600647 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9177 | 2025.01.17 08:28:57.600846 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::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 | ||
| 9178 | 2025.01.17 08:28:57.601245 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9179 | 2025.01.17 08:28:57.601559 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9180 | 2025.01.17 08:28:57.601601 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9181 | 2025.01.17 08:28:57.601795 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 914 rows starting from the beginning of the part | ||
| 9182 | 2025.01.17 08:28:57.602107 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9183 | 2025.01.17 08:28:57.602596 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 90 rows starting from the beginning of the part | ||
| 9184 | 2025.01.17 08:28:57.603012 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_71_14} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9185 | 2025.01.17 08:28:57.603508 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 398 rows starting from the beginning of the part | ||
| 9186 | 2025.01.17 08:28:57.603656 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 9187 | 2025.01.17 08:28:57.604029 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 88 rows starting from the beginning of the part | ||
| 9188 | 2025.01.17 08:28:57.604532 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 868 rows starting from the beginning of the part | ||
| 9189 | 2025.01.17 08:28:57.604776 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part | ||
| 9190 | 2025.01.17 08:28:57.605522 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9191 | 2025.01.17 08:28:57.605573 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9192 | 2025.01.17 08:28:57.606146 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9193 | 2025.01.17 08:28:57.606433 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9194 | 2025.01.17 08:28:57.606660 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 | ||
| 9195 | 2025.01.17 08:28:57.606808 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9196 | 2025.01.17 08:28:57.606933 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9197 | 2025.01.17 08:28:57.606948 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.005855 sec., 5465.414175918018 rows/sec., 389.79 KiB/sec. | ||
| 9198 | 2025.01.17 08:28:57.607470 [ 5 ] {25789426-e6b5-40a8-9182-1189623a2356} <Debug> TCPHandler: Processed in 0.007081976 sec. | ||
| 9199 | 2025.01.17 08:28:57.607470 [ 197 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.007181047 sec., 337276.7230182451 rows/sec., 25.87 MiB/sec. | ||
| 9200 | 2025.01.17 08:28:57.607553 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::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 | ||
| 9201 | 2025.01.17 08:28:57.607787 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2025.01.17 08:28:57.608129 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9203 | 2025.01.17 08:28:57.608135 [ 186 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9204 | 2025.01.17 08:28:57.608285 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18154 rows starting from the beginning of the part | ||
| 9205 | 2025.01.17 08:28:57.608386 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9206 | 2025.01.17 08:28:57.608859 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9207 | 2025.01.17 08:28:57.608969 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
| 9208 | 2025.01.17 08:28:57.609796 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 237 rows starting from the beginning of the part | ||
| 9209 | 2025.01.17 08:28:57.609825 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9210 | 2025.01.17 08:28:57.610449 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_71_14} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9211 | 2025.01.17 08:28:57.610460 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 9212 | 2025.01.17 08:28:57.610916 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 9213 | 2025.01.17 08:28:57.611138 [ 188 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 932 rows starting from the beginning of the part | ||
| 9214 | 2025.01.17 08:28:57.612198 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9215 | 2025.01.17 08:28:57.612239 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9216 | 2025.01.17 08:28:57.612686 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9217 | 2025.01.17 08:28:57.612974 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9218 | 2025.01.17 08:28:57.613310 [ 147 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9219 | 2025.01.17 08:28:57.613421 [ 147 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9220 | 2025.01.17 08:28:57.613455 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.005288 sec., 2269.28895612708 rows/sec., 156.60 KiB/sec. | ||
| 9221 | 2025.01.17 08:28:57.613548 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9222 | 2025.01.17 08:28:57.613662 [ 255 ] {3d3466c5-e11e-4c36-a376-4c8589028492} <Debug> TCPHandler: Processed in 0.006056128 sec. | ||
| 9223 | 2025.01.17 08:28:57.613924 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::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 | ||
| 9224 | 2025.01.17 08:28:57.614029 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9225 | 2025.01.17 08:28:57.614098 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3844 rows starting from the beginning of the part | ||
| 9226 | 2025.01.17 08:28:57.614219 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
| 9227 | 2025.01.17 08:28:57.614497 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 82 rows starting from the beginning of the part | ||
| 9228 | 2025.01.17 08:28:57.614798 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 9229 | 2025.01.17 08:28:57.615053 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 70 rows starting from the beginning of the part | ||
| 9230 | 2025.01.17 08:28:57.615163 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 12 rows starting from the beginning of the part | ||
| 9231 | 2025.01.17 08:28:57.617451 [ 192 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4128 rows, containing 4 columns (4 merged, 0 gathered) in 0.0037371 sec., 1104599.8233924701 rows/sec., 71.83 MiB/sec. | ||
| 9232 | 2025.01.17 08:28:57.617919 [ 193 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9233 | 2025.01.17 08:28:57.618412 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19644 rows, containing 5 columns (5 merged, 0 gathered) in 0.011262349 sec., 1744218.7238204037 rows/sec., 117.77 MiB/sec. | ||
| 9234 | 2025.01.17 08:28:57.618482 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2025.01.17 08:28:57.618615 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_71_14} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9236 | 2025.01.17 08:28:57.618757 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 9237 | 2025.01.17 08:28:57.618761 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 9238 | 2025.01.17 08:28:57.619093 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9239 | 2025.01.17 08:28:57.619176 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_70_14} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 | ||
| 9240 | 2025.01.17 08:28:57.619253 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 9241 | 2025.01.17 08:28:58.549289 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 9242 | 2025.01.17 08:28:58.550016 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9243 | 2025.01.17 08:28:58.550056 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9244 | 2025.01.17 08:28:58.550585 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9245 | 2025.01.17 08:28:58.550850 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9246 | 2025.01.17 08:28:58.551085 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 9247 | 2025.01.17 08:28:59.936183 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 9248 | 2025.01.17 08:28:59.957466 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9249 | 2025.01.17 08:28:59.957519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9250 | 2025.01.17 08:28:59.964890 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9251 | 2025.01.17 08:28:59.965655 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9252 | 2025.01.17 08:28:59.969414 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 9253 | 2025.01.17 08:29:02.599738 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9254 | 2025.01.17 08:29:02.599944 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9255 | 2025.01.17 08:29:02.600028 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9256 | 2025.01.17 08:29:02.600777 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9257 | 2025.01.17 08:29:02.600825 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9258 | 2025.01.17 08:29:02.601256 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9259 | 2025.01.17 08:29:02.601508 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9260 | 2025.01.17 08:29:02.601747 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001861 sec., 55883.933369156366 rows/sec., 4.66 MiB/sec. | ||
| 9261 | 2025.01.17 08:29:02.601808 [ 5 ] {f108ab60-542b-4311-a91e-19bf6591ba61} <Debug> TCPHandler: Processed in 0.002208167 sec. | ||
| 9262 | 2025.01.17 08:29:02.602047 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9263 | 2025.01.17 08:29:02.602259 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9264 | 2025.01.17 08:29:02.602341 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9265 | 2025.01.17 08:29:02.603180 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9266 | 2025.01.17 08:29:02.603226 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9267 | 2025.01.17 08:29:02.603663 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9268 | 2025.01.17 08:29:02.603919 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9269 | 2025.01.17 08:29:02.604115 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 941.90 KiB/sec. | ||
| 9270 | 2025.01.17 08:29:02.604172 [ 255 ] {02fc353c-bbcb-437d-9c37-23338fe576a2} <Debug> TCPHandler: Processed in 0.002254998 sec. | ||
| 9271 | 2025.01.17 08:29:02.604322 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9272 | 2025.01.17 08:29:02.604464 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9273 | 2025.01.17 08:29:02.604525 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9274 | 2025.01.17 08:29:02.605223 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9275 | 2025.01.17 08:29:02.605263 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9276 | 2025.01.17 08:29:02.605629 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9277 | 2025.01.17 08:29:02.605863 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9278 | 2025.01.17 08:29:02.606085 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001654 sec., 53204.35308343409 rows/sec., 4.15 MiB/sec. | ||
| 9279 | 2025.01.17 08:29:02.606144 [ 5 ] {93d71a76-264f-43a3-a75d-ed642c36cb3a} <Debug> TCPHandler: Processed in 0.001889275 sec. | ||
| 9280 | 2025.01.17 08:29:02.606348 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2025.01.17 08:29:02.606499 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9282 | 2025.01.17 08:29:02.606554 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9283 | 2025.01.17 08:29:02.607154 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9284 | 2025.01.17 08:29:02.607193 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9285 | 2025.01.17 08:29:02.607589 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9286 | 2025.01.17 08:29:02.607828 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9287 | 2025.01.17 08:29:02.608041 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001566 sec., 102171.13665389529 rows/sec., 7.12 MiB/sec. | ||
| 9288 | 2025.01.17 08:29:02.608144 [ 255 ] {4793f3a7-dd33-4862-b2eb-007ead87ae5c} <Debug> TCPHandler: Processed in 0.001905546 sec. | ||
| 9289 | 2025.01.17 08:29:02.608390 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9290 | 2025.01.17 08:29:02.608741 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9291 | 2025.01.17 08:29:02.608895 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9292 | 2025.01.17 08:29:02.610048 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9293 | 2025.01.17 08:29:02.610087 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9294 | 2025.01.17 08:29:02.610732 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9295 | 2025.01.17 08:29:02.610986 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9296 | 2025.01.17 08:29:02.611270 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002656 sec., 9036.144578313253 rows/sec., 16.19 MiB/sec. | ||
| 9297 | 2025.01.17 08:29:02.611802 [ 5 ] {fca7083c-899a-49ce-951c-a475b72961bd} <Debug> TCPHandler: Processed in 0.003529968 sec. | ||
| 9298 | 2025.01.17 08:29:02.612023 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9299 | 2025.01.17 08:29:02.612157 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9300 | 2025.01.17 08:29:02.612207 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9301 | 2025.01.17 08:29:02.612701 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9302 | 2025.01.17 08:29:02.612744 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9303 | 2025.01.17 08:29:02.613136 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9304 | 2025.01.17 08:29:02.613372 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9305 | 2025.01.17 08:29:02.613550 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001417 sec., 42342.97812279464 rows/sec., 2.85 MiB/sec. | ||
| 9306 | 2025.01.17 08:29:02.613599 [ 255 ] {5e13d6c0-c4d5-4603-8c94-0d7c5e694eec} <Debug> TCPHandler: Processed in 0.001687394 sec. | ||
| 9307 | 2025.01.17 08:29:05.825562 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9308 | 2025.01.17 08:29:05.825668 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9309 | 2025.01.17 08:29:06.051274 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 9310 | 2025.01.17 08:29:06.051948 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9311 | 2025.01.17 08:29:06.051989 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9312 | 2025.01.17 08:29:06.052510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9313 | 2025.01.17 08:29:06.052756 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9314 | 2025.01.17 08:29:06.052991 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 9315 | 2025.01.17 08:29:06.163035 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1326 | ||
| 9316 | 2025.01.17 08:29:06.166267 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9317 | 2025.01.17 08:29:06.166313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9318 | 2025.01.17 08:29:06.167793 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9319 | 2025.01.17 08:29:06.168109 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9320 | 2025.01.17 08:29:06.168676 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1326 | ||
| 9321 | 2025.01.17 08:29:07.069474 [ 61 ] {} <Debug> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9322 | 2025.01.17 08:29:07.069563 [ 61 ] {} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9323 | 2025.01.17 08:29:07.069591 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9324 | 2025.01.17 08:29:07.069944 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 9325 | 2025.01.17 08:29:07.070203 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9326 | 2025.01.17 08:29:07.070241 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part | ||
| 9327 | 2025.01.17 08:29:07.070327 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 9328 | 2025.01.17 08:29:07.070590 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
| 9329 | 2025.01.17 08:29:07.070805 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2 rows starting from the beginning of the part | ||
| 9330 | 2025.01.17 08:29:07.071061 [ 195 ] {b2981efe-19bf-452d-8a93-0615cba516c9::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 | ||
| 9331 | 2025.01.17 08:29:07.072185 [ 192 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.002484649 sec., 20123.566749267204 rows/sec., 1.68 MiB/sec. | ||
| 9332 | 2025.01.17 08:29:07.072389 [ 201 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9333 | 2025.01.17 08:29:07.072723 [ 201 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9334 | 2025.01.17 08:29:07.072809 [ 201 ] {b2981efe-19bf-452d-8a93-0615cba516c9::all_1_13_3} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9335 | 2025.01.17 08:29:07.072909 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9336 | 2025.01.17 08:29:07.469557 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 9337 | 2025.01.17 08:29:07.491843 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9338 | 2025.01.17 08:29:07.491900 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9339 | 2025.01.17 08:29:07.499327 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9340 | 2025.01.17 08:29:07.500101 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9341 | 2025.01.17 08:29:07.503035 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 9342 | 2025.01.17 08:29:07.603263 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9343 | 2025.01.17 08:29:07.603480 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9344 | 2025.01.17 08:29:07.603562 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9345 | 2025.01.17 08:29:07.604394 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9346 | 2025.01.17 08:29:07.604442 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9347 | 2025.01.17 08:29:07.604888 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9348 | 2025.01.17 08:29:07.605152 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9349 | 2025.01.17 08:29:07.605369 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001945 sec., 7197.943444730077 rows/sec., 518.16 KiB/sec. | ||
| 9350 | 2025.01.17 08:29:07.605468 [ 5 ] {29b0a81e-0cce-4fed-9073-7d98add5b7ac} <Debug> TCPHandler: Processed in 0.002342728 sec. | ||
| 9351 | 2025.01.17 08:29:07.605734 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9352 | 2025.01.17 08:29:07.605911 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9353 | 2025.01.17 08:29:07.605981 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9354 | 2025.01.17 08:29:07.606770 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9355 | 2025.01.17 08:29:07.606817 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9356 | 2025.01.17 08:29:07.607244 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9357 | 2025.01.17 08:29:07.607492 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9358 | 2025.01.17 08:29:07.607733 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.00187 sec., 125668.44919786097 rows/sec., 11.00 MiB/sec. | ||
| 9359 | 2025.01.17 08:29:07.607796 [ 255 ] {1346f8f4-b4e6-4036-9cd9-8131bc0daef8} <Debug> TCPHandler: Processed in 0.002186718 sec. | ||
| 9360 | 2025.01.17 08:29:07.607957 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9361 | 2025.01.17 08:29:07.608090 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9362 | 2025.01.17 08:29:07.608147 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9363 | 2025.01.17 08:29:07.608860 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9364 | 2025.01.17 08:29:07.608908 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9365 | 2025.01.17 08:29:07.609333 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9366 | 2025.01.17 08:29:07.609587 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9367 | 2025.01.17 08:29:07.609777 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001717 sec., 13395.457192778102 rows/sec., 966.32 KiB/sec. | ||
| 9368 | 2025.01.17 08:29:07.609836 [ 5 ] {6f91b41e-9f1a-4422-8484-72792c6815e3} <Debug> TCPHandler: Processed in 0.001941156 sec. | ||
| 9369 | 2025.01.17 08:29:07.609976 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9370 | 2025.01.17 08:29:07.610098 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9371 | 2025.01.17 08:29:07.610155 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9372 | 2025.01.17 08:29:07.610873 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9373 | 2025.01.17 08:29:07.610923 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9374 | 2025.01.17 08:29:07.611320 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9375 | 2025.01.17 08:29:07.611571 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9376 | 2025.01.17 08:29:07.611776 [ 46 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9377 | 2025.01.17 08:29:07.611800 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001729 sec., 8097.165991902833 rows/sec., 567.07 KiB/sec. | ||
| 9378 | 2025.01.17 08:29:07.611856 [ 46 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9379 | 2025.01.17 08:29:07.611929 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9380 | 2025.01.17 08:29:07.611934 [ 255 ] {58166879-ffcd-4f0b-90cc-7bc8ec543d4b} <Debug> TCPHandler: Processed in 0.002014026 sec. | ||
| 9381 | 2025.01.17 08:29:07.612168 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9382 | 2025.01.17 08:29:07.612172 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 9383 | 2025.01.17 08:29:07.612416 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9384 | 2025.01.17 08:29:07.612438 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9385 | 2025.01.17 08:29:07.612525 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 9386 | 2025.01.17 08:29:07.612533 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9387 | 2025.01.17 08:29:07.612887 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 242 rows starting from the beginning of the part | ||
| 9388 | 2025.01.17 08:29:07.613206 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9389 | 2025.01.17 08:29:07.613577 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9390 | 2025.01.17 08:29:07.613957 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 242 rows starting from the beginning of the part | ||
| 9391 | 2025.01.17 08:29:07.614331 [ 192 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9392 | 2025.01.17 08:29:07.615552 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9393 | 2025.01.17 08:29:07.615642 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9394 | 2025.01.17 08:29:07.616735 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9395 | 2025.01.17 08:29:07.617136 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.00509539 sec., 150724.4784010645 rows/sec., 10.79 MiB/sec. | ||
| 9396 | 2025.01.17 08:29:07.617232 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9397 | 2025.01.17 08:29:07.617298 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9398 | 2025.01.17 08:29:07.617524 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005197 sec., 2501.4431402732343 rows/sec., 155.96 KiB/sec. | ||
| 9399 | 2025.01.17 08:29:07.617615 [ 5 ] {546b75fd-5ee0-40ee-b17c-9f4596e9b733} <Debug> TCPHandler: Processed in 0.005556664 sec. | ||
| 9400 | 2025.01.17 08:29:07.617767 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2025.01.17 08:29:07.617777 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9402 | 2025.01.17 08:29:07.617904 [ 201 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_31_6} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9403 | 2025.01.17 08:29:07.617971 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9404 | 2025.01.17 08:29:07.618067 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 9405 | 2025.01.17 08:29:07.618085 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9406 | 2025.01.17 08:29:07.618871 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9407 | 2025.01.17 08:29:07.618912 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9408 | 2025.01.17 08:29:07.619304 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9409 | 2025.01.17 08:29:07.619550 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9410 | 2025.01.17 08:29:07.619763 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001835 sec., 216893.73297002725 rows/sec., 15.41 MiB/sec. | ||
| 9411 | 2025.01.17 08:29:07.619817 [ 255 ] {5662cb3e-65f6-4ca7-adfa-dce9277b27a1} <Debug> TCPHandler: Processed in 0.002121367 sec. | ||
| 9412 | 2025.01.17 08:29:07.619970 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9413 | 2025.01.17 08:29:07.620090 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9414 | 2025.01.17 08:29:07.620143 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9415 | 2025.01.17 08:29:07.620639 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9416 | 2025.01.17 08:29:07.620679 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9417 | 2025.01.17 08:29:07.621048 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9418 | 2025.01.17 08:29:07.621300 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9419 | 2025.01.17 08:29:07.621473 [ 46 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 9420 | 2025.01.17 08:29:07.621537 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 9421 | 2025.01.17 08:29:07.621545 [ 46 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9422 | 2025.01.17 08:29:07.621625 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9423 | 2025.01.17 08:29:07.621655 [ 5 ] {d61efddd-7541-4eef-beea-57e29bd1e4d7} <Debug> TCPHandler: Processed in 0.001741754 sec. | ||
| 9424 | 2025.01.17 08:29:07.621916 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9425 | 2025.01.17 08:29:07.621932 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 9426 | 2025.01.17 08:29:07.622361 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9427 | 2025.01.17 08:29:07.622425 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9428 | 2025.01.17 08:29:07.622551 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 9429 | 2025.01.17 08:29:07.622607 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9430 | 2025.01.17 08:29:07.622986 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 9431 | 2025.01.17 08:29:07.623409 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 9432 | 2025.01.17 08:29:07.623760 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 9433 | 2025.01.17 08:29:07.624089 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 9434 | 2025.01.17 08:29:07.624423 [ 194 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 9435 | 2025.01.17 08:29:07.625563 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2025.01.17 08:29:07.625628 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9437 | 2025.01.17 08:29:07.626709 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9438 | 2025.01.17 08:29:07.627115 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.005397682 sec., 34459.23639073217 rows/sec., 1.76 MiB/sec. | ||
| 9439 | 2025.01.17 08:29:07.627193 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2025.01.17 08:29:07.627291 [ 196 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 9441 | 2025.01.17 08:29:07.627533 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005371 sec., 44125.86110593931 rows/sec., 2.96 MiB/sec. | ||
| 9442 | 2025.01.17 08:29:07.627617 [ 255 ] {66c880a3-9a57-4762-831c-bb63c7310d08} <Debug> TCPHandler: Processed in 0.005868856 sec. | ||
| 9443 | 2025.01.17 08:29:07.627817 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9444 | 2025.01.17 08:29:07.627875 [ 198 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9445 | 2025.01.17 08:29:07.628065 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9446 | 2025.01.17 08:29:07.628122 [ 198 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_31_6} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 9447 | 2025.01.17 08:29:07.628151 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9448 | 2025.01.17 08:29:07.628329 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 9449 | 2025.01.17 08:29:07.628789 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2025.01.17 08:29:07.628831 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9451 | 2025.01.17 08:29:07.629195 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9452 | 2025.01.17 08:29:07.629444 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2025.01.17 08:29:07.629711 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001721 sec., 581.0575246949447 rows/sec., 39.15 KiB/sec. | ||
| 9454 | 2025.01.17 08:29:07.629934 [ 5 ] {9ffecae9-7e54-41cc-9ab2-2700b925a221} <Debug> TCPHandler: Processed in 0.002209158 sec. | ||
| 9455 | 2025.01.17 08:29:07.630152 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9456 | 2025.01.17 08:29:07.630296 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9457 | 2025.01.17 08:29:07.630393 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9458 | 2025.01.17 08:29:07.631603 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9459 | 2025.01.17 08:29:07.631643 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9460 | 2025.01.17 08:29:07.632277 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9461 | 2025.01.17 08:29:07.632531 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9462 | 2025.01.17 08:29:07.632768 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002503 sec., 6392.329204954055 rows/sec., 11.45 MiB/sec. | ||
| 9463 | 2025.01.17 08:29:07.632861 [ 255 ] {cb520164-7990-4d5d-88b5-3885979a4574} <Debug> TCPHandler: Processed in 0.002815312 sec. | ||
| 9464 | 2025.01.17 08:29:07.633014 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9465 | 2025.01.17 08:29:07.633152 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9466 | 2025.01.17 08:29:07.633203 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9467 | 2025.01.17 08:29:07.633704 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9468 | 2025.01.17 08:29:07.633743 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.31 GiB. | ||
| 9469 | 2025.01.17 08:29:07.634116 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9470 | 2025.01.17 08:29:07.634369 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9471 | 2025.01.17 08:29:07.634584 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00146 sec., 56164.38356164384 rows/sec., 3.57 MiB/sec. | ||
| 9472 | 2025.01.17 08:29:07.634644 [ 5 ] {942188ad-a601-49b5-b648-76156003884a} <Debug> TCPHandler: Processed in 0.001699594 sec. | ||
| 9473 | 2025.01.17 08:29:08.000206 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.18 MiB, peak 234.28 MiB, free memory in arenas 0.00 B, will set to 223.83 MiB (RSS), difference: -1.35 MiB | ||
| 9474 | 2025.01.17 08:29:12.599610 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9475 | 2025.01.17 08:29:12.599820 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9476 | 2025.01.17 08:29:12.599907 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9477 | 2025.01.17 08:29:12.600647 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9478 | 2025.01.17 08:29:12.600694 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9479 | 2025.01.17 08:29:12.601119 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9480 | 2025.01.17 08:29:12.601380 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9481 | 2025.01.17 08:29:12.601608 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00184 sec., 1086.9565217391305 rows/sec., 88.63 KiB/sec. | ||
| 9482 | 2025.01.17 08:29:12.601671 [ 5 ] {b865cf4a-53ca-4e35-a08f-50093bd7b05f} <Debug> TCPHandler: Processed in 0.002191428 sec. | ||
| 9483 | 2025.01.17 08:29:12.601932 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9484 | 2025.01.17 08:29:12.602156 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9485 | 2025.01.17 08:29:12.602244 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9486 | 2025.01.17 08:29:12.603070 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9487 | 2025.01.17 08:29:12.603128 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9488 | 2025.01.17 08:29:12.603596 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9489 | 2025.01.17 08:29:12.603854 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9490 | 2025.01.17 08:29:12.604129 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.00203 sec., 51724.13793103448 rows/sec., 4.31 MiB/sec. | ||
| 9491 | 2025.01.17 08:29:12.604227 [ 255 ] {6fdee82a-aa53-4cc5-82c2-a66f7a7eb6c2} <Debug> TCPHandler: Processed in 0.002431899 sec. | ||
| 9492 | 2025.01.17 08:29:12.604429 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9493 | 2025.01.17 08:29:12.604592 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9494 | 2025.01.17 08:29:12.604653 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9495 | 2025.01.17 08:29:12.605350 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9496 | 2025.01.17 08:29:12.605391 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9497 | 2025.01.17 08:29:12.605776 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9498 | 2025.01.17 08:29:12.606026 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9499 | 2025.01.17 08:29:12.606206 [ 38 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9500 | 2025.01.17 08:29:12.606272 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.001712 sec., 15186.915887850468 rows/sec., 1.11 MiB/sec. | ||
| 9501 | 2025.01.17 08:29:12.606291 [ 38 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9502 | 2025.01.17 08:29:12.606350 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9503 | 2025.01.17 08:29:12.606400 [ 5 ] {c78611de-d224-458c-93a1-5bbb781d05da} <Debug> TCPHandler: Processed in 0.002067206 sec. | ||
| 9504 | 2025.01.17 08:29:12.606602 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2025.01.17 08:29:12.606619 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 9506 | 2025.01.17 08:29:12.606757 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9507 | 2025.01.17 08:29:12.606772 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9508 | 2025.01.17 08:29:12.606814 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 65 rows starting from the beginning of the part | ||
| 9509 | 2025.01.17 08:29:12.606821 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9510 | 2025.01.17 08:29:12.607067 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
| 9511 | 2025.01.17 08:29:12.607427 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 37 rows starting from the beginning of the part | ||
| 9512 | 2025.01.17 08:29:12.607805 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
| 9513 | 2025.01.17 08:29:12.608149 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 23 rows starting from the beginning of the part | ||
| 9514 | 2025.01.17 08:29:12.608496 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 26 rows starting from the beginning of the part | ||
| 9515 | 2025.01.17 08:29:12.609328 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9516 | 2025.01.17 08:29:12.609377 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9517 | 2025.01.17 08:29:12.609993 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9518 | 2025.01.17 08:29:12.610317 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 199 rows, containing 5 columns (5 merged, 0 gathered) in 0.003864291 sec., 51497.15691701272 rows/sec., 3.88 MiB/sec. | ||
| 9519 | 2025.01.17 08:29:12.610432 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9520 | 2025.01.17 08:29:12.610557 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9521 | 2025.01.17 08:29:12.610917 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.004201 sec., 21423.470602237565 rows/sec., 1.67 MiB/sec. | ||
| 9522 | 2025.01.17 08:29:12.611241 [ 255 ] {3a3ec3c6-b0be-4eab-8b9c-22477c5b0235} <Debug> TCPHandler: Processed in 0.004724477 sec. | ||
| 9523 | 2025.01.17 08:29:12.611492 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9524 | 2025.01.17 08:29:12.611565 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9525 | 2025.01.17 08:29:12.611857 [ 198 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_61_12} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9526 | 2025.01.17 08:29:12.612001 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9527 | 2025.01.17 08:29:12.612145 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9528 | 2025.01.17 08:29:12.612236 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9529 | 2025.01.17 08:29:12.612979 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2025.01.17 08:29:12.613020 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9531 | 2025.01.17 08:29:12.613430 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9532 | 2025.01.17 08:29:12.613683 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2025.01.17 08:29:12.613904 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.002074 sec., 77627.7724204436 rows/sec., 5.41 MiB/sec. | ||
| 9534 | 2025.01.17 08:29:12.613961 [ 5 ] {d9f4ce5d-f50e-40a2-b81a-5f218fb15709} <Debug> TCPHandler: Processed in 0.002575671 sec. | ||
| 9535 | 2025.01.17 08:29:12.614130 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9536 | 2025.01.17 08:29:12.614273 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9537 | 2025.01.17 08:29:12.614369 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9538 | 2025.01.17 08:29:12.615644 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9539 | 2025.01.17 08:29:12.615686 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9540 | 2025.01.17 08:29:12.616341 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9541 | 2025.01.17 08:29:12.616606 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9542 | 2025.01.17 08:29:12.616797 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9543 | 2025.01.17 08:29:12.616859 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9544 | 2025.01.17 08:29:12.616896 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002648 sec., 9063.444108761329 rows/sec., 16.24 MiB/sec. | ||
| 9545 | 2025.01.17 08:29:12.616904 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9546 | 2025.01.17 08:29:12.617169 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 9547 | 2025.01.17 08:29:12.617188 [ 255 ] {a40ae166-0b46-4b99-a6f7-d9ba53fadee5} <Debug> TCPHandler: Processed in 0.003128554 sec. | ||
| 9548 | 2025.01.17 08:29:12.617417 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2025.01.17 08:29:12.617626 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9550 | 2025.01.17 08:29:12.617694 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9551 | 2025.01.17 08:29:12.617741 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1048 rows starting from the beginning of the part | ||
| 9552 | 2025.01.17 08:29:12.617812 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9553 | 2025.01.17 08:29:12.618545 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part | ||
| 9554 | 2025.01.17 08:29:12.619284 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 9555 | 2025.01.17 08:29:12.619955 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part | ||
| 9556 | 2025.01.17 08:29:12.620135 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9557 | 2025.01.17 08:29:12.620238 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9558 | 2025.01.17 08:29:12.620639 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 9559 | 2025.01.17 08:29:12.621289 [ 200 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 24 rows starting from the beginning of the part | ||
| 9560 | 2025.01.17 08:29:12.621886 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9561 | 2025.01.17 08:29:12.622392 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9562 | 2025.01.17 08:29:12.623028 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005391 sec., 11129.660545353367 rows/sec., 768.06 KiB/sec. | ||
| 9563 | 2025.01.17 08:29:12.623408 [ 5 ] {845d8e95-80dc-4f42-aabd-bd621e239665} <Debug> TCPHandler: Processed in 0.006118238 sec. | ||
| 9564 | 2025.01.17 08:29:12.630222 [ 191 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1152 rows, containing 19 columns (19 merged, 0 gathered) in 0.013183425 sec., 87382.45182871674 rows/sec., 156.59 MiB/sec. | ||
| 9565 | 2025.01.17 08:29:12.631572 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9566 | 2025.01.17 08:29:12.632022 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9567 | 2025.01.17 08:29:12.632109 [ 190 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9568 | 2025.01.17 08:29:12.632265 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.63 MiB. | ||
| 9569 | 2025.01.17 08:29:13.000163 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.40 MiB, peak 234.28 MiB, free memory in arenas 0.00 B, will set to 226.35 MiB (RSS), difference: 1.95 MiB | ||
| 9570 | 2025.01.17 08:29:13.553188 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 9571 | 2025.01.17 08:29:13.553848 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9572 | 2025.01.17 08:29:13.553894 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9573 | 2025.01.17 08:29:13.554425 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9574 | 2025.01.17 08:29:13.554680 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9575 | 2025.01.17 08:29:13.554934 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 9576 | 2025.01.17 08:29:15.003176 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 9577 | 2025.01.17 08:29:15.024341 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9578 | 2025.01.17 08:29:15.024395 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9579 | 2025.01.17 08:29:15.031726 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9580 | 2025.01.17 08:29:15.032517 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9581 | 2025.01.17 08:29:15.035224 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 9582 | 2025.01.17 08:29:16.168992 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1362 | ||
| 9583 | 2025.01.17 08:29:16.172044 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9584 | 2025.01.17 08:29:16.172096 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9585 | 2025.01.17 08:29:16.173578 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9586 | 2025.01.17 08:29:16.173897 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9587 | 2025.01.17 08:29:16.174776 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1362 | ||
| 9588 | 2025.01.17 08:29:17.603298 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9589 | 2025.01.17 08:29:17.603513 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9590 | 2025.01.17 08:29:17.603593 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9591 | 2025.01.17 08:29:17.604424 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9592 | 2025.01.17 08:29:17.604477 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9593 | 2025.01.17 08:29:17.604908 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9594 | 2025.01.17 08:29:17.605172 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9595 | 2025.01.17 08:29:17.605413 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001957 sec., 7153.806847215125 rows/sec., 514.98 KiB/sec. | ||
| 9596 | 2025.01.17 08:29:17.605481 [ 5 ] {508fbfb8-22a3-4542-ba27-7c230561a0d4} <Debug> TCPHandler: Processed in 0.002324269 sec. | ||
| 9597 | 2025.01.17 08:29:17.605747 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9598 | 2025.01.17 08:29:17.605969 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9599 | 2025.01.17 08:29:17.606051 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9600 | 2025.01.17 08:29:17.606961 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9601 | 2025.01.17 08:29:17.607010 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9602 | 2025.01.17 08:29:17.607471 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9603 | 2025.01.17 08:29:17.607730 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9604 | 2025.01.17 08:29:17.607977 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.002069 sec., 113581.44030932817 rows/sec., 9.94 MiB/sec. | ||
| 9605 | 2025.01.17 08:29:17.608033 [ 255 ] {e98d2245-69e2-4316-ac8d-07ac3321a076} <Debug> TCPHandler: Processed in 0.00242207 sec. | ||
| 9606 | 2025.01.17 08:29:17.608193 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9607 | 2025.01.17 08:29:17.608337 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9608 | 2025.01.17 08:29:17.608399 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9609 | 2025.01.17 08:29:17.609099 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9610 | 2025.01.17 08:29:17.609148 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9611 | 2025.01.17 08:29:17.609562 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9612 | 2025.01.17 08:29:17.609810 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9613 | 2025.01.17 08:29:17.610015 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001713 sec., 13426.736719206072 rows/sec., 968.58 KiB/sec. | ||
| 9614 | 2025.01.17 08:29:17.610071 [ 5 ] {9c64fc0f-3dfa-4f33-9163-9f1dc82ffd72} <Debug> TCPHandler: Processed in 0.001947406 sec. | ||
| 9615 | 2025.01.17 08:29:17.610221 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9616 | 2025.01.17 08:29:17.610339 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9617 | 2025.01.17 08:29:17.610388 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9618 | 2025.01.17 08:29:17.611090 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9619 | 2025.01.17 08:29:17.611138 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9620 | 2025.01.17 08:29:17.611557 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9621 | 2025.01.17 08:29:17.611799 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9622 | 2025.01.17 08:29:17.612004 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001689 sec., 8288.928359976317 rows/sec., 580.50 KiB/sec. | ||
| 9623 | 2025.01.17 08:29:17.612054 [ 255 ] {a1675d26-1471-4ace-b7bf-5f1b41393450} <Debug> TCPHandler: Processed in 0.001891695 sec. | ||
| 9624 | 2025.01.17 08:29:17.612211 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2025.01.17 08:29:17.612329 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9626 | 2025.01.17 08:29:17.612378 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9627 | 2025.01.17 08:29:17.613057 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2025.01.17 08:29:17.613104 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9629 | 2025.01.17 08:29:17.613508 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9630 | 2025.01.17 08:29:17.613760 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2025.01.17 08:29:17.614003 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00169 sec., 7692.3076923076915 rows/sec., 479.61 KiB/sec. | ||
| 9632 | 2025.01.17 08:29:17.614123 [ 5 ] {6f51f245-c13f-4cba-9a6b-f50aee379e17} <Debug> TCPHandler: Processed in 0.001965146 sec. | ||
| 9633 | 2025.01.17 08:29:17.614327 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2025.01.17 08:29:17.614449 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9635 | 2025.01.17 08:29:17.614505 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9636 | 2025.01.17 08:29:17.615320 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9637 | 2025.01.17 08:29:17.615365 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9638 | 2025.01.17 08:29:17.615755 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9639 | 2025.01.17 08:29:17.615996 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2025.01.17 08:29:17.616240 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001815 sec., 219283.74655647384 rows/sec., 15.58 MiB/sec. | ||
| 9641 | 2025.01.17 08:29:17.616309 [ 255 ] {f989792c-be11-40bf-ac46-29c7e56d8adc} <Debug> TCPHandler: Processed in 0.002073536 sec. | ||
| 9642 | 2025.01.17 08:29:17.616532 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9643 | 2025.01.17 08:29:17.616749 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9644 | 2025.01.17 08:29:17.616810 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9645 | 2025.01.17 08:29:17.617382 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2025.01.17 08:29:17.617429 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9647 | 2025.01.17 08:29:17.617796 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9648 | 2025.01.17 08:29:17.618036 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2025.01.17 08:29:17.618234 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 9650 | 2025.01.17 08:29:17.618283 [ 5 ] {15d5d2e9-9a89-407e-8a6b-9afb502ab334} <Debug> TCPHandler: Processed in 0.001886905 sec. | ||
| 9651 | 2025.01.17 08:29:17.618436 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9652 | 2025.01.17 08:29:17.618575 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9653 | 2025.01.17 08:29:17.618636 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9654 | 2025.01.17 08:29:17.619331 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9655 | 2025.01.17 08:29:17.619377 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9656 | 2025.01.17 08:29:17.619786 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9657 | 2025.01.17 08:29:17.620029 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9658 | 2025.01.17 08:29:17.620195 [ 70 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 9659 | 2025.01.17 08:29:17.620264 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001714 sec., 138273.04550758458 rows/sec., 9.27 MiB/sec. | ||
| 9660 | 2025.01.17 08:29:17.620276 [ 70 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9661 | 2025.01.17 08:29:17.620349 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9662 | 2025.01.17 08:29:17.620390 [ 255 ] {92d6bb18-a450-4598-ab47-ebf5114d4d5f} <Debug> TCPHandler: Processed in 0.002015705 sec. | ||
| 9663 | 2025.01.17 08:29:17.620628 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9664 | 2025.01.17 08:29:17.620712 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 9665 | 2025.01.17 08:29:17.620813 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9666 | 2025.01.17 08:29:17.620926 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9667 | 2025.01.17 08:29:17.621227 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9668 | 2025.01.17 08:29:17.621394 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 19644 rows starting from the beginning of the part | ||
| 9669 | 2025.01.17 08:29:17.621802 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 9670 | 2025.01.17 08:29:17.622011 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 9671 | 2025.01.17 08:29:17.622492 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 9672 | 2025.01.17 08:29:17.622918 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part | ||
| 9673 | 2025.01.17 08:29:17.623303 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9674 | 2025.01.17 08:29:17.623323 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 9675 | 2025.01.17 08:29:17.623379 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9676 | 2025.01.17 08:29:17.624351 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9677 | 2025.01.17 08:29:17.624666 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9678 | 2025.01.17 08:29:17.625136 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004349 sec., 229.93791676247415 rows/sec., 15.49 KiB/sec. | ||
| 9679 | 2025.01.17 08:29:17.625401 [ 5 ] {3b6905fb-6fc3-454f-9483-a7f9a36267f6} <Debug> TCPHandler: Processed in 0.004907969 sec. | ||
| 9680 | 2025.01.17 08:29:17.625722 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9681 | 2025.01.17 08:29:17.626009 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9682 | 2025.01.17 08:29:17.626264 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9683 | 2025.01.17 08:29:17.628751 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9684 | 2025.01.17 08:29:17.628794 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9685 | 2025.01.17 08:29:17.629649 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9686 | 2025.01.17 08:29:17.630068 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9687 | 2025.01.17 08:29:17.630455 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.004527 sec., 3534.3494588027393 rows/sec., 6.33 MiB/sec. | ||
| 9688 | 2025.01.17 08:29:17.630579 [ 255 ] {c6267ec4-3fef-48b8-8878-c7a743ec7b79} <Debug> TCPHandler: Processed in 0.00506857 sec. | ||
| 9689 | 2025.01.17 08:29:17.630813 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9690 | 2025.01.17 08:29:17.631018 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20471 rows, containing 5 columns (5 merged, 0 gathered) in 0.010514003 sec., 1947022.4613784114 rows/sec., 131.51 MiB/sec. | ||
| 9691 | 2025.01.17 08:29:17.631037 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9692 | 2025.01.17 08:29:17.631107 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9693 | 2025.01.17 08:29:17.631441 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 9694 | 2025.01.17 08:29:17.631781 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9695 | 2025.01.17 08:29:17.631820 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9696 | 2025.01.17 08:29:17.631859 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9697 | 2025.01.17 08:29:17.631970 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_75_15} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 9698 | 2025.01.17 08:29:17.632082 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 9699 | 2025.01.17 08:29:17.632264 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9700 | 2025.01.17 08:29:17.632517 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9701 | 2025.01.17 08:29:17.632755 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001754 sec., 46750.285062713796 rows/sec., 2.97 MiB/sec. | ||
| 9702 | 2025.01.17 08:29:17.632821 [ 5 ] {fe1f7671-9785-4219-b5b1-d154c17fc8d2} <Debug> TCPHandler: Processed in 0.002149277 sec. | ||
| 9703 | 2025.01.17 08:29:20.825936 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9704 | 2025.01.17 08:29:20.826009 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9705 | 2025.01.17 08:29:21.055129 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 9706 | 2025.01.17 08:29:21.055876 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2025.01.17 08:29:21.055921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9708 | 2025.01.17 08:29:21.056449 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9709 | 2025.01.17 08:29:21.056716 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2025.01.17 08:29:21.056937 [ 121 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9711 | 2025.01.17 08:29:21.056975 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 9712 | 2025.01.17 08:29:21.057030 [ 121 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9713 | 2025.01.17 08:29:21.057061 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9714 | 2025.01.17 08:29:21.057264 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 9715 | 2025.01.17 08:29:21.057516 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9716 | 2025.01.17 08:29:21.057581 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 9717 | 2025.01.17 08:29:21.057661 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 9718 | 2025.01.17 08:29:21.057762 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 9719 | 2025.01.17 08:29:21.057992 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 9720 | 2025.01.17 08:29:21.058240 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 9721 | 2025.01.17 08:29:21.058457 [ 188 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 9722 | 2025.01.17 08:29:21.060896 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.00374773 sec., 5631675.707695059 rows/sec., 80.56 MiB/sec. | ||
| 9723 | 2025.01.17 08:29:21.061311 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9724 | 2025.01.17 08:29:21.061677 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9725 | 2025.01.17 08:29:21.061769 [ 197 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_46_9} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9726 | 2025.01.17 08:29:21.061892 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. | ||
| 9727 | 2025.01.17 08:29:22.535358 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9728 | 2025.01.17 08:29:22.558063 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9729 | 2025.01.17 08:29:22.558130 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9730 | 2025.01.17 08:29:22.565701 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9731 | 2025.01.17 08:29:22.566488 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9732 | 2025.01.17 08:29:22.566971 [ 134 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9733 | 2025.01.17 08:29:22.567182 [ 134 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9734 | 2025.01.17 08:29:22.567297 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9735 | 2025.01.17 08:29:22.567848 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 9736 | 2025.01.17 08:29:22.582065 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9737 | 2025.01.17 08:29:22.584187 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9738 | 2025.01.17 08:29:22.586044 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9739 | 2025.01.17 08:29:22.592412 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9740 | 2025.01.17 08:29:22.598251 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9741 | 2025.01.17 08:29:22.599956 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9742 | 2025.01.17 08:29:22.600319 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9743 | 2025.01.17 08:29:22.600440 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9744 | 2025.01.17 08:29:22.602859 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9745 | 2025.01.17 08:29:22.602940 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9746 | 2025.01.17 08:29:22.604442 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9747 | 2025.01.17 08:29:22.605306 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9748 | 2025.01.17 08:29:22.605626 [ 134 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9749 | 2025.01.17 08:29:22.605710 [ 134 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2025.01.17 08:29:22.605852 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9751 | 2025.01.17 08:29:22.606172 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.00591 sec., 17597.292724196275 rows/sec., 1.47 MiB/sec. | ||
| 9752 | 2025.01.17 08:29:22.606544 [ 5 ] {9ae785d4-7413-4e4c-a261-f00553ff2392} <Debug> TCPHandler: Processed in 0.006738024 sec. | ||
| 9753 | 2025.01.17 08:29:22.606943 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9754 | 2025.01.17 08:29:22.607071 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9755 | 2025.01.17 08:29:22.607622 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9756 | 2025.01.17 08:29:22.607917 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9757 | 2025.01.17 08:29:22.608393 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9758 | 2025.01.17 08:29:22.608594 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1433 rows starting from the beginning of the part | ||
| 9759 | 2025.01.17 08:29:22.609254 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 104 rows starting from the beginning of the part | ||
| 9760 | 2025.01.17 08:29:22.610265 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 235 rows starting from the beginning of the part | ||
| 9761 | 2025.01.17 08:29:22.610930 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 105 rows starting from the beginning of the part | ||
| 9762 | 2025.01.17 08:29:22.611908 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 235 rows starting from the beginning of the part | ||
| 9763 | 2025.01.17 08:29:22.612806 [ 187 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 104 rows starting from the beginning of the part | ||
| 9764 | 2025.01.17 08:29:22.615282 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9765 | 2025.01.17 08:29:22.615420 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9766 | 2025.01.17 08:29:22.618810 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9767 | 2025.01.17 08:29:22.620156 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9768 | 2025.01.17 08:29:22.620259 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2216 rows, containing 5 columns (5 merged, 0 gathered) in 0.014087172 sec., 157306.23577251701 rows/sec., 13.86 MiB/sec. | ||
| 9769 | 2025.01.17 08:29:22.620754 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9770 | 2025.01.17 08:29:22.621675 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2025.01.17 08:29:22.621726 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9772 | 2025.01.17 08:29:22.621973 [ 189 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_76_15} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9773 | 2025.01.17 08:29:22.622091 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.014639 sec., 1639.4562470114079 rows/sec., 123.28 KiB/sec. | ||
| 9774 | 2025.01.17 08:29:22.622222 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 9775 | 2025.01.17 08:29:22.622470 [ 255 ] {3564ee9c-6c79-44ef-aa98-66437ff790c8} <Debug> TCPHandler: Processed in 0.015763985 sec. | ||
| 9776 | 2025.01.17 08:29:22.622717 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9777 | 2025.01.17 08:29:22.622940 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9778 | 2025.01.17 08:29:22.623040 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9779 | 2025.01.17 08:29:22.624803 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9780 | 2025.01.17 08:29:22.624857 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9781 | 2025.01.17 08:29:22.625548 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9782 | 2025.01.17 08:29:22.626089 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9783 | 2025.01.17 08:29:22.626393 [ 134 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9784 | 2025.01.17 08:29:22.626504 [ 134 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9785 | 2025.01.17 08:29:22.626590 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9786 | 2025.01.17 08:29:22.626742 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.003819 sec., 23042.68133019115 rows/sec., 1.80 MiB/sec. | ||
| 9787 | 2025.01.17 08:29:22.627025 [ 5 ] {426d2ee9-241a-45cf-a31a-53e9577e3ede} <Debug> TCPHandler: Processed in 0.004416555 sec. | ||
| 9788 | 2025.01.17 08:29:22.627339 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9789 | 2025.01.17 08:29:22.627477 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9790 | 2025.01.17 08:29:22.627688 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9791 | 2025.01.17 08:29:22.627963 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9792 | 2025.01.17 08:29:22.629075 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9793 | 2025.01.17 08:29:22.629417 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 914 rows starting from the beginning of the part | ||
| 9794 | 2025.01.17 08:29:22.630045 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 88 rows starting from the beginning of the part | ||
| 9795 | 2025.01.17 08:29:22.630733 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 398 rows starting from the beginning of the part | ||
| 9796 | 2025.01.17 08:29:22.631496 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 90 rows starting from the beginning of the part | ||
| 9797 | 2025.01.17 08:29:22.632229 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 398 rows starting from the beginning of the part | ||
| 9798 | 2025.01.17 08:29:22.632332 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9799 | 2025.01.17 08:29:22.632530 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9800 | 2025.01.17 08:29:22.632761 [ 195 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 88 rows starting from the beginning of the part | ||
| 9801 | 2025.01.17 08:29:22.634846 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9802 | 2025.01.17 08:29:22.635671 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9803 | 2025.01.17 08:29:22.636541 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.008945 sec., 17887.087758524314 rows/sec., 1.25 MiB/sec. | ||
| 9804 | 2025.01.17 08:29:22.636872 [ 255 ] {a30b5a84-65aa-41b7-b416-204c1eaf458b} <Debug> TCPHandler: Processed in 0.009733287 sec. | ||
| 9805 | 2025.01.17 08:29:22.637159 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2025.01.17 08:29:22.637640 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9807 | 2025.01.17 08:29:22.638078 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9808 | 2025.01.17 08:29:22.643440 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1976 rows, containing 5 columns (5 merged, 0 gathered) in 0.016677512 sec., 118482.90080678702 rows/sec., 9.08 MiB/sec. | ||
| 9809 | 2025.01.17 08:29:22.643880 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9810 | 2025.01.17 08:29:22.644995 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9811 | 2025.01.17 08:29:22.645362 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_76_15} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9812 | 2025.01.17 08:29:22.645678 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9813 | 2025.01.17 08:29:22.647962 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9814 | 2025.01.17 08:29:22.648054 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9815 | 2025.01.17 08:29:22.651817 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9816 | 2025.01.17 08:29:22.652516 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9817 | 2025.01.17 08:29:22.653202 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.015768 sec., 1522.0700152207 rows/sec., 2.73 MiB/sec. | ||
| 9818 | 2025.01.17 08:29:22.653783 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9819 | 2025.01.17 08:29:22.653859 [ 5 ] {a7dc29ea-342b-4dd5-aa10-550d530087c1} <Debug> TCPHandler: Processed in 0.016837173 sec. | ||
| 9820 | 2025.01.17 08:29:22.654165 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9821 | 2025.01.17 08:29:22.654408 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9822 | 2025.01.17 08:29:22.654526 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9823 | 2025.01.17 08:29:22.656038 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9824 | 2025.01.17 08:29:22.656097 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9825 | 2025.01.17 08:29:22.656909 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 9826 | 2025.01.17 08:29:22.657343 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9827 | 2025.01.17 08:29:22.657653 [ 134 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 9828 | 2025.01.17 08:29:22.657783 [ 134 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9829 | 2025.01.17 08:29:22.657878 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9830 | 2025.01.17 08:29:22.658123 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003749 sec., 16004.267804747931 rows/sec., 1.08 MiB/sec. | ||
| 9831 | 2025.01.17 08:29:22.658429 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full | ||
| 9832 | 2025.01.17 08:29:22.658457 [ 255 ] {5a96feb1-6d0a-431c-9781-57cef49f433b} <Debug> TCPHandler: Processed in 0.004491355 sec. | ||
| 9833 | 2025.01.17 08:29:22.658759 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9834 | 2025.01.17 08:29:22.658818 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4128 rows starting from the beginning of the part | ||
| 9835 | 2025.01.17 08:29:22.658975 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 9836 | 2025.01.17 08:29:22.659249 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 9837 | 2025.01.17 08:29:22.659616 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 9838 | 2025.01.17 08:29:22.659803 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 9839 | 2025.01.17 08:29:22.660001 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 9840 | 2025.01.17 08:29:22.663095 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4472 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505723 sec., 884278.5477425389 rows/sec., 57.54 MiB/sec. | ||
| 9841 | 2025.01.17 08:29:22.663424 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 9842 | 2025.01.17 08:29:22.663926 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9843 | 2025.01.17 08:29:22.664093 [ 194 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_76_15} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 9844 | 2025.01.17 08:29:22.664223 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 9845 | 2025.01.17 08:29:22.665150 [ 186 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9846 | 2025.01.17 08:29:22.729284 [ 198 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.16176687 sec., 2145.062212058625 rows/sec., 11.09 MiB/sec. | ||
| 9847 | 2025.01.17 08:29:22.731664 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9848 | 2025.01.17 08:29:22.734559 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9849 | 2025.01.17 08:29:22.734694 [ 190 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_46_9} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9850 | 2025.01.17 08:29:22.736576 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9851 | 2025.01.17 08:29:26.175064 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1396 | ||
| 9852 | 2025.01.17 08:29:26.178100 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9853 | 2025.01.17 08:29:26.178149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9854 | 2025.01.17 08:29:26.179602 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9855 | 2025.01.17 08:29:26.179909 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9856 | 2025.01.17 08:29:26.180438 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1396 | ||
| 9857 | 2025.01.17 08:29:26.540613 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9858 | 2025.01.17 08:29:26.540814 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9859 | 2025.01.17 08:29:26.540894 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9860 | 2025.01.17 08:29:26.541727 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9861 | 2025.01.17 08:29:26.541772 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9862 | 2025.01.17 08:29:26.542214 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9863 | 2025.01.17 08:29:26.542483 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2025.01.17 08:29:26.542690 [ 136 ] {} <Debug> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9865 | 2025.01.17 08:29:26.542750 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001987 sec., 7045.797684952189 rows/sec., 507.20 KiB/sec. | ||
| 9866 | 2025.01.17 08:29:26.542780 [ 136 ] {} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9867 | 2025.01.17 08:29:26.542859 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9868 | 2025.01.17 08:29:26.542893 [ 5 ] {aba4c2d6-8a4a-4593-89b3-00e00854b869} <Debug> TCPHandler: Processed in 0.002403599 sec. | ||
| 9869 | 2025.01.17 08:29:26.543090 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9870 | 2025.01.17 08:29:26.543199 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9871 | 2025.01.17 08:29:26.543258 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9872 | 2025.01.17 08:29:26.543304 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 14 rows starting from the beginning of the part | ||
| 9873 | 2025.01.17 08:29:26.543438 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9874 | 2025.01.17 08:29:26.543506 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9875 | 2025.01.17 08:29:26.543621 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9876 | 2025.01.17 08:29:26.543890 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 9877 | 2025.01.17 08:29:26.544217 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 9878 | 2025.01.17 08:29:26.544544 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 9879 | 2025.01.17 08:29:26.546049 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003083655 sec., 22700.334505643466 rows/sec., 1.68 MiB/sec. | ||
| 9880 | 2025.01.17 08:29:26.546177 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9881 | 2025.01.17 08:29:26.546468 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9882 | 2025.01.17 08:29:26.546469 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9883 | 2025.01.17 08:29:26.546514 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9884 | 2025.01.17 08:29:26.546594 [ 196 ] {32dc52e1-3707-466c-bfa1-796ad25b9cf2::all_1_33_8} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9885 | 2025.01.17 08:29:26.546691 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9886 | 2025.01.17 08:29:26.547034 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9887 | 2025.01.17 08:29:26.547270 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9888 | 2025.01.17 08:29:26.547452 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Debug> executeQuery: Read 1375 rows, 117.18 KiB in 0.004155 sec., 330926.5944645006 rows/sec., 27.54 MiB/sec. | ||
| 9889 | 2025.01.17 08:29:26.547513 [ 255 ] {6278479f-150c-4833-bdc9-3d0ebaffc999} <Debug> TCPHandler: Processed in 0.004485206 sec. | ||
| 9890 | 2025.01.17 08:29:26.547668 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2025.01.17 08:29:26.547866 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9892 | 2025.01.17 08:29:26.547930 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9893 | 2025.01.17 08:29:26.548665 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9894 | 2025.01.17 08:29:26.548710 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9895 | 2025.01.17 08:29:26.549096 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9896 | 2025.01.17 08:29:26.549350 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9897 | 2025.01.17 08:29:26.549567 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001733 sec., 13271.783035199078 rows/sec., 957.40 KiB/sec. | ||
| 9898 | 2025.01.17 08:29:26.549634 [ 5 ] {3f687c01-ad17-4eb8-a149-da57b6972755} <Debug> TCPHandler: Processed in 0.001977965 sec. | ||
| 9899 | 2025.01.17 08:29:26.549858 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9900 | 2025.01.17 08:29:26.550038 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9901 | 2025.01.17 08:29:26.550101 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9902 | 2025.01.17 08:29:26.550860 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9903 | 2025.01.17 08:29:26.550900 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9904 | 2025.01.17 08:29:26.551278 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9905 | 2025.01.17 08:29:26.551519 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9906 | 2025.01.17 08:29:26.551742 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001737 sec., 139320.66781807714 rows/sec., 9.44 MiB/sec. | ||
| 9907 | 2025.01.17 08:29:26.551931 [ 255 ] {8dec3e29-632c-48f4-938a-f57fec302131} <Debug> TCPHandler: Processed in 0.002197597 sec. | ||
| 9908 | 2025.01.17 08:29:26.552149 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2025.01.17 08:29:26.552283 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9910 | 2025.01.17 08:29:26.552342 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9911 | 2025.01.17 08:29:26.552953 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9912 | 2025.01.17 08:29:26.552992 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9913 | 2025.01.17 08:29:26.553364 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9914 | 2025.01.17 08:29:26.553616 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9915 | 2025.01.17 08:29:26.553779 [ 136 ] {} <Debug> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 9916 | 2025.01.17 08:29:26.553843 [ 136 ] {} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9917 | 2025.01.17 08:29:26.553857 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001593 sec., 8160.703075957314 rows/sec., 508.82 KiB/sec. | ||
| 9918 | 2025.01.17 08:29:26.553887 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9919 | 2025.01.17 08:29:26.554002 [ 5 ] {c2a7b730-8b4b-46b8-8d23-7119a86950d1} <Debug> TCPHandler: Processed in 0.001944336 sec. | ||
| 9920 | 2025.01.17 08:29:26.554071 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_29_7 to all_33_33_0 into Compact with storage Full | ||
| 9921 | 2025.01.17 08:29:26.554213 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9922 | 2025.01.17 08:29:26.554221 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9923 | 2025.01.17 08:29:26.554293 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 13 rows starting from the beginning of the part | ||
| 9924 | 2025.01.17 08:29:26.554540 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9925 | 2025.01.17 08:29:26.554589 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9926 | 2025.01.17 08:29:26.554684 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9927 | 2025.01.17 08:29:26.554924 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 9928 | 2025.01.17 08:29:26.555266 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 9929 | 2025.01.17 08:29:26.555601 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 9930 | 2025.01.17 08:29:26.557668 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9931 | 2025.01.17 08:29:26.557762 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9932 | 2025.01.17 08:29:26.557936 [ 193 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003924931 sec., 16560.800686687227 rows/sec., 1.07 MiB/sec. | ||
| 9933 | 2025.01.17 08:29:26.558098 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 9934 | 2025.01.17 08:29:26.558382 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9935 | 2025.01.17 08:29:26.558449 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9936 | 2025.01.17 08:29:26.558538 [ 196 ] {9fc59727-6c70-44bf-a940-faef6b5386c9::all_1_33_8} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 9937 | 2025.01.17 08:29:26.558633 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9938 | 2025.01.17 08:29:26.558696 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9939 | 2025.01.17 08:29:26.558908 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Debug> executeQuery: Read 854 rows, 63.25 KiB in 0.00453 sec., 188520.97130242825 rows/sec., 13.64 MiB/sec. | ||
| 9940 | 2025.01.17 08:29:26.559062 [ 255 ] {8fc494bc-0a99-45bb-a61b-a99115fd5bcf} <Debug> TCPHandler: Processed in 0.004949709 sec. | ||
| 9941 | 2025.01.17 08:29:26.559294 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9942 | 2025.01.17 08:29:26.559430 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9943 | 2025.01.17 08:29:26.559493 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9944 | 2025.01.17 08:29:26.560021 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9945 | 2025.01.17 08:29:26.560061 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9946 | 2025.01.17 08:29:26.560444 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9947 | 2025.01.17 08:29:26.560698 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9948 | 2025.01.17 08:29:26.560926 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001524 sec., 3937.0078740157483 rows/sec., 205.69 KiB/sec. | ||
| 9949 | 2025.01.17 08:29:26.561052 [ 5 ] {7e440b5c-a499-4d0a-8666-0d6ff9deafd1} <Debug> TCPHandler: Processed in 0.001874325 sec. | ||
| 9950 | 2025.01.17 08:29:26.561229 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9951 | 2025.01.17 08:29:26.561368 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9952 | 2025.01.17 08:29:26.561430 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9953 | 2025.01.17 08:29:26.562225 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9954 | 2025.01.17 08:29:26.562263 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9955 | 2025.01.17 08:29:26.562712 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9956 | 2025.01.17 08:29:26.562952 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9957 | 2025.01.17 08:29:26.563161 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Debug> executeQuery: Read 925 rows, 63.20 KiB in 0.001823 sec., 507405.37575425126 rows/sec., 33.86 MiB/sec. | ||
| 9958 | 2025.01.17 08:29:26.563218 [ 255 ] {36855c53-f9d7-40d6-bf69-23bfd81a92c0} <Debug> TCPHandler: Processed in 0.002055826 sec. | ||
| 9959 | 2025.01.17 08:29:26.563369 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9960 | 2025.01.17 08:29:26.563508 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9961 | 2025.01.17 08:29:26.563568 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9962 | 2025.01.17 08:29:26.564063 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9963 | 2025.01.17 08:29:26.564103 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9964 | 2025.01.17 08:29:26.564472 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9965 | 2025.01.17 08:29:26.564720 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9966 | 2025.01.17 08:29:26.564942 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 9967 | 2025.01.17 08:29:26.564994 [ 5 ] {7470e1bf-8a8a-40b8-b255-047b27504021} <Debug> TCPHandler: Processed in 0.001692324 sec. | ||
| 9968 | 2025.01.17 08:29:26.565148 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9969 | 2025.01.17 08:29:26.565287 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9970 | 2025.01.17 08:29:26.565378 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 9971 | 2025.01.17 08:29:26.566541 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9972 | 2025.01.17 08:29:26.566581 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9973 | 2025.01.17 08:29:26.567216 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9974 | 2025.01.17 08:29:26.567473 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9975 | 2025.01.17 08:29:26.567734 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002474 sec., 6467.259498787389 rows/sec., 11.59 MiB/sec. | ||
| 9976 | 2025.01.17 08:29:26.568021 [ 255 ] {3cbf5441-7f59-4201-be4e-2b0868295731} <Debug> TCPHandler: Processed in 0.002939064 sec. | ||
| 9977 | 2025.01.17 08:29:26.568275 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9978 | 2025.01.17 08:29:26.568413 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9979 | 2025.01.17 08:29:26.568474 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9980 | 2025.01.17 08:29:26.569005 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9981 | 2025.01.17 08:29:26.569045 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9982 | 2025.01.17 08:29:26.569426 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 9983 | 2025.01.17 08:29:26.569681 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9984 | 2025.01.17 08:29:26.569916 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.00153 sec., 45751.63398692811 rows/sec., 2.88 MiB/sec. | ||
| 9985 | 2025.01.17 08:29:26.570005 [ 5 ] {01ad6cb2-753b-44d5-935e-cc9df00ed3f3} <Debug> TCPHandler: Processed in 0.001881025 sec. | ||
| 9986 | 2025.01.17 08:29:27.592840 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9987 | 2025.01.17 08:29:27.593066 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9988 | 2025.01.17 08:29:27.593144 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9989 | 2025.01.17 08:29:27.593946 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2025.01.17 08:29:27.593998 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 9991 | 2025.01.17 08:29:27.594424 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 9992 | 2025.01.17 08:29:27.594691 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9993 | 2025.01.17 08:29:27.594970 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001954 sec., 28659.160696008188 rows/sec., 2.19 MiB/sec. | ||
| 9994 | 2025.01.17 08:29:27.595052 [ 5 ] {f6196eeb-3f98-45d3-87c8-5c19aee18dd1} <Debug> TCPHandler: Processed in 0.002342229 sec. | ||
| 9995 | 2025.01.17 08:29:27.595344 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9996 | 2025.01.17 08:29:27.595526 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9997 | 2025.01.17 08:29:27.595596 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9998 | 2025.01.17 08:29:27.596354 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9999 | 2025.01.17 08:29:27.596403 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10000 | 2025.01.17 08:29:27.596843 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10001 | 2025.01.17 08:29:27.597102 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10002 | 2025.01.17 08:29:27.597316 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001838 sec., 34820.45701849837 rows/sec., 2.72 MiB/sec. | ||
| 10003 | 2025.01.17 08:29:27.597376 [ 255 ] {f54f732f-9c2b-48fd-9599-d38081caa783} <Debug> TCPHandler: Processed in 0.002183307 sec. | ||
| 10004 | 2025.01.17 08:29:27.597529 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2025.01.17 08:29:27.597654 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10006 | 2025.01.17 08:29:27.597713 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10007 | 2025.01.17 08:29:27.598297 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10008 | 2025.01.17 08:29:27.598339 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10009 | 2025.01.17 08:29:27.598726 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10010 | 2025.01.17 08:29:27.598971 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10011 | 2025.01.17 08:29:27.599224 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001596 sec., 20050.12531328321 rows/sec., 1.40 MiB/sec. | ||
| 10012 | 2025.01.17 08:29:27.599318 [ 5 ] {d9c9fb0f-3ccc-42f8-8ea9-b02ba9de31e7} <Debug> TCPHandler: Processed in 0.001847195 sec. | ||
| 10013 | 2025.01.17 08:29:27.599526 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10014 | 2025.01.17 08:29:27.599745 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10015 | 2025.01.17 08:29:27.599809 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10016 | 2025.01.17 08:29:27.600396 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10017 | 2025.01.17 08:29:27.600444 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10018 | 2025.01.17 08:29:27.600868 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10019 | 2025.01.17 08:29:27.601125 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10020 | 2025.01.17 08:29:27.601326 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001641 sec., 7312.614259597805 rows/sec., 504.65 KiB/sec. | ||
| 10021 | 2025.01.17 08:29:27.601413 [ 255 ] {1cd189d3-7f96-4c7e-86f2-05487b0facf8} <Debug> TCPHandler: Processed in 0.001996126 sec. | ||
| 10022 | 2025.01.17 08:29:28.557193 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 10023 | 2025.01.17 08:29:28.557843 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10024 | 2025.01.17 08:29:28.557879 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10025 | 2025.01.17 08:29:28.558402 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10026 | 2025.01.17 08:29:28.558651 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10027 | 2025.01.17 08:29:28.558824 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 10028 | 2025.01.17 08:29:30.082222 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 10029 | 2025.01.17 08:29:30.101514 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10030 | 2025.01.17 08:29:30.101583 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10031 | 2025.01.17 08:29:30.108558 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10032 | 2025.01.17 08:29:30.109333 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10033 | 2025.01.17 08:29:30.112052 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 10034 | 2025.01.17 08:29:32.599017 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10035 | 2025.01.17 08:29:32.599195 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10036 | 2025.01.17 08:29:32.599264 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10037 | 2025.01.17 08:29:32.600075 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10038 | 2025.01.17 08:29:32.600129 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10039 | 2025.01.17 08:29:32.600562 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10040 | 2025.01.17 08:29:32.600804 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10041 | 2025.01.17 08:29:32.601069 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.001901 sec., 54708.048395581274 rows/sec., 4.56 MiB/sec. | ||
| 10042 | 2025.01.17 08:29:32.601185 [ 5 ] {9fc72e75-6cc3-4057-b126-fdbf373da82d} <Debug> TCPHandler: Processed in 0.002297038 sec. | ||
| 10043 | 2025.01.17 08:29:32.601459 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10044 | 2025.01.17 08:29:32.601654 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10045 | 2025.01.17 08:29:32.601730 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10046 | 2025.01.17 08:29:32.602498 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10047 | 2025.01.17 08:29:32.602541 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10048 | 2025.01.17 08:29:32.602976 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10049 | 2025.01.17 08:29:32.603226 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10050 | 2025.01.17 08:29:32.603463 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001852 sec., 12958.963282937366 rows/sec., 974.45 KiB/sec. | ||
| 10051 | 2025.01.17 08:29:32.603587 [ 255 ] {a7c47550-21d3-44ba-a276-0308b218827b} <Debug> TCPHandler: Processed in 0.002293898 sec. | ||
| 10052 | 2025.01.17 08:29:32.603847 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10053 | 2025.01.17 08:29:32.604062 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10054 | 2025.01.17 08:29:32.604126 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10055 | 2025.01.17 08:29:32.604881 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10056 | 2025.01.17 08:29:32.604924 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10057 | 2025.01.17 08:29:32.605314 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10058 | 2025.01.17 08:29:32.605574 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10059 | 2025.01.17 08:29:32.605810 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001783 sec., 49355.01962983735 rows/sec., 3.85 MiB/sec. | ||
| 10060 | 2025.01.17 08:29:32.605898 [ 5 ] {701766fe-71ca-44e3-9488-b86487e49b00} <Debug> TCPHandler: Processed in 0.002187887 sec. | ||
| 10061 | 2025.01.17 08:29:32.606133 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10062 | 2025.01.17 08:29:32.606296 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10063 | 2025.01.17 08:29:32.606355 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10064 | 2025.01.17 08:29:32.606946 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10065 | 2025.01.17 08:29:32.606986 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10066 | 2025.01.17 08:29:32.607383 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10067 | 2025.01.17 08:29:32.607620 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10068 | 2025.01.17 08:29:32.607792 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
| 10069 | 2025.01.17 08:29:32.607842 [ 255 ] {149260cf-0684-4758-8c23-c936846dcd11} <Debug> TCPHandler: Processed in 0.001847235 sec. | ||
| 10070 | 2025.01.17 08:29:32.608001 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10071 | 2025.01.17 08:29:32.608142 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10072 | 2025.01.17 08:29:32.608240 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10073 | 2025.01.17 08:29:32.609510 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10074 | 2025.01.17 08:29:32.609552 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10075 | 2025.01.17 08:29:32.610202 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10076 | 2025.01.17 08:29:32.610476 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10077 | 2025.01.17 08:29:32.610743 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.002633 sec., 9115.077857956703 rows/sec., 16.33 MiB/sec. | ||
| 10078 | 2025.01.17 08:29:32.610855 [ 5 ] {611769ba-6335-478f-ab89-ed0220b520a1} <Debug> TCPHandler: Processed in 0.002921994 sec. | ||
| 10079 | 2025.01.17 08:29:32.611092 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10080 | 2025.01.17 08:29:32.611309 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10081 | 2025.01.17 08:29:32.611401 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10082 | 2025.01.17 08:29:32.612119 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2025.01.17 08:29:32.612156 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10084 | 2025.01.17 08:29:32.612525 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10085 | 2025.01.17 08:29:32.612757 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10086 | 2025.01.17 08:29:32.612950 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001688 sec., 35545.02369668247 rows/sec., 2.40 MiB/sec. | ||
| 10087 | 2025.01.17 08:29:32.613043 [ 255 ] {3a82d5cd-9b90-466b-b8d5-f7be0389bea4} <Debug> TCPHandler: Processed in 0.002055006 sec. | ||
| 10088 | 2025.01.17 08:29:35.826062 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10089 | 2025.01.17 08:29:35.826165 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10090 | 2025.01.17 08:29:36.001371 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000964578 sec. | ||
| 10091 | 2025.01.17 08:29:36.059050 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 10092 | 2025.01.17 08:29:36.060215 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10093 | 2025.01.17 08:29:36.060306 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10094 | 2025.01.17 08:29:36.060949 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10095 | 2025.01.17 08:29:36.061206 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10096 | 2025.01.17 08:29:36.061460 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 10097 | 2025.01.17 08:29:36.180719 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1438 | ||
| 10098 | 2025.01.17 08:29:36.183917 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10099 | 2025.01.17 08:29:36.183965 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10100 | 2025.01.17 08:29:36.185438 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10101 | 2025.01.17 08:29:36.185741 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10102 | 2025.01.17 08:29:36.188075 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1438 | ||
| 10103 | 2025.01.17 08:29:37.000171 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 224.82 MiB, peak 241.58 MiB, free memory in arenas 0.00 B, will set to 228.82 MiB (RSS), difference: 4.01 MiB | ||
| 10104 | 2025.01.17 08:29:37.603504 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10105 | 2025.01.17 08:29:37.603709 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10106 | 2025.01.17 08:29:37.603790 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10107 | 2025.01.17 08:29:37.605240 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10108 | 2025.01.17 08:29:37.605334 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10109 | 2025.01.17 08:29:37.605801 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10110 | 2025.01.17 08:29:37.606077 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10111 | 2025.01.17 08:29:37.606343 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00268 sec., 5223.880597014925 rows/sec., 376.05 KiB/sec. | ||
| 10112 | 2025.01.17 08:29:37.606447 [ 5 ] {527139c1-77e5-47ab-b4b2-b33f58993ed5} <Debug> TCPHandler: Processed in 0.003078384 sec. | ||
| 10113 | 2025.01.17 08:29:37.606750 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10114 | 2025.01.17 08:29:37.606960 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10115 | 2025.01.17 08:29:37.607036 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10116 | 2025.01.17 08:29:37.607899 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10117 | 2025.01.17 08:29:37.607945 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10118 | 2025.01.17 08:29:37.608405 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10119 | 2025.01.17 08:29:37.608668 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10120 | 2025.01.17 08:29:37.608908 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.002007 sec., 117090.18435475834 rows/sec., 10.25 MiB/sec. | ||
| 10121 | 2025.01.17 08:29:37.608965 [ 255 ] {4da9064a-0494-4b8d-a1e7-fa16493bd64e} <Debug> TCPHandler: Processed in 0.002375259 sec. | ||
| 10122 | 2025.01.17 08:29:37.609167 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10123 | 2025.01.17 08:29:37.609305 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10124 | 2025.01.17 08:29:37.609364 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10125 | 2025.01.17 08:29:37.610071 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10126 | 2025.01.17 08:29:37.610112 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10127 | 2025.01.17 08:29:37.610484 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10128 | 2025.01.17 08:29:37.610734 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10129 | 2025.01.17 08:29:37.610902 [ 119 ] {} <Debug> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10130 | 2025.01.17 08:29:37.610966 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.001689 sec., 13617.525162818236 rows/sec., 982.34 KiB/sec. | ||
| 10131 | 2025.01.17 08:29:37.610991 [ 119 ] {} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10132 | 2025.01.17 08:29:37.611054 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10133 | 2025.01.17 08:29:37.611100 [ 5 ] {93fa7183-aaae-493a-a2a8-e84817b48859} <Debug> TCPHandler: Processed in 0.002000376 sec. | ||
| 10134 | 2025.01.17 08:29:37.611316 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10135 | 2025.01.17 08:29:37.611324 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::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 | ||
| 10136 | 2025.01.17 08:29:37.611463 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10137 | 2025.01.17 08:29:37.611476 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10138 | 2025.01.17 08:29:37.611515 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 65 rows starting from the beginning of the part | ||
| 10139 | 2025.01.17 08:29:37.611521 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10140 | 2025.01.17 08:29:37.611729 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 23 rows starting from the beginning of the part | ||
| 10141 | 2025.01.17 08:29:37.611963 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
| 10142 | 2025.01.17 08:29:37.612363 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 10143 | 2025.01.17 08:29:37.612480 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 23 rows starting from the beginning of the part | ||
| 10144 | 2025.01.17 08:29:37.612849 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part | ||
| 10145 | 2025.01.17 08:29:37.613460 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 23 rows starting from the beginning of the part | ||
| 10146 | 2025.01.17 08:29:37.615410 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10147 | 2025.01.17 08:29:37.615487 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10148 | 2025.01.17 08:29:37.616856 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10149 | 2025.01.17 08:29:37.617574 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10150 | 2025.01.17 08:29:37.617693 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 182 rows, containing 5 columns (5 merged, 0 gathered) in 0.006520981 sec., 27909.911100799098 rows/sec., 2.10 MiB/sec. | ||
| 10151 | 2025.01.17 08:29:37.617967 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10152 | 2025.01.17 08:29:37.618569 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.007097 sec., 1972.6645061293505 rows/sec., 138.15 KiB/sec. | ||
| 10153 | 2025.01.17 08:29:37.619360 [ 255 ] {8e228268-7673-4033-b18a-d5a3b531a5e2} <Debug> TCPHandler: Processed in 0.008126825 sec. | ||
| 10154 | 2025.01.17 08:29:37.619765 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10155 | 2025.01.17 08:29:37.619779 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10156 | 2025.01.17 08:29:37.620197 [ 196 ] {c8ffa058-cf84-4e10-8d16-a37c39a2916e::all_1_66_13} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10157 | 2025.01.17 08:29:37.620332 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10158 | 2025.01.17 08:29:37.620432 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10159 | 2025.01.17 08:29:37.620528 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10160 | 2025.01.17 08:29:37.625407 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10161 | 2025.01.17 08:29:37.625571 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10162 | 2025.01.17 08:29:37.627165 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10163 | 2025.01.17 08:29:37.628724 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10164 | 2025.01.17 08:29:37.629547 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.009349 sec., 1390.5230505936465 rows/sec., 86.70 KiB/sec. | ||
| 10165 | 2025.01.17 08:29:37.630007 [ 5 ] {7b2753d1-2aeb-49e3-af25-03fab5723bc4} <Debug> TCPHandler: Processed in 0.010454523 sec. | ||
| 10166 | 2025.01.17 08:29:37.630410 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10167 | 2025.01.17 08:29:37.630698 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10168 | 2025.01.17 08:29:37.630790 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10169 | 2025.01.17 08:29:37.632529 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10170 | 2025.01.17 08:29:37.632586 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10171 | 2025.01.17 08:29:37.633202 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10172 | 2025.01.17 08:29:37.633694 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10173 | 2025.01.17 08:29:37.634160 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.003529 sec., 112779.8243128365 rows/sec., 8.01 MiB/sec. | ||
| 10174 | 2025.01.17 08:29:37.634273 [ 255 ] {6711def3-0060-404c-a5f1-49104e8ed9ce} <Debug> TCPHandler: Processed in 0.004091722 sec. | ||
| 10175 | 2025.01.17 08:29:37.634522 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10176 | 2025.01.17 08:29:37.634825 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10177 | 2025.01.17 08:29:37.634971 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10178 | 2025.01.17 08:29:37.637423 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2025.01.17 08:29:37.637498 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10180 | 2025.01.17 08:29:37.638692 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10181 | 2025.01.17 08:29:37.639476 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2025.01.17 08:29:37.640120 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005385 sec., 1114.2061281337046 rows/sec., 58.21 KiB/sec. | ||
| 10183 | 2025.01.17 08:29:37.640396 [ 5 ] {9b3a3744-7311-471f-8c39-3704a6d27127} <Debug> TCPHandler: Processed in 0.006005107 sec. | ||
| 10184 | 2025.01.17 08:29:37.640657 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10185 | 2025.01.17 08:29:37.640872 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10186 | 2025.01.17 08:29:37.640969 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10187 | 2025.01.17 08:29:37.642424 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10188 | 2025.01.17 08:29:37.642479 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10189 | 2025.01.17 08:29:37.643248 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10190 | 2025.01.17 08:29:37.643689 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2025.01.17 08:29:37.643980 [ 119 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 10192 | 2025.01.17 08:29:37.644157 [ 119 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10193 | 2025.01.17 08:29:37.644226 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003391 sec., 69890.88764376291 rows/sec., 4.68 MiB/sec. | ||
| 10194 | 2025.01.17 08:29:37.644280 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10195 | 2025.01.17 08:29:37.644592 [ 255 ] {d517ada6-a3a1-4dc9-a01c-5f1aef98a73b} <Debug> TCPHandler: Processed in 0.004074382 sec. | ||
| 10196 | 2025.01.17 08:29:37.644980 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10197 | 2025.01.17 08:29:37.645364 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10198 | 2025.01.17 08:29:37.645573 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10199 | 2025.01.17 08:29:37.647683 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
| 10200 | 2025.01.17 08:29:37.648654 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10201 | 2025.01.17 08:29:37.648753 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2025.01.17 08:29:37.648819 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_75_15, total 20471 rows starting from the beginning of the part | ||
| 10203 | 2025.01.17 08:29:37.648862 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10204 | 2025.01.17 08:29:37.649294 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 10205 | 2025.01.17 08:29:37.649988 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 925 rows starting from the beginning of the part | ||
| 10206 | 2025.01.17 08:29:37.650944 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10207 | 2025.01.17 08:29:37.651074 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 32 rows starting from the beginning of the part | ||
| 10208 | 2025.01.17 08:29:37.651608 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
| 10209 | 2025.01.17 08:29:37.652126 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10210 | 2025.01.17 08:29:37.652219 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 237 rows starting from the beginning of the part | ||
| 10211 | 2025.01.17 08:29:37.653064 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007812 sec., 128.00819252432154 rows/sec., 8.63 KiB/sec. | ||
| 10212 | 2025.01.17 08:29:37.653342 [ 5 ] {899d08e7-7b10-4ec2-8c8a-598eece6bf7a} <Debug> TCPHandler: Processed in 0.008543607 sec. | ||
| 10213 | 2025.01.17 08:29:37.653624 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10214 | 2025.01.17 08:29:37.654003 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10215 | 2025.01.17 08:29:37.654402 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10216 | 2025.01.17 08:29:37.664438 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10217 | 2025.01.17 08:29:37.664520 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10218 | 2025.01.17 08:29:37.667127 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10219 | 2025.01.17 08:29:37.667905 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10220 | 2025.01.17 08:29:37.668465 [ 119 ] {} <Debug> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10221 | 2025.01.17 08:29:37.668612 [ 119 ] {} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2025.01.17 08:29:37.668750 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10223 | 2025.01.17 08:29:37.669284 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21985 rows, containing 5 columns (5 merged, 0 gathered) in 0.024628525 sec., 892664.0957994846 rows/sec., 60.29 MiB/sec. | ||
| 10224 | 2025.01.17 08:29:37.669449 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.015542 sec., 1029.468536867842 rows/sec., 1.84 MiB/sec. | ||
| 10225 | 2025.01.17 08:29:37.669551 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::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 | ||
| 10226 | 2025.01.17 08:29:37.670287 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 10227 | 2025.01.17 08:29:37.671216 [ 255 ] {7501751e-1631-458c-8e2d-7496a6946607} <Debug> TCPHandler: Processed in 0.01773467 sec. | ||
| 10228 | 2025.01.17 08:29:37.671671 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10229 | 2025.01.17 08:29:37.672366 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10230 | 2025.01.17 08:29:37.672437 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10231 | 2025.01.17 08:29:37.672718 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10232 | 2025.01.17 08:29:37.672749 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10233 | 2025.01.17 08:29:37.672935 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_80_16} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 10234 | 2025.01.17 08:29:37.673365 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1152 rows starting from the beginning of the part | ||
| 10235 | 2025.01.17 08:29:37.673435 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. | ||
| 10236 | 2025.01.17 08:29:37.675209 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 10237 | 2025.01.17 08:29:37.676987 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 24 rows starting from the beginning of the part | ||
| 10238 | 2025.01.17 08:29:37.677124 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10239 | 2025.01.17 08:29:37.677226 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10240 | 2025.01.17 08:29:37.678703 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part | ||
| 10241 | 2025.01.17 08:29:37.679406 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10242 | 2025.01.17 08:29:37.680238 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part | ||
| 10243 | 2025.01.17 08:29:37.680471 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10244 | 2025.01.17 08:29:37.681625 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.009367 sec., 8754.136863456817 rows/sec., 569.34 KiB/sec. | ||
| 10245 | 2025.01.17 08:29:37.682029 [ 5 ] {a589128e-1d66-4c65-b3fc-59d9adc4cc7e} <Debug> TCPHandler: Processed in 0.010644874 sec. | ||
| 10246 | 2025.01.17 08:29:37.682067 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 10247 | 2025.01.17 08:29:37.701945 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1248 rows, containing 19 columns (19 merged, 0 gathered) in 0.03290915 sec., 37922.583840664374 rows/sec., 67.96 MiB/sec. | ||
| 10248 | 2025.01.17 08:29:37.703266 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10249 | 2025.01.17 08:29:37.705232 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10250 | 2025.01.17 08:29:37.705492 [ 197 ] {deb4f5ca-960e-4df8-a362-dc00404f7088::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10251 | 2025.01.17 08:29:37.706002 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.53 MiB. | ||
| 10252 | 2025.01.17 08:29:37.708130 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10253 | 2025.01.17 08:29:37.708179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.30 GiB. | ||
| 10254 | 2025.01.17 08:29:37.715850 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10255 | 2025.01.17 08:29:37.716674 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10256 | 2025.01.17 08:29:37.720121 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 10257 | 2025.01.17 08:29:38.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 230.25 MiB, peak 241.58 MiB, free memory in arenas 0.00 B, will set to 235.61 MiB (RSS), difference: 5.36 MiB | ||
| 10258 | 2025.01.17 08:29:42.599126 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10259 | 2025.01.17 08:29:42.599331 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10260 | 2025.01.17 08:29:42.599404 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10261 | 2025.01.17 08:29:42.600129 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10262 | 2025.01.17 08:29:42.600181 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10263 | 2025.01.17 08:29:42.600610 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10264 | 2025.01.17 08:29:42.600872 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10265 | 2025.01.17 08:29:42.601138 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001849 sec., 1081.6657652785289 rows/sec., 88.20 KiB/sec. | ||
| 10266 | 2025.01.17 08:29:42.601285 [ 5 ] {eab1b365-6859-4860-beac-bbda869597f0} <Debug> TCPHandler: Processed in 0.002289008 sec. | ||
| 10267 | 2025.01.17 08:29:42.601587 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10268 | 2025.01.17 08:29:42.601784 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10269 | 2025.01.17 08:29:42.601862 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10270 | 2025.01.17 08:29:42.602688 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2025.01.17 08:29:42.602740 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10272 | 2025.01.17 08:29:42.603208 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10273 | 2025.01.17 08:29:42.603470 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2025.01.17 08:29:42.603670 [ 114 ] {} <Debug> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10275 | 2025.01.17 08:29:42.603740 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Debug> executeQuery: Read 105 rows, 8.95 KiB in 0.002007 sec., 52316.8908819133 rows/sec., 4.36 MiB/sec. | ||
| 10276 | 2025.01.17 08:29:42.603754 [ 114 ] {} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10277 | 2025.01.17 08:29:42.603823 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10278 | 2025.01.17 08:29:42.603879 [ 255 ] {f75d8871-f7d5-49f6-9f35-225f35c7aca9} <Debug> TCPHandler: Processed in 0.0024292 sec. | ||
| 10279 | 2025.01.17 08:29:42.604107 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10280 | 2025.01.17 08:29:42.604131 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10281 | 2025.01.17 08:29:42.604323 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10282 | 2025.01.17 08:29:42.604435 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10283 | 2025.01.17 08:29:42.604445 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10284 | 2025.01.17 08:29:42.604512 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1433 rows starting from the beginning of the part | ||
| 10285 | 2025.01.17 08:29:42.604892 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1375 rows starting from the beginning of the part | ||
| 10286 | 2025.01.17 08:29:42.605292 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 10287 | 2025.01.17 08:29:42.605763 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part | ||
| 10288 | 2025.01.17 08:29:42.606146 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 235 rows starting from the beginning of the part | ||
| 10289 | 2025.01.17 08:29:42.606393 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 105 rows starting from the beginning of the part | ||
| 10290 | 2025.01.17 08:29:42.607256 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10291 | 2025.01.17 08:29:42.607327 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10292 | 2025.01.17 08:29:42.608243 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10293 | 2025.01.17 08:29:42.608941 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10294 | 2025.01.17 08:29:42.609439 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Debug> executeQuery: Read 26 rows, 1.94 KiB in 0.005171 sec., 5028.040997872752 rows/sec., 376.01 KiB/sec. | ||
| 10295 | 2025.01.17 08:29:42.609670 [ 5 ] {8c44a8a7-14be-42c7-a31b-968d05020d78} <Debug> TCPHandler: Processed in 0.005661585 sec. | ||
| 10296 | 2025.01.17 08:29:42.610024 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10297 | 2025.01.17 08:29:42.610489 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10298 | 2025.01.17 08:29:42.610650 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10299 | 2025.01.17 08:29:42.610735 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 5 columns (5 merged, 0 gathered) in 0.006763114 sec., 489123.7971147611 rows/sec., 42.71 MiB/sec. | ||
| 10300 | 2025.01.17 08:29:42.611090 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10301 | 2025.01.17 08:29:42.611793 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10302 | 2025.01.17 08:29:42.611813 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2025.01.17 08:29:42.611896 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10304 | 2025.01.17 08:29:42.611972 [ 199 ] {3db14d06-0acb-4086-897c-2d3ca970c32d::all_1_81_16} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10305 | 2025.01.17 08:29:42.612156 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 10306 | 2025.01.17 08:29:42.612445 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10307 | 2025.01.17 08:29:42.612704 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10308 | 2025.01.17 08:29:42.612890 [ 114 ] {} <Debug> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10309 | 2025.01.17 08:29:42.612952 [ 114 ] {} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2025.01.17 08:29:42.612966 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Debug> executeQuery: Read 90 rows, 7.20 KiB in 0.00265 sec., 33962.264150943396 rows/sec., 2.65 MiB/sec. | ||
| 10311 | 2025.01.17 08:29:42.612994 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10312 | 2025.01.17 08:29:42.613126 [ 255 ] {2d2dc62f-32ac-4fda-98ef-f95daa644258} <Debug> TCPHandler: Processed in 0.003301675 sec. | ||
| 10313 | 2025.01.17 08:29:42.613259 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10314 | 2025.01.17 08:29:42.613336 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10315 | 2025.01.17 08:29:42.613402 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10316 | 2025.01.17 08:29:42.613444 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 914 rows starting from the beginning of the part | ||
| 10317 | 2025.01.17 08:29:42.613505 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10318 | 2025.01.17 08:29:42.613653 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 854 rows starting from the beginning of the part | ||
| 10319 | 2025.01.17 08:29:42.613717 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10320 | 2025.01.17 08:29:42.613995 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 10321 | 2025.01.17 08:29:42.614238 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 88 rows starting from the beginning of the part | ||
| 10322 | 2025.01.17 08:29:42.614480 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 398 rows starting from the beginning of the part | ||
| 10323 | 2025.01.17 08:29:42.614782 [ 201 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 90 rows starting from the beginning of the part | ||
| 10324 | 2025.01.17 08:29:42.615511 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2025.01.17 08:29:42.615556 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10326 | 2025.01.17 08:29:42.616154 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10327 | 2025.01.17 08:29:42.616437 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10328 | 2025.01.17 08:29:42.616829 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003358 sec., 47945.20547945206 rows/sec., 3.34 MiB/sec. | ||
| 10329 | 2025.01.17 08:29:42.616837 [ 187 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2408 rows, containing 5 columns (5 merged, 0 gathered) in 0.003702129 sec., 650436.546106308 rows/sec., 49.87 MiB/sec. | ||
| 10330 | 2025.01.17 08:29:42.616948 [ 5 ] {e543372e-56d4-4994-ba66-28b7775cc129} <Debug> TCPHandler: Processed in 0.003693169 sec. | ||
| 10331 | 2025.01.17 08:29:42.617137 [ 187 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10332 | 2025.01.17 08:29:42.617163 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10333 | 2025.01.17 08:29:42.617354 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10334 | 2025.01.17 08:29:42.617501 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10335 | 2025.01.17 08:29:42.617726 [ 187 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10336 | 2025.01.17 08:29:42.617970 [ 187 ] {d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b::all_1_81_16} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10337 | 2025.01.17 08:29:42.618173 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 10338 | 2025.01.17 08:29:42.619186 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10339 | 2025.01.17 08:29:42.619231 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10340 | 2025.01.17 08:29:42.619930 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10341 | 2025.01.17 08:29:42.620258 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2025.01.17 08:29:42.620517 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.003228 sec., 7434.944237918216 rows/sec., 13.32 MiB/sec. | ||
| 10343 | 2025.01.17 08:29:42.620612 [ 255 ] {1b13c43d-1aae-4101-9b4c-d241c4253293} <Debug> TCPHandler: Processed in 0.003548408 sec. | ||
| 10344 | 2025.01.17 08:29:42.620770 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10345 | 2025.01.17 08:29:42.620914 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10346 | 2025.01.17 08:29:42.620976 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10347 | 2025.01.17 08:29:42.621507 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10348 | 2025.01.17 08:29:42.621548 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10349 | 2025.01.17 08:29:42.621944 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10350 | 2025.01.17 08:29:42.622209 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10351 | 2025.01.17 08:29:42.622375 [ 114 ] {} <Debug> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10352 | 2025.01.17 08:29:42.622423 [ 114 ] {} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10353 | 2025.01.17 08:29:42.622458 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 10354 | 2025.01.17 08:29:42.622463 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10355 | 2025.01.17 08:29:42.622612 [ 5 ] {fba6ea1f-afa7-439b-a281-9f0d0dd433d4} <Debug> TCPHandler: Processed in 0.001907425 sec. | ||
| 10356 | 2025.01.17 08:29:42.622657 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full | ||
| 10357 | 2025.01.17 08:29:42.622764 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10358 | 2025.01.17 08:29:42.622792 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4472 rows starting from the beginning of the part | ||
| 10359 | 2025.01.17 08:29:42.622849 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 70 rows starting from the beginning of the part | ||
| 10360 | 2025.01.17 08:29:42.622931 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 12 rows starting from the beginning of the part | ||
| 10361 | 2025.01.17 08:29:42.623186 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
| 10362 | 2025.01.17 08:29:42.623425 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 82 rows starting from the beginning of the part | ||
| 10363 | 2025.01.17 08:29:42.623619 [ 189 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 10364 | 2025.01.17 08:29:42.625508 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4756 rows, containing 4 columns (4 merged, 0 gathered) in 0.002916714 sec., 1630602.1090857727 rows/sec., 106.10 MiB/sec. | ||
| 10365 | 2025.01.17 08:29:42.625779 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10366 | 2025.01.17 08:29:42.626058 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10367 | 2025.01.17 08:29:42.626133 [ 201 ] {f4848362-733e-4b75-af01-936a086a4c61::all_1_81_16} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10368 | 2025.01.17 08:29:42.626200 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. | ||
| 10369 | 2025.01.17 08:29:43.561682 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 10370 | 2025.01.17 08:29:43.562568 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10371 | 2025.01.17 08:29:43.562612 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10372 | 2025.01.17 08:29:43.563169 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10373 | 2025.01.17 08:29:43.563429 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10374 | 2025.01.17 08:29:43.563708 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 10375 | 2025.01.17 08:29:45.220253 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 10376 | 2025.01.17 08:29:45.242114 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10377 | 2025.01.17 08:29:45.242179 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10378 | 2025.01.17 08:29:45.249597 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10379 | 2025.01.17 08:29:45.250380 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2025.01.17 08:29:45.254206 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 10381 | 2025.01.17 08:29:46.188384 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1474 | ||
| 10382 | 2025.01.17 08:29:46.191501 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2025.01.17 08:29:46.191551 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10384 | 2025.01.17 08:29:46.193061 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10385 | 2025.01.17 08:29:46.193391 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10386 | 2025.01.17 08:29:46.193567 [ 109 ] {} <Debug> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10387 | 2025.01.17 08:29:46.193645 [ 109 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10388 | 2025.01.17 08:29:46.193688 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10389 | 2025.01.17 08:29:46.194179 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::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 | ||
| 10390 | 2025.01.17 08:29:46.195572 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1474 | ||
| 10391 | 2025.01.17 08:29:46.195845 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10392 | 2025.01.17 08:29:46.195978 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1282 rows starting from the beginning of the part | ||
| 10393 | 2025.01.17 08:29:46.196578 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part | ||
| 10394 | 2025.01.17 08:29:46.197096 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 10395 | 2025.01.17 08:29:46.197613 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 10396 | 2025.01.17 08:29:46.198139 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 42 rows starting from the beginning of the part | ||
| 10397 | 2025.01.17 08:29:46.198723 [ 189 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 36 rows starting from the beginning of the part | ||
| 10398 | 2025.01.17 08:29:46.207291 [ 186 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1474 rows, containing 72 columns (72 merged, 0 gathered) in 0.013495656 sec., 109220.32986021576 rows/sec., 84.91 MiB/sec. | ||
| 10399 | 2025.01.17 08:29:46.208976 [ 186 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10400 | 2025.01.17 08:29:46.209810 [ 186 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10401 | 2025.01.17 08:29:46.209914 [ 186 ] {ebf3de88-753b-478c-ae5b-d34645473d25::all_1_36_7} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10402 | 2025.01.17 08:29:46.210284 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 10403 | 2025.01.17 08:29:47.603837 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10404 | 2025.01.17 08:29:47.604030 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10405 | 2025.01.17 08:29:47.604103 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10406 | 2025.01.17 08:29:47.604854 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10407 | 2025.01.17 08:29:47.604908 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10408 | 2025.01.17 08:29:47.605373 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10409 | 2025.01.17 08:29:47.605652 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10410 | 2025.01.17 08:29:47.605908 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00192 sec., 7291.666666666666 rows/sec., 524.90 KiB/sec. | ||
| 10411 | 2025.01.17 08:29:47.606070 [ 5 ] {a2680d29-a48c-4272-be91-60695bc40c59} <Debug> TCPHandler: Processed in 0.002361258 sec. | ||
| 10412 | 2025.01.17 08:29:47.606393 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2025.01.17 08:29:47.606588 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10414 | 2025.01.17 08:29:47.606664 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10415 | 2025.01.17 08:29:47.607553 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2025.01.17 08:29:47.607606 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10417 | 2025.01.17 08:29:47.608076 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10418 | 2025.01.17 08:29:47.608348 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2025.01.17 08:29:47.608587 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Debug> executeQuery: Read 235 rows, 21.06 KiB in 0.002053 sec., 114466.63419386263 rows/sec., 10.02 MiB/sec. | ||
| 10420 | 2025.01.17 08:29:47.608655 [ 255 ] {51fdba96-1d1b-4374-a352-0c2897c177ed} <Debug> TCPHandler: Processed in 0.00243535 sec. | ||
| 10421 | 2025.01.17 08:29:47.608825 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10422 | 2025.01.17 08:29:47.608966 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10423 | 2025.01.17 08:29:47.609025 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10424 | 2025.01.17 08:29:47.609667 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10425 | 2025.01.17 08:29:47.609709 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10426 | 2025.01.17 08:29:47.610086 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10427 | 2025.01.17 08:29:47.610341 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10428 | 2025.01.17 08:29:47.610554 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Debug> executeQuery: Read 23 rows, 1.66 KiB in 0.00162 sec., 14197.530864197532 rows/sec., 1.00 MiB/sec. | ||
| 10429 | 2025.01.17 08:29:47.610607 [ 5 ] {abe36497-09cb-4fe0-b511-a92fec24ffca} <Debug> TCPHandler: Processed in 0.001850984 sec. | ||
| 10430 | 2025.01.17 08:29:47.610757 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10431 | 2025.01.17 08:29:47.610910 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10432 | 2025.01.17 08:29:47.610963 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10433 | 2025.01.17 08:29:47.611565 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2025.01.17 08:29:47.611607 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10435 | 2025.01.17 08:29:47.611980 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10436 | 2025.01.17 08:29:47.612225 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2025.01.17 08:29:47.612493 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001603 sec., 8733.624454148472 rows/sec., 611.65 KiB/sec. | ||
| 10438 | 2025.01.17 08:29:47.612626 [ 255 ] {7074efc2-1c19-4063-8ce2-2b33f5f11aa7} <Debug> TCPHandler: Processed in 0.001921085 sec. | ||
| 10439 | 2025.01.17 08:29:47.612843 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10440 | 2025.01.17 08:29:47.612964 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10441 | 2025.01.17 08:29:47.613014 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10442 | 2025.01.17 08:29:47.613637 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10443 | 2025.01.17 08:29:47.613678 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10444 | 2025.01.17 08:29:47.614047 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10445 | 2025.01.17 08:29:47.614303 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10446 | 2025.01.17 08:29:47.614509 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001568 sec., 8290.816326530612 rows/sec., 516.93 KiB/sec. | ||
| 10447 | 2025.01.17 08:29:47.614561 [ 5 ] {7818308d-03db-4cfd-a9eb-afa700c4b11a} <Debug> TCPHandler: Processed in 0.001805385 sec. | ||
| 10448 | 2025.01.17 08:29:47.614706 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10449 | 2025.01.17 08:29:47.614848 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10450 | 2025.01.17 08:29:47.614907 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10451 | 2025.01.17 08:29:47.615741 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10452 | 2025.01.17 08:29:47.615782 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10453 | 2025.01.17 08:29:47.616175 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10454 | 2025.01.17 08:29:47.616418 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10455 | 2025.01.17 08:29:47.616624 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Debug> executeQuery: Read 398 rows, 28.96 KiB in 0.001807 sec., 220254.5655783066 rows/sec., 15.65 MiB/sec. | ||
| 10456 | 2025.01.17 08:29:47.616680 [ 255 ] {f3fcf890-e4b9-4472-8f01-b62cde18171d} <Debug> TCPHandler: Processed in 0.002039186 sec. | ||
| 10457 | 2025.01.17 08:29:47.616850 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10458 | 2025.01.17 08:29:47.616989 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10459 | 2025.01.17 08:29:47.617050 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10460 | 2025.01.17 08:29:47.617581 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10461 | 2025.01.17 08:29:47.617621 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10462 | 2025.01.17 08:29:47.618006 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10463 | 2025.01.17 08:29:47.618266 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10464 | 2025.01.17 08:29:47.618475 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 206.78 KiB/sec. | ||
| 10465 | 2025.01.17 08:29:47.618527 [ 5 ] {87025236-1865-4ea3-a5fc-99ef9390a566} <Debug> TCPHandler: Processed in 0.001744744 sec. | ||
| 10466 | 2025.01.17 08:29:47.618695 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10467 | 2025.01.17 08:29:47.618834 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10468 | 2025.01.17 08:29:47.618895 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10469 | 2025.01.17 08:29:47.619536 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10470 | 2025.01.17 08:29:47.619576 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10471 | 2025.01.17 08:29:47.619989 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10472 | 2025.01.17 08:29:47.620241 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10473 | 2025.01.17 08:29:47.620453 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00165 sec., 143636.36363636365 rows/sec., 9.63 MiB/sec. | ||
| 10474 | 2025.01.17 08:29:47.620508 [ 255 ] {cf8ed953-e4f9-4d5c-85f5-a9bd0ac45c76} <Debug> TCPHandler: Processed in 0.001880335 sec. | ||
| 10475 | 2025.01.17 08:29:47.620660 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10476 | 2025.01.17 08:29:47.620799 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10477 | 2025.01.17 08:29:47.620861 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10478 | 2025.01.17 08:29:47.621402 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10479 | 2025.01.17 08:29:47.621442 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10480 | 2025.01.17 08:29:47.621814 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 10481 | 2025.01.17 08:29:47.622071 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10482 | 2025.01.17 08:29:47.622239 [ 102 ] {} <Debug> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 10483 | 2025.01.17 08:29:47.622312 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001537 sec., 650.6180871828237 rows/sec., 43.84 KiB/sec. | ||
| 10484 | 2025.01.17 08:29:47.622325 [ 102 ] {} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10485 | 2025.01.17 08:29:47.622393 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10486 | 2025.01.17 08:29:47.622427 [ 5 ] {c5b6e6fa-f27d-42bf-b180-dcfffb1637fd} <Debug> TCPHandler: Processed in 0.001831875 sec. | ||
| 10487 | 2025.01.17 08:29:47.622639 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::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 | ||
| 10488 | 2025.01.17 08:29:47.622659 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10489 | 2025.01.17 08:29:47.622927 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10490 | 2025.01.17 08:29:47.622937 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10491 | 2025.01.17 08:29:47.622990 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 10492 | 2025.01.17 08:29:47.623180 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10493 | 2025.01.17 08:29:47.623287 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 10494 | 2025.01.17 08:29:47.623777 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 10495 | 2025.01.17 08:29:47.624120 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 10496 | 2025.01.17 08:29:47.624475 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 10497 | 2025.01.17 08:29:47.624730 [ 198 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 10498 | 2025.01.17 08:29:47.628451 [ 200 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005957557 sec., 5874.891335492049 rows/sec., 395.87 KiB/sec. | ||
| 10499 | 2025.01.17 08:29:47.628546 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10500 | 2025.01.17 08:29:47.628593 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10501 | 2025.01.17 08:29:47.628628 [ 200 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 10502 | 2025.01.17 08:29:47.629094 [ 200 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10503 | 2025.01.17 08:29:47.629238 [ 200 ] {4db6cc6c-663d-4576-ad0d-80c9da9e3e79::all_1_35_7} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 10504 | 2025.01.17 08:29:47.629368 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10505 | 2025.01.17 08:29:47.629513 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10506 | 2025.01.17 08:29:47.629785 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10507 | 2025.01.17 08:29:47.630051 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007216 sec., 2217.294900221729 rows/sec., 3.97 MiB/sec. | ||
| 10508 | 2025.01.17 08:29:47.630162 [ 255 ] {564ce15d-bd2a-4398-8713-cdcdc135026e} <Debug> TCPHandler: Processed in 0.00763009 sec. | ||
| 10509 | 2025.01.17 08:29:47.630323 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10510 | 2025.01.17 08:29:47.630462 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10511 | 2025.01.17 08:29:47.630524 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10512 | 2025.01.17 08:29:47.631119 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10513 | 2025.01.17 08:29:47.631167 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10514 | 2025.01.17 08:29:47.631577 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10515 | 2025.01.17 08:29:47.631832 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10516 | 2025.01.17 08:29:47.632049 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001616 sec., 50742.57425742574 rows/sec., 3.22 MiB/sec. | ||
| 10517 | 2025.01.17 08:29:47.632110 [ 5 ] {c7cdae7a-8483-40c9-ab35-062f17a2d9de} <Debug> TCPHandler: Processed in 0.001856935 sec. | ||
| 10518 | 2025.01.17 08:29:50.826228 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10519 | 2025.01.17 08:29:50.826321 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10520 | 2025.01.17 08:29:51.063898 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 10521 | 2025.01.17 08:29:51.064577 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2025.01.17 08:29:51.064615 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10523 | 2025.01.17 08:29:51.065172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10524 | 2025.01.17 08:29:51.065443 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10525 | 2025.01.17 08:29:51.065644 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 10526 | 2025.01.17 08:29:52.600299 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10527 | 2025.01.17 08:29:52.600509 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10528 | 2025.01.17 08:29:52.600590 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10529 | 2025.01.17 08:29:52.601484 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10530 | 2025.01.17 08:29:52.601533 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10531 | 2025.01.17 08:29:52.601972 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10532 | 2025.01.17 08:29:52.602252 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10533 | 2025.01.17 08:29:52.602489 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Debug> executeQuery: Read 104 rows, 8.88 KiB in 0.002036 sec., 51080.550098231826 rows/sec., 4.26 MiB/sec. | ||
| 10534 | 2025.01.17 08:29:52.602547 [ 5 ] {daf0b5f6-2e09-4ab7-a455-c3c011c0c754} <Debug> TCPHandler: Processed in 0.002391149 sec. | ||
| 10535 | 2025.01.17 08:29:52.602811 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10536 | 2025.01.17 08:29:52.603029 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10537 | 2025.01.17 08:29:52.603110 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10538 | 2025.01.17 08:29:52.603904 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10539 | 2025.01.17 08:29:52.603947 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10540 | 2025.01.17 08:29:52.604384 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10541 | 2025.01.17 08:29:52.604642 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10542 | 2025.01.17 08:29:52.604854 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Debug> executeQuery: Read 24 rows, 1.80 KiB in 0.001882 sec., 12752.39107332625 rows/sec., 958.92 KiB/sec. | ||
| 10543 | 2025.01.17 08:29:52.604959 [ 255 ] {d15cdb91-6d52-4d0e-863a-52e25c009a89} <Debug> TCPHandler: Processed in 0.002285508 sec. | ||
| 10544 | 2025.01.17 08:29:52.605214 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10545 | 2025.01.17 08:29:52.605385 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10546 | 2025.01.17 08:29:52.605445 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10547 | 2025.01.17 08:29:52.606099 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10548 | 2025.01.17 08:29:52.606140 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10549 | 2025.01.17 08:29:52.606518 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10550 | 2025.01.17 08:29:52.606754 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10551 | 2025.01.17 08:29:52.606969 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001615 sec., 54489.16408668731 rows/sec., 4.26 MiB/sec. | ||
| 10552 | 2025.01.17 08:29:52.607021 [ 5 ] {ba466820-b4f5-4d24-ab75-d7c177866143} <Debug> TCPHandler: Processed in 0.001948356 sec. | ||
| 10553 | 2025.01.17 08:29:52.607192 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10554 | 2025.01.17 08:29:52.607317 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10555 | 2025.01.17 08:29:52.607374 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10556 | 2025.01.17 08:29:52.608060 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10557 | 2025.01.17 08:29:52.608104 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10558 | 2025.01.17 08:29:52.608563 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10559 | 2025.01.17 08:29:52.608806 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10560 | 2025.01.17 08:29:52.609007 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 10561 | 2025.01.17 08:29:52.609123 [ 255 ] {a0a71ee8-18a7-4b58-9b4e-07e6a04b44c1} <Debug> TCPHandler: Processed in 0.001990436 sec. | ||
| 10562 | 2025.01.17 08:29:52.609314 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10563 | 2025.01.17 08:29:52.609507 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10564 | 2025.01.17 08:29:52.609603 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10565 | 2025.01.17 08:29:52.610917 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10566 | 2025.01.17 08:29:52.610957 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10567 | 2025.01.17 08:29:52.611590 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10568 | 2025.01.17 08:29:52.611859 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10569 | 2025.01.17 08:29:52.612105 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Debug> executeQuery: Read 24 rows, 44.04 KiB in 0.00263 sec., 9125.475285171104 rows/sec., 16.35 MiB/sec. | ||
| 10570 | 2025.01.17 08:29:52.612199 [ 5 ] {f439e918-1a29-4c03-9512-6f241fe344fe} <Debug> TCPHandler: Processed in 0.002983533 sec. | ||
| 10571 | 2025.01.17 08:29:52.612363 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10572 | 2025.01.17 08:29:52.612501 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10573 | 2025.01.17 08:29:52.612562 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10574 | 2025.01.17 08:29:52.613156 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10575 | 2025.01.17 08:29:52.613202 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10576 | 2025.01.17 08:29:52.613628 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10577 | 2025.01.17 08:29:52.613875 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10578 | 2025.01.17 08:29:52.614072 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0016 sec., 37500 rows/sec., 2.53 MiB/sec. | ||
| 10579 | 2025.01.17 08:29:52.614160 [ 255 ] {0cfb66e8-46a9-40f2-894e-17649370c001} <Debug> TCPHandler: Processed in 0.001862235 sec. | ||
| 10580 | 2025.01.17 08:29:52.754334 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 10581 | 2025.01.17 08:29:52.776605 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10582 | 2025.01.17 08:29:52.776646 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10583 | 2025.01.17 08:29:52.783986 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10584 | 2025.01.17 08:29:52.784791 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10585 | 2025.01.17 08:29:52.788910 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 10586 | 2025.01.17 08:29:56.195884 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1508 | ||
| 10587 | 2025.01.17 08:29:56.199228 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10588 | 2025.01.17 08:29:56.199272 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10589 | 2025.01.17 08:29:56.200742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10590 | 2025.01.17 08:29:56.201064 [ 244 ] {} <Trace> system.query_log (ebf3de88-753b-478c-ae5b-d34645473d25): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10591 | 2025.01.17 08:29:56.201988 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1508 | ||
| 10592 | 2025.01.17 08:29:56.541488 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2025.01.17 08:29:56.541774 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10594 | 2025.01.17 08:29:56.541858 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10595 | 2025.01.17 08:29:56.542689 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2025.01.17 08:29:56.542739 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10597 | 2025.01.17 08:29:56.543174 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10598 | 2025.01.17 08:29:56.543444 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Trace> oximeter.fields_i16 (32dc52e1-3707-466c-bfa1-796ad25b9cf2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2025.01.17 08:29:56.543725 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec. | ||
| 10600 | 2025.01.17 08:29:56.543799 [ 5 ] {074cc9ba-ef28-44ee-9de0-5efe436fca2b} <Debug> TCPHandler: Processed in 0.002484799 sec. | ||
| 10601 | 2025.01.17 08:29:56.544114 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10602 | 2025.01.17 08:29:56.544343 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10603 | 2025.01.17 08:29:56.544431 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10604 | 2025.01.17 08:29:56.545212 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2025.01.17 08:29:56.545266 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10606 | 2025.01.17 08:29:56.545698 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10607 | 2025.01.17 08:29:56.545958 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Trace> oximeter.fields_ipaddr (b2981efe-19bf-452d-8a93-0615cba516c9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10608 | 2025.01.17 08:29:56.546258 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001967 sec., 7117.437722419929 rows/sec., 580.38 KiB/sec. | ||
| 10609 | 2025.01.17 08:29:56.546464 [ 255 ] {2877deba-5d27-4d0a-9eef-10b798510a81} <Debug> TCPHandler: Processed in 0.00249619 sec. | ||
| 10610 | 2025.01.17 08:29:56.546650 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2025.01.17 08:29:56.546800 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10612 | 2025.01.17 08:29:56.546864 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10613 | 2025.01.17 08:29:56.548086 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2025.01.17 08:29:56.548126 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10615 | 2025.01.17 08:29:56.548591 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10616 | 2025.01.17 08:29:56.548836 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2025.01.17 08:29:56.549075 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Debug> executeQuery: Read 1382 rows, 117.69 KiB in 0.00231 sec., 598268.3982683982 rows/sec., 49.75 MiB/sec. | ||
| 10618 | 2025.01.17 08:29:56.549133 [ 5 ] {5a377d0e-cefb-4eba-9e9f-cf319c1b7fa6} <Debug> TCPHandler: Processed in 0.00255633 sec. | ||
| 10619 | 2025.01.17 08:29:56.549297 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10620 | 2025.01.17 08:29:56.549443 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10621 | 2025.01.17 08:29:56.549505 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10622 | 2025.01.17 08:29:56.550149 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10623 | 2025.01.17 08:29:56.550190 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10624 | 2025.01.17 08:29:56.550571 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10625 | 2025.01.17 08:29:56.550817 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Trace> oximeter.fields_u16 (c8ffa058-cf84-4e10-8d16-a37c39a2916e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10626 | 2025.01.17 08:29:56.551064 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Debug> executeQuery: Read 37 rows, 2.64 KiB in 0.001653 sec., 22383.54506957048 rows/sec., 1.56 MiB/sec. | ||
| 10627 | 2025.01.17 08:29:56.551169 [ 255 ] {48cd0b3c-eee7-4cc4-9ff8-566ae970474f} <Debug> TCPHandler: Processed in 0.001941785 sec. | ||
| 10628 | 2025.01.17 08:29:56.551352 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10629 | 2025.01.17 08:29:56.551484 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10630 | 2025.01.17 08:29:56.551533 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10631 | 2025.01.17 08:29:56.552228 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2025.01.17 08:29:56.552269 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10633 | 2025.01.17 08:29:56.552657 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10634 | 2025.01.17 08:29:56.552910 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2025.01.17 08:29:56.553073 [ 95 ] {} <Debug> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10636 | 2025.01.17 08:29:56.553149 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001682 sec., 143876.33769322236 rows/sec., 9.75 MiB/sec. | ||
| 10637 | 2025.01.17 08:29:56.553159 [ 95 ] {} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2025.01.17 08:29:56.553232 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10639 | 2025.01.17 08:29:56.553285 [ 5 ] {2aaf934b-bb5e-4bad-81f7-454253732506} <Debug> TCPHandler: Processed in 0.002015346 sec. | ||
| 10640 | 2025.01.17 08:29:56.553499 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::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 | ||
| 10641 | 2025.01.17 08:29:56.553525 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10642 | 2025.01.17 08:29:56.553821 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10643 | 2025.01.17 08:29:56.553837 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10644 | 2025.01.17 08:29:56.553928 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10645 | 2025.01.17 08:29:56.553933 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 10646 | 2025.01.17 08:29:56.554337 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10647 | 2025.01.17 08:29:56.554659 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 242 rows starting from the beginning of the part | ||
| 10648 | 2025.01.17 08:29:56.555043 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10649 | 2025.01.17 08:29:56.555492 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 10650 | 2025.01.17 08:29:56.555861 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 242 rows starting from the beginning of the part | ||
| 10651 | 2025.01.17 08:29:56.556915 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10652 | 2025.01.17 08:29:56.556988 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10653 | 2025.01.17 08:29:56.558009 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10654 | 2025.01.17 08:29:56.558541 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Trace> oximeter.fields_u8 (9fc59727-6c70-44bf-a940-faef6b5386c9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10655 | 2025.01.17 08:29:56.559132 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005775206 sec., 132982.26937705773 rows/sec., 9.52 MiB/sec. | ||
| 10656 | 2025.01.17 08:29:56.559226 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005487 sec., 2369.236376890833 rows/sec., 147.72 KiB/sec. | ||
| 10657 | 2025.01.17 08:29:56.559452 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10658 | 2025.01.17 08:29:56.559693 [ 255 ] {90bb0e57-f3b7-4f45-aea9-5fabbcda3517} <Debug> TCPHandler: Processed in 0.00626402 sec. | ||
| 10659 | 2025.01.17 08:29:56.560000 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10660 | 2025.01.17 08:29:56.560224 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10661 | 2025.01.17 08:29:56.560302 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10662 | 2025.01.17 08:29:56.560314 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10663 | 2025.01.17 08:29:56.560502 [ 198 ] {2a071ded-416e-4d59-8687-3b885e1d2eac::all_1_36_7} <Trace> oximeter.fields_u32 (2a071ded-416e-4d59-8687-3b885e1d2eac) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10664 | 2025.01.17 08:29:56.560658 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 10665 | 2025.01.17 08:29:56.561560 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10666 | 2025.01.17 08:29:56.561606 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10667 | 2025.01.17 08:29:56.562017 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10668 | 2025.01.17 08:29:56.562271 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10669 | 2025.01.17 08:29:56.562523 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Debug> executeQuery: Read 868 rows, 64.39 KiB in 0.002353 sec., 368890.7777305567 rows/sec., 26.73 MiB/sec. | ||
| 10670 | 2025.01.17 08:29:56.562607 [ 5 ] {20560cc0-b33c-419b-8d27-185ecfb4ae46} <Debug> TCPHandler: Processed in 0.002750671 sec. | ||
| 10671 | 2025.01.17 08:29:56.562845 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10672 | 2025.01.17 08:29:56.563163 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10673 | 2025.01.17 08:29:56.563281 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10674 | 2025.01.17 08:29:56.563920 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10675 | 2025.01.17 08:29:56.563958 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10676 | 2025.01.17 08:29:56.564328 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10677 | 2025.01.17 08:29:56.564568 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10678 | 2025.01.17 08:29:56.564750 [ 93 ] {} <Debug> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 10679 | 2025.01.17 08:29:56.564810 [ 93 ] {} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10680 | 2025.01.17 08:29:56.564817 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001728 sec., 3472.222222222222 rows/sec., 181.41 KiB/sec. | ||
| 10681 | 2025.01.17 08:29:56.564839 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10682 | 2025.01.17 08:29:56.564960 [ 255 ] {7986ab26-6a77-44bc-b6da-36567c7557c8} <Debug> TCPHandler: Processed in 0.002238588 sec. | ||
| 10683 | 2025.01.17 08:29:56.565020 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 10684 | 2025.01.17 08:29:56.565146 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10685 | 2025.01.17 08:29:56.565171 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10686 | 2025.01.17 08:29:56.565219 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 10687 | 2025.01.17 08:29:56.565445 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10688 | 2025.01.17 08:29:56.565477 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 10689 | 2025.01.17 08:29:56.565659 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10690 | 2025.01.17 08:29:56.565727 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 10691 | 2025.01.17 08:29:56.566098 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 10692 | 2025.01.17 08:29:56.566409 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 10693 | 2025.01.17 08:29:56.566876 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::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 | ||
| 10694 | 2025.01.17 08:29:56.568540 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10695 | 2025.01.17 08:29:56.568627 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10696 | 2025.01.17 08:29:56.569257 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004302364 sec., 50204.95708870751 rows/sec., 2.56 MiB/sec. | ||
| 10697 | 2025.01.17 08:29:56.569458 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 10698 | 2025.01.17 08:29:56.569728 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10699 | 2025.01.17 08:29:56.569936 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10700 | 2025.01.17 08:29:56.570084 [ 188 ] {05ab9cd0-f092-44ca-b4cc-27f772687125::all_1_36_7} <Trace> oximeter.measurements_bool (05ab9cd0-f092-44ca-b4cc-27f772687125) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 10701 | 2025.01.17 08:29:56.570224 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10702 | 2025.01.17 08:29:56.570240 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10703 | 2025.01.17 08:29:56.570463 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Debug> executeQuery: Read 932 rows, 63.70 KiB in 0.005173 sec., 180166.24782524648 rows/sec., 12.02 MiB/sec. | ||
| 10704 | 2025.01.17 08:29:56.570529 [ 5 ] {36680a20-667a-4627-afae-073475fa034d} <Debug> TCPHandler: Processed in 0.005474413 sec. | ||
| 10705 | 2025.01.17 08:29:56.570702 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10706 | 2025.01.17 08:29:56.570842 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10707 | 2025.01.17 08:29:56.570904 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10708 | 2025.01.17 08:29:56.571465 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10709 | 2025.01.17 08:29:56.571514 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10710 | 2025.01.17 08:29:56.571888 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10711 | 2025.01.17 08:29:56.572135 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Trace> oximeter.measurements_f64 (4db6cc6c-663d-4576-ad0d-80c9da9e3e79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10712 | 2025.01.17 08:29:56.572350 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001539 sec., 649.772579597141 rows/sec., 43.78 KiB/sec. | ||
| 10713 | 2025.01.17 08:29:56.572404 [ 255 ] {f9052bab-41e1-44be-80e8-26391714e7e9} <Debug> TCPHandler: Processed in 0.001771334 sec. | ||
| 10714 | 2025.01.17 08:29:56.572558 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10715 | 2025.01.17 08:29:56.572677 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10716 | 2025.01.17 08:29:56.572760 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 10717 | 2025.01.17 08:29:56.573890 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10718 | 2025.01.17 08:29:56.573929 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10719 | 2025.01.17 08:29:56.574563 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10720 | 2025.01.17 08:29:56.574825 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Trace> oximeter.measurements_histogramu64 (deb4f5ca-960e-4df8-a362-dc00404f7088): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10721 | 2025.01.17 08:29:56.575032 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00238 sec., 6722.689075630252 rows/sec., 12.05 MiB/sec. | ||
| 10722 | 2025.01.17 08:29:56.575353 [ 5 ] {9b43f783-e2ef-40f5-a332-c1a833cc8d1a} <Debug> TCPHandler: Processed in 0.002848862 sec. | ||
| 10723 | 2025.01.17 08:29:56.575593 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10724 | 2025.01.17 08:29:56.575727 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10725 | 2025.01.17 08:29:56.575787 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10726 | 2025.01.17 08:29:56.576345 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10727 | 2025.01.17 08:29:56.576392 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10728 | 2025.01.17 08:29:56.576794 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 10729 | 2025.01.17 08:29:56.577049 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10730 | 2025.01.17 08:29:56.577260 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Debug> executeQuery: Read 70 rows, 4.50 KiB in 0.001563 sec., 44785.66858605247 rows/sec., 2.81 MiB/sec. | ||
| 10731 | 2025.01.17 08:29:56.577313 [ 255 ] {78d38c5b-732c-4453-a6a0-4f0c0862cf64} <Debug> TCPHandler: Processed in 0.001864005 sec. | ||
| 10732 | 2025.01.17 08:29:57.592975 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10733 | 2025.01.17 08:29:57.593166 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10734 | 2025.01.17 08:29:57.593241 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10735 | 2025.01.17 08:29:57.594023 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2025.01.17 08:29:57.594077 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10737 | 2025.01.17 08:29:57.594521 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10738 | 2025.01.17 08:29:57.594780 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Trace> oximeter.fields_string (3db14d06-0acb-4086-897c-2d3ca970c32d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2025.01.17 08:29:57.595026 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 10740 | 2025.01.17 08:29:57.595093 [ 5 ] {5040dedf-c3f5-45da-8d7d-c0db2444c0c4} <Debug> TCPHandler: Processed in 0.002251288 sec. | ||
| 10741 | 2025.01.17 08:29:57.595363 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10742 | 2025.01.17 08:29:57.595575 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10743 | 2025.01.17 08:29:57.595648 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10744 | 2025.01.17 08:29:57.596432 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10745 | 2025.01.17 08:29:57.596471 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10746 | 2025.01.17 08:29:57.596908 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10747 | 2025.01.17 08:29:57.597167 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Trace> oximeter.fields_uuid (d6ad10ae-c718-4c7a-abd6-55cd18f9eb6b): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10748 | 2025.01.17 08:29:57.597381 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001864 sec., 34334.76394849786 rows/sec., 2.68 MiB/sec. | ||
| 10749 | 2025.01.17 08:29:57.597438 [ 255 ] {1ca3398a-90bb-4850-b82b-cb10eaf49845} <Debug> TCPHandler: Processed in 0.002211607 sec. | ||
| 10750 | 2025.01.17 08:29:57.597665 [ 5 ] {} <Trace> TCP-Session: 43f3b057-c693-4c9a-a071-dd3a4626b970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10751 | 2025.01.17 08:29:57.597817 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62120) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10752 | 2025.01.17 08:29:57.597874 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10753 | 2025.01.17 08:29:57.598427 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10754 | 2025.01.17 08:29:57.598470 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10755 | 2025.01.17 08:29:57.598855 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10756 | 2025.01.17 08:29:57.599105 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10757 | 2025.01.17 08:29:57.599284 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Selected 5 parts from all_1_80_16 to all_84_84_0 | ||
| 10758 | 2025.01.17 08:29:57.599346 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10759 | 2025.01.17 08:29:57.599359 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Debug> executeQuery: Read 32 rows, 2.28 KiB in 0.001562 sec., 20486.555697823303 rows/sec., 1.43 MiB/sec. | ||
| 10760 | 2025.01.17 08:29:57.599380 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10761 | 2025.01.17 08:29:57.599563 [ 5 ] {97897e6d-fc27-4aad-9e1d-45ae5f851c99} <Debug> TCPHandler: Processed in 0.002006266 sec. | ||
| 10762 | 2025.01.17 08:29:57.599638 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_80_16 to all_84_84_0 into Compact with storage Full | ||
| 10763 | 2025.01.17 08:29:57.599780 [ 255 ] {} <Trace> TCP-Session: e61bdeb0-265f-440e-ad07-cb1134bcbb18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10764 | 2025.01.17 08:29:57.599823 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10765 | 2025.01.17 08:29:57.599865 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 21985 rows starting from the beginning of the part | ||
| 10766 | 2025.01.17 08:29:57.599940 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46817) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10767 | 2025.01.17 08:29:57.600003 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
| 10768 | 2025.01.17 08:29:57.600084 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10769 | 2025.01.17 08:29:57.600345 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 10770 | 2025.01.17 08:29:57.600721 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
| 10771 | 2025.01.17 08:29:57.600957 [ 192 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 932 rows starting from the beginning of the part | ||
| 10772 | 2025.01.17 08:29:57.601716 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10773 | 2025.01.17 08:29:57.601753 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10774 | 2025.01.17 08:29:57.602182 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 10775 | 2025.01.17 08:29:57.602467 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Trace> oximeter.measurements_u64 (f4848362-733e-4b75-af01-936a086a4c61): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10776 | 2025.01.17 08:29:57.602743 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002842 sec., 4222.37860661506 rows/sec., 291.39 KiB/sec. | ||
| 10777 | 2025.01.17 08:29:57.602856 [ 255 ] {0aa5ab19-d952-40ac-8651-e1fc2d1d51e0} <Debug> TCPHandler: Processed in 0.003162015 sec. | ||
| 10778 | 2025.01.17 08:29:57.610616 [ 193 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23475 rows, containing 5 columns (5 merged, 0 gathered) in 0.011121479 sec., 2110780.4096919126 rows/sec., 142.54 MiB/sec. | ||
| 10779 | 2025.01.17 08:29:57.611252 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Trace> MergedBlockOutputStream: filled checksums all_1_84_17 (state Temporary) | ||
| 10780 | 2025.01.17 08:29:57.611677 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518): Renaming temporary part tmp_merge_all_1_84_17 to all_1_84_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2025.01.17 08:29:57.611771 [ 191 ] {3095564f-fcbe-4fe4-8fc8-02e679077518::all_1_84_17} <Trace> oximeter.measurements_cumulativeu64 (3095564f-fcbe-4fe4-8fc8-02e679077518) (MergerMutator): Merged 5 parts: [all_1_80_16, all_84_84_0] -> all_1_84_17 | ||
| 10782 | 2025.01.17 08:29:57.611886 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
| 10783 | 2025.01.17 08:29:58.565855 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 10784 | 2025.01.17 08:29:58.566631 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2025.01.17 08:29:58.566683 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10786 | 2025.01.17 08:29:58.567236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10787 | 2025.01.17 08:29:58.567503 [ 242 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2025.01.17 08:29:58.567779 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 10789 | 2025.01.17 08:29:58.567774 [ 92 ] {} <Debug> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10790 | 2025.01.17 08:29:58.567898 [ 92 ] {} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10791 | 2025.01.17 08:29:58.567942 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10792 | 2025.01.17 08:29:58.568119 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::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 | ||
| 10793 | 2025.01.17 08:29:58.568301 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10794 | 2025.01.17 08:29:58.568350 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 10795 | 2025.01.17 08:29:58.568444 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 10796 | 2025.01.17 08:29:58.568692 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 10797 | 2025.01.17 08:29:58.568900 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 10798 | 2025.01.17 08:29:58.569110 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 10799 | 2025.01.17 08:29:58.569327 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 10800 | 2025.01.17 08:29:58.571891 [ 191 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.00385173 sec., 6065586.113253006 rows/sec., 86.77 MiB/sec. | ||
| 10801 | 2025.01.17 08:29:58.572140 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10802 | 2025.01.17 08:29:58.572445 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10803 | 2025.01.17 08:29:58.572537 [ 193 ] {795dbea1-9fb9-48db-8e9f-52ef90299556::all_1_51_10} <Trace> system.asynchronous_metric_log (795dbea1-9fb9-48db-8e9f-52ef90299556) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10804 | 2025.01.17 08:29:58.572633 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10805 | 2025.01.17 08:30:00.289047 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 10806 | 2025.01.17 08:30:00.313354 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10807 | 2025.01.17 08:30:00.313424 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10808 | 2025.01.17 08:30:00.320967 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10809 | 2025.01.17 08:30:00.321810 [ 243 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10810 | 2025.01.17 08:30:00.322163 [ 88 ] {} <Debug> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10811 | 2025.01.17 08:30:00.322232 [ 88 ] {} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10812 | 2025.01.17 08:30:00.322285 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.29 GiB. | ||
| 10813 | 2025.01.17 08:30:00.322741 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::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 | ||
| 10814 | 2025.01.17 08:30:00.339606 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 10815 | 2025.01.17 08:30:00.341150 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10816 | 2025.01.17 08:30:00.342867 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 10817 | 2025.01.17 08:30:00.349533 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 10818 | 2025.01.17 08:30:00.355442 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 10819 | 2025.01.17 08:30:00.361679 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 10820 | 2025.01.17 08:30:00.367460 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 10821 | 2025.01.17 08:30:00.371898 [ 194 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 10822 | 2025.01.17 08:30:00.433146 [ 191 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.110769417 sec., 3475.688600942984 rows/sec., 17.97 MiB/sec. | ||
| 10823 | 2025.01.17 08:30:00.436140 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10824 | 2025.01.17 08:30:00.439117 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10825 | 2025.01.17 08:30:00.439258 [ 201 ] {a0b152da-8349-49ba-b777-f6152580c83a::all_1_51_10} <Trace> system.metric_log (a0b152da-8349-49ba-b777-f6152580c83a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10826 | 2025.01.17 08:30:00.441601 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||